-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Merge 'main' into shared dataflow branch #18326
base: js/shared-dataflow-merge-main
Are you sure you want to change the base?
JS: Merge 'main' into shared dataflow branch #18326
Conversation
I suspect this is due to some fixes in the DeduplicatePathGraph module
3064e6d
to
942ba18
Compare
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 32 out of 51 changed files in this pull request and generated no comments.
Files not reviewed (19)
- javascript/ql/lib/semmle/javascript/internal/flow_summaries/Maps.qll: Language not supported
- javascript/ql/lib/utils/test/InlineFlowTest.qll: Language not supported
- javascript/ql/test/library-tests/Arrays/DataFlow.expected: Language not supported
- javascript/ql/test/library-tests/Arrays/DataFlow.ql: Language not supported
- javascript/ql/test/library-tests/Arrays/TaintFlow.expected: Language not supported
- javascript/ql/test/library-tests/Arrays/TaintFlow.ql: Language not supported
- javascript/ql/test/library-tests/Barriers/SimpleBarrierGuard.ql: Language not supported
- javascript/ql/test/library-tests/Classes/tests.ql: Language not supported
- javascript/ql/test/library-tests/FlowSummary/test.ql: Language not supported
- javascript/ql/test/library-tests/Generators/DataFlow.ql: Language not supported
- javascript/ql/test/library-tests/LabelledBarrierGuards/LabelledBarrierGuards.ql: Language not supported
- javascript/ql/test/library-tests/Promises/flow.qll: Language not supported
- javascript/ql/test/library-tests/Routing/test.ql: Language not supported
- javascript/ql/test/library-tests/Security/heuristics/HeuristicSource.ql: Language not supported
- javascript/ql/test/library-tests/TaintBarriers/tests.ql: Language not supported
- javascript/ql/test/library-tests/TaintTracking/BasicTaintTracking.expected: Language not supported
- javascript/ql/test/library-tests/TaintTracking/BasicTaintTracking.ql: Language not supported
- javascript/ql/test/library-tests/TaintTracking/DataFlowTracking.expected: Language not supported
- javascript/ql/test/library-tests/TaintTracking/DataFlowTracking.ql: Language not supported
Comments suppressed due to low confidence (2)
javascript/ql/test/library-tests/TaintTracking/tst.js:79
- Ensure that the function 'unknown()' is defined and used correctly. If 'unknown()' is not defined, this will cause a runtime error.
sink(grouped.get(unknown())); // NOT OK
javascript/ql/test/library-tests/TaintTracking/tst.js:84
- Ensure that the function 'unknown()' is defined and used correctly. If 'unknown()' is not defined, this will cause a runtime error.
sink(grouped.get(unknown())); // NOT OK
Tip: Turn on automatic Copilot reviews for this repository to get quick feedback on every pull request. Learn more
As usual the failing QLDoc Checks can be ignored on this PR, because the target branch ( |
No description provided.