mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
Fix TestModels test expectation
This commit is contained in:
@@ -93,7 +93,7 @@ public class Test {
|
||||
sink(sj1.add((CharSequence)source())); // $hasTaintFlow
|
||||
|
||||
StringJoiner sj2 = (StringJoiner)source();
|
||||
sink(sj2.add("test")); // $hasTaintFlow
|
||||
sink(sj2.add("test")); // $hasValueFlow
|
||||
}
|
||||
|
||||
// top 300-500 JDK APIs tests
|
||||
|
||||
Reference in New Issue
Block a user