Skip to content

Commit 45443ba

Browse files
timolesMarcono1234
andauthored
Fixed Typo
Co-authored-by: Marcono1234 <[email protected]>
1 parent 1fd2be3 commit 45443ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-665/InsecureRmiJmxEnvironmentConfiguration.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import DataFlow::PathGraph
1717
import semmle.code.java.dataflow.NullGuards
1818
import semmle.code.java.dataflow.Nullness
1919

20-
/** predicate which detects vulnerable Constructors */
20+
/** Predicate which detects vulnerable Constructors */
2121
predicate isRmiOrJmxServerCreateConstructor(Constructor constructor) {
2222
constructor.getName() = "RMIConnectorServer" and
2323
constructor

0 commit comments

Comments
 (0)