Skip to content

Merge branch 'main' into redsun82/rust-less-canonical-paths

08de0b4
Select commit
Loading
Failed to load commit list.
Merged

Rust: restrict canonical path calculations #18165

Merge branch 'main' into redsun82/rust-less-canonical-paths
08de0b4
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Advanced Security / CodeQL completed Dec 4, 2024 in 9s

4 configurations not found

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

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

Actions workflow (cpp-swift-analysis.yml)

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

New alerts in code changed by this pull request

  • 4 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 111 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.AsmSym
.
Redundant import, the module is already imported inside
codeql.rust.elements.MacroCall
.
Redundant import, the module is already imported inside
codeql.rust.elements.Meta
.
Redundant import, the module is already imported inside
codeql.rust.elements.PathAstNode
.
Redundant import, the module is already imported inside
codeql.rust.elements.PathTypeRepr
.
Redundant import, the module is already imported inside
codeql.rust.elements.UseTree
.
Redundant import, the module is already imported inside codeql.rust.elements.Visibility.

Check warning on line 112 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.PathExpr
.
Redundant import, the module is already imported inside
codeql.rust.elements.PathPat
.
Redundant import, the module is already imported inside
codeql.rust.elements.StructExpr
.
Redundant import, the module is already imported inside
codeql.rust.elements.StructPat
.
Redundant import, the module is already imported inside
codeql.rust.elements.TupleStructPat
.

Check warning on line 133 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.MethodCallExpr
.
Redundant import, the module is already imported inside
codeql.rust.elements.PathAstNode
.

Check warning on line 7 in rust/ql/lib/codeql/rust/elements/Path.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.PathSegment
.