Skip to content

Merge branch 'main' of https://github.com/microsoft/codeql into auto/…

0d97cd6
Select commit
Loading
Failed to load commit list.
Merged

Sync Main (autogenerated) #197

Merge branch 'main' of https://github.com/microsoft/codeql into auto/…
0d97cd6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Apr 9, 2025 in 2s

2 configurations not found

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

API upload

  • ❓  <default>

Actions workflow (codeql-analysis.yml)

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

New alerts in code changed by this pull request

  • 2 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 845 in csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed ternary opportunity Note

Both branches of this 'if' statement write to the same variable - consider using '?' to express intent better.

Check notice on line 834 in csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.