mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Java: update fixed test
This commit is contained in:
@@ -99,7 +99,7 @@ public class A {
|
||||
}
|
||||
|
||||
public static void testWrapCall() {
|
||||
sink(wrapStream(null)); // $ SPURIOUS: hasTaintFlow
|
||||
sink(wrapStream(null)); // no flow
|
||||
sink(wrapStream(source())); // $ hasTaintFlow
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user