Skip to content
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

Open
wants to merge 8 commits into
base: js/shared-dataflow-merge-main
Choose a base branch
from

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Dec 19, 2024

No description provided.

@github-actions github-actions bot added the JS label Dec 19, 2024
@asgerf asgerf force-pushed the js/shared-dataflow-bump branch from 3064e6d to 942ba18 Compare December 19, 2024 14:26
@asgerf asgerf added the no-change-note-required This PR does not need a change note label Dec 19, 2024
@asgerf asgerf marked this pull request as ready for review December 20, 2024 13:14
@Copilot Copilot bot review requested due to automatic review settings December 20, 2024 13:14
@asgerf asgerf requested a review from a team as a code owner December 20, 2024 13:14

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

@asgerf
Copy link
Contributor Author

asgerf commented Dec 20, 2024

As usual the failing QLDoc Checks can be ignored on this PR, because the target branch (js/shared-dataflow-merge-main) is a very raw merge commit that doesn't compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant