Skip to content

Python: Add ConsecutiveTimestamps test

c53bbdd
Select commit
Loading
Failed to load commit list.
Draft

Python: Add self-validating CFG tests #21724

Python: Add ConsecutiveTimestamps test
c53bbdd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Apr 28, 2026 in 4s

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

  • 12 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 8 in python/ql/test/library-tests/ControlFlow/evaluation-order/AllLiveReachable.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 5 in python/ql/test/library-tests/ControlFlow/evaluation-order/AnnotationHasCfgNode.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 11 in python/ql/test/library-tests/ControlFlow/evaluation-order/BasicBlockAnnotationGap.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

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

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 14 in python/ql/test/library-tests/ControlFlow/evaluation-order/ConsecutiveTimestamps.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 7 in python/ql/test/library-tests/ControlFlow/evaluation-order/NeverReachable.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 7 in python/ql/test/library-tests/ControlFlow/evaluation-order/NoBackwardFlow.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 5 in python/ql/test/library-tests/ControlFlow/evaluation-order/NoBasicBlock.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

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

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

Check warning on line 6 in python/ql/test/library-tests/ControlFlow/evaluation-order/OldCfgImpl.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.

Check warning on line 7 in python/ql/test/library-tests/ControlFlow/evaluation-order/StrictForward.ql

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning test

Redundant import, the module is already imported inside
OldCfgImpl
.

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

See this annotation in the file changed.

Code scanning / CodeQL

Dead code Warning test

This code is never used, and it's not publicly exported.