We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a0137b + ee02578 commit 0c78fb2Copy full SHA for 0c78fb2
docs/codeql/codeql-language-guides/analyzing-data-flow-in-csharp.rst
@@ -480,7 +480,7 @@ Exercise 4
480
Configuration() { this="Environment to System.Uri" }
481
482
override predicate isSource(DataFlow::Node src) {
483
- src.asExpr() instanceof EnvironmentVariableFlowSource
+ src instanceof EnvironmentVariableFlowSource
484
}
485
486
override predicate isSink(DataFlow::Node sink) {
0 commit comments