mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Update java/ql/src/Likely Bugs/Comparison/StringComparison.ql
This commit is contained in:
committed by
GitHub
parent
2185a654de
commit
306388a6bc
@@ -41,6 +41,7 @@ class StringValue extends Expr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pragma[noinline]
|
||||||
predicate candidateVariable(Variable v) {
|
predicate candidateVariable(Variable v) {
|
||||||
v.fromSource() and
|
v.fromSource() and
|
||||||
// For parameters, assume they could be non-interned.
|
// For parameters, assume they could be non-interned.
|
||||||
|
|||||||
Reference in New Issue
Block a user