Re-adds jump step

Note that this causes FP flow in the call context test cases
This commit is contained in:
Tony Torralba
2023-07-21 13:54:09 +02:00
parent 36ff54b48b
commit d3b3af8ae6
2 changed files with 24 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ public class A {
}
public static void testWrapCall() {
sink(wrapStream(null)); // no flow
sink(wrapStream(null)); // $ SPURIOUS: hasTaintFlow
sink(wrapStream(source())); // $ hasTaintFlow
}