Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LEX fix #1268

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

LEX fix #1268

wants to merge 4 commits into from

Conversation

fitouch
Copy link

@fitouch fitouch commented Aug 2, 2022

Finally LEX works in public and user graph! To play/test with LEX, use lex.html in examples/basic/

@fitouch
Copy link
Author

fitouch commented Aug 2, 2022

@bmatusiak @amark @orimay Please take a look at this!

@amark
Copy link
Owner

amark commented Aug 5, 2022

@fitouch super excited to have a helping hand!

I'm sad tho that there is a super dangerous security exploit, try this:

String.match('wow', {', alert(1), ': 'a'});

Basically eval should never be used.

Wanna join one of our coding calls?

@fitouch
Copy link
Author

fitouch commented Aug 5, 2022

@amark ah yes, I should've thought of eval that's more dangerous. We could use hard code operator ("=", "<", ">", "*") instead.

I would like to join in coding calls, but I'm hearing impaired and chat is more easier for me.

@fitouch
Copy link
Author

fitouch commented Aug 5, 2022

@amark new update now

@amark
Copy link
Owner

amark commented Aug 10, 2022

Oh, sorry about the coding calls :( I apologize.

I'll need to check back into this a bit later, had to deal with the cache fix update. Maybe someone else can also help review meanwhile?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants