We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java/jndi-injection
1 parent 8e33d2b commit 12eb979Copy full SHA for 12eb979
java/ql/lib/semmle/code/java/security/JndiInjection.qll
@@ -34,6 +34,10 @@ private class DefaultJndiInjectionSink extends JndiInjectionSink {
34
DefaultJndiInjectionSink() { sinkNode(this, "jndi-injection") }
35
}
36
37
+private class ExternalJndiInjectionSanitizer extends JndiInjectionSanitizer {
38
+ ExternalJndiInjectionSanitizer() { barrierNode(this, "jndi-injection") }
39
+}
40
+
41
/**
42
* A method that does a JNDI lookup when it receives a specific argument set to `true`.
43
*/
0 commit comments