Skip to content

C#: Add some lambda flow tests for demo

19119ea
Select commit
Loading
Failed to load commit list.
Closed

Data flow: Rework lambda flow [DO NOT MERGE] #17975

C#: Add some lambda flow tests for demo
19119ea
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 Nov 15, 2024 in 5s

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 (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 (cpp-swift-analysis.yml)

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

New alerts in code changed by this pull request

  • 5 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 424 in csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

See this annotation in the file changed.

Code scanning / CodeQL

Singleton set literal Warning

Singleton set literal can be replaced by its member.

Check warning on line 75 in java/ql/lib/semmle/code/java/dataflow/internal/DataFlowNodes.qll

See this annotation in the file changed.

Code scanning / CodeQL

Var only used in one side of disjunct. Warning

The
variable m
is only used in one side of disjunct.

Check warning on line 89 in java/ql/lib/semmle/code/java/dataflow/internal/DataFlowNodes.qll

See this annotation in the file changed.

Code scanning / CodeQL

Var only used in one side of disjunct. Warning

The
variable m
is only used in one side of disjunct.

Check warning on line 604 in java/ql/lib/semmle/code/java/dataflow/internal/DataFlowPrivate.qll

See this annotation in the file changed.

Code scanning / CodeQL

Candidate predicate not marked as `nomagic` Warning

Candidate predicate to
lambdaCreation
is not marked as nomagic.

Check warning on line 2079 in shared/dataflow/codeql/dataflow/internal/DataFlowImplCommon.qll

See this annotation in the file changed.

Code scanning / CodeQL

Omittable 'exists' variable Warning

This exists variable can be omitted by using a don't-care expression
in this argument
.