We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac83df commit b9d24b8Copy full SHA for b9d24b8
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