mirror of
https://github.com/github/codeql.git
synced 2026-04-20 06:24:03 +02:00
Java: Update test output
This commit is contained in:
@@ -21,7 +21,7 @@ public class A {
|
||||
Object object = getA();
|
||||
|
||||
sink(step(object)); // $ hasTaintFlow=source
|
||||
sink(object); // $ SPURIOUS: hasTaintFlow=source
|
||||
sink(object);
|
||||
sink(((A)object).field); // $ hasTaintFlow=source
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user