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.
1 parent 1fd2be3 commit 45443baCopy full SHA for 45443ba
java/ql/src/experimental/Security/CWE/CWE-665/InsecureRmiJmxEnvironmentConfiguration.ql
@@ -17,7 +17,7 @@ import DataFlow::PathGraph
17
import semmle.code.java.dataflow.NullGuards
18
import semmle.code.java.dataflow.Nullness
19
20
-/** predicate which detects vulnerable Constructors */
+/** Predicate which detects vulnerable Constructors */
21
predicate isRmiOrJmxServerCreateConstructor(Constructor constructor) {
22
constructor.getName() = "RMIConnectorServer" and
23
constructor
0 commit comments