-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
JS: Added support for Array.prototype.toSpliced() ES2023 feature #17977
base: main
Are you sure you want to change the base?
Conversation
393ce1c
to
df4b596
Compare
545c340
to
52330e8
Compare
a369e86
to
6fa3ff3
Compare
Copilot
AI
left a comment
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.
Copilot reviewed 5 out of 12 changed files in this pull request and generated 1 suggestion.
Files not reviewed (7)
- javascript/ql/lib/semmle/javascript/Arrays.qll: Language not supported
- javascript/ql/lib/semmle/javascript/Regexp.qll: Language not supported
- javascript/ql/test/library-tests/Arrays/DataFlow.expected: Language not supported
- javascript/ql/test/library-tests/Arrays/TaintFlow.expected: Language not supported
- javascript/ql/test/library-tests/RegExp/IsRegex/IsRegex.expected: Language not supported
- javascript/ql/test/library-tests/RegExp/IsRegex/IsRegex.ql: Language not supported
- javascript/ql/test/library-tests/TaintTracking/BasicTaintTracking.expected: Language not supported
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
change-note? And a comment about the DCA run? |
Added support for ES2023 feature,
Arrray.protype.toSpliced
.The DCA run appears to be fine. The average run time remained consistent, and the meta queries did not detect any new alerts. This was expected due to the novelty of the
Arrray.protype.toSpliced
function.