mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
fix for issue #4848
This commit is contained in:
@@ -439,7 +439,7 @@ Exercise 2
|
||||
Configuration() { this="String to System.Uri" }
|
||||
|
||||
override predicate isSource(DataFlow::Node src) {
|
||||
src.asExpr().hasValue()
|
||||
src.asExpr().(Expr).hasValue()
|
||||
}
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) {
|
||||
|
||||
Reference in New Issue
Block a user