We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in https://github.com/DataDog/guarddog/blob/v2.1.0/guarddog/analyzer/sourcecode/code-execution.yml#L114
eval could also be accessed through:
getattr(globals()['__builtins__'], EVAL_STR)
where EVAL_STR could be:
EVAL_STR
'eval'
'\x65\x76\x61\x6c'
'\u0065\u0076\u0061\u006c'
'\145\166\141\154'
The text was updated successfully, but these errors were encountered:
I have noticed that the same applies to exec
Sorry, something went wrong.
Let me know if I can work on this :)
Hello @ocku , thanks for reaching out. Please, send the PR well look into it.
Thanks again!
No branches or pull requests
in https://github.com/DataDog/guarddog/blob/v2.1.0/guarddog/analyzer/sourcecode/code-execution.yml#L114
eval could also be accessed through:
getattr(globals()['__builtins__'], EVAL_STR)
where
EVAL_STR
could be:'eval'
'\x65\x76\x61\x6c'
(hex)'\u0065\u0076\u0061\u006c'
(unicode)'\145\166\141\154'
(octal)The text was updated successfully, but these errors were encountered: