Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarExporter] escape unicode chars involved in directionality#43909
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jderusse commentedNov 3, 2021
What's about Php dumpers like |
nicolas-grekas commentedNov 3, 2021
They could be updated to use VarExporter. But from another pov, what's the point since all this is going to be autogenerated, and the "vulnerability" targets human reviews? |
stof commentedNov 3, 2021
@jderusse for cases relying on |
fabpot commentedNov 3, 2021
Thank you@nicolas-grekas. |
According tohttps://www.trojansource.codes/, source code should never contain directional characters.
Let's escape them.