mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Java: Adopt shared SSA library
This commit is contained in:
@@ -25,6 +25,12 @@ public class GuardTest {
|
||||
|
||||
}
|
||||
|
||||
String s2 = "string";
|
||||
|
||||
if (!isSafe(s2)) {
|
||||
s2 = null;
|
||||
}
|
||||
sink(s2);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user