-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update CodeQL CLI dependency to 2.12.7. #343
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f1d5cc0 - Browse repository at this point
Copy the full SHA f1d5cc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05255c3 - Browse repository at this point
Copy the full SHA 05255c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd39c94 - Browse repository at this point
Copy the full SHA dd39c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75bda6 - Browse repository at this point
Copy the full SHA d75bda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a64e8b - Browse repository at this point
Copy the full SHA 4a64e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35c9fd2 - Browse repository at this point
Copy the full SHA 35c9fd2View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1fb019 - Browse repository at this point
Copy the full SHA e1fb019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7f642 - Browse repository at this point
Copy the full SHA 5d7f642View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 760c05b - Browse repository at this point
Copy the full SHA 760c05bView commit details
Commits on Mar 16, 2023
-
Update FIO32-C with the latest version of the query from CodeQL
The update is required due to changes in the dataflow library in CodeQL version 2.12.5.
Configuration menu - View commit details
-
Copy full SHA for c2e7fa0 - Browse repository at this point
Copy the full SHA c2e7fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c0a5d - Browse repository at this point
Copy the full SHA d1c0a5dView commit details -
Merge pull request #256 from jketema/tainted-path-update
Update FIO32-C with the latest version of the query from CodeQL
Configuration menu - View commit details
-
Copy full SHA for 64ce6b4 - Browse repository at this point
Copy the full SHA 64ce6b4View commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b45c846 - Browse repository at this point
Copy the full SHA b45c846View commit details -
Configuration menu - View commit details
-
Copy full SHA for a810682 - Browse repository at this point
Copy the full SHA a810682View commit details -
Update CodeQL dependencies for 2.12.7
Update codeql/cpp-all to 0.6.1 and codeql/ssa to 0.0.14 to match the packs shipped with 2.12.7.
Configuration menu - View commit details
-
Copy full SHA for 208b8f9 - Browse repository at this point
Copy the full SHA 208b8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7afbe - Browse repository at this point
Copy the full SHA 2b7afbeView commit details -
Update test output for 2.12.7.
This is as a result of changes to reporting in the dataflow library.
Configuration menu - View commit details
-
Copy full SHA for 91c5a92 - Browse repository at this point
Copy the full SHA 91c5a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea0d11f - Browse repository at this point
Copy the full SHA ea0d11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cb4ff - Browse repository at this point
Copy the full SHA 14cb4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0a6a6 - Browse repository at this point
Copy the full SHA 2d0a6a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb193a - Browse repository at this point
Copy the full SHA 8eb193aView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cc7e8b - Browse repository at this point
Copy the full SHA 1cc7e8bView commit details
Commits on Aug 20, 2023
-
A15-2-2: Address cartesian product
Missing target call in DeletedExpr.
Configuration menu - View commit details
-
Copy full SHA for afc027b - Browse repository at this point
Copy the full SHA afc027bView commit details
Commits on Aug 30, 2023
-
A15-2-2: Avoid infinite interpretation edge case
In CodeQL CLI 2.12.7 there is a bug which causes an infinite loop during results interpretation when a result includes more than maxPaths paths and also includes a path with no edges i.e. where the source and sink node are the same. To avoid this edge case, if we report a path where the source and sink are the same (i.e the throwingExpr directly throws an exception), we adjust the sink node to report the constructor, which creates a one step path from the throwingExprFlowNode to the constructor node. This also means we can delete the `nodes` query predicate, as we only included it to enable zero-path elements to display.
Configuration menu - View commit details
-
Copy full SHA for da1d12e - Browse repository at this point
Copy the full SHA da1d12eView commit details