mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
fix for issue #4849
This commit is contained in:
@@ -480,7 +480,7 @@ Exercise 4
|
||||
Configuration() { this="Environment to System.Uri" }
|
||||
|
||||
override predicate isSource(DataFlow::Node src) {
|
||||
src.asExpr() instanceof EnvironmentVariableFlowSource
|
||||
src instanceof EnvironmentVariableFlowSource
|
||||
}
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) {
|
||||
|
||||
Reference in New Issue
Block a user