Skip to content

Python: add new shared-CFG-backed control flow graph (additive) - #21921

Merged
yoff merged 19 commits into
mainfrom
yoff/python-add-new-cfg-library
Jul 28, 2026
Merged

Python: add new shared-CFG-backed control flow graph (additive)#21921
yoff merged 19 commits into
mainfrom
yoff/python-add-new-cfg-library

Python: fix replace of upper-case characters

3ad4861
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jul 28, 2026 in 5s

6 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 6 configurations present on refs/heads/main were not found:

Actions workflow (rust-analysis.yml)

  • ❓  .github/workflows/rust-analysis.yml:analyze/language:rust

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:actions
  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:csharp

Actions workflow (cpp-swift-analysis.yml)

  • ❓  .github/workflows/cpp-swift-analysis.yml:CodeQL-Build

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 34 in python/ql/lib/semmle/python/controlflow/internal/AstNodeImpl.qll

See this annotation in the file changed.

Code scanning / CodeQL

Names only differing by case Warning

Ast is only different by casing from AST that is used elsewhere for modules.

Check warning on line 6 in python/ql/test/library-tests/ControlFlow/evaluation-order/NewCfgImpl.qll

See this annotation in the file changed.

Code scanning / CodeQL

Names only differing by case Warning test

Py is only different by casing from PY that is used elsewhere for modules.