Skip to content

Commit c476b6c

Browse files
timolesMarcono1234
andauthored
Fix accordance to style guide
Co-authored-by: Marcono1234 <[email protected]>
1 parent 030e2bd commit c476b6c

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
@@ -125,7 +125,7 @@ string getRmiResult(DataFlow::PathNode source) {
125125
"RMI/JMX server initialized with 'null' environment $@. Missing type restriction in RMI authentication method exposes the application to deserialization attacks."
126126
}
127127

128-
/** Predicate returns true for any map flow paths with NO jmx.remote.rmi.server.credential.types set */
128+
/** Holds for any map flow paths with **no** jmx.remote.rmi.server.credential.types set */
129129
predicate hasVulnerableMapFlow(DataFlow::PathNode source, DataFlow::PathNode sink) {
130130
exists(MapToRmiServerInitConfiguration dataflow |
131131
dataflow.hasFlowPath(source, sink) and

0 commit comments

Comments
 (0)