-
Notifications
You must be signed in to change notification settings - Fork 1.8k
JS: support push
and sort
taint steps for arrays
#117
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
Conversation
No new results or performance changes for big-apps.slugs internal link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Two FPs for js/remote-property-injection on default.slugs, but this PR is not the root cause of that (internal link). Removing WIP label. |
Intriguing; are the FPs due to deficiencies of the query? |
See analysis in the gist |
OK, merging. |
Kotlin: Improve builtin support
…erator Upgrade the extractor generator
…-generator Upgrade the extractor generator
Fixing a false positive in cs/insecure-sql-connection
This PR adds taint steps for
Array.prototype.sort
andArray.prototype.push
calls.Tagging for 1.18, but marking as WIP, as performance is still being evaluated.
The
push
step is flow-insensitive, I am curious about how that will work play out in practice.