Skip to content

Commit 030e2bd

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

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
@@ -106,7 +106,7 @@ class FlowServerInitializedWithNullEnv extends DataFlow::Configuration {
106106
}
107107
}
108108

109-
/** Returns true if within the passed PathNode a "jmx.remote.rmi.server.credential.types" is set. */
109+
/** Holds if within the passed PathNode a "jmx.remote.rmi.server.credential.types" is set. */
110110
predicate mapFlowContainsCredentialtype(DataFlow::PathNode source) {
111111
exists(MapToPutCredentialstypeConfiguration conf | conf.hasFlow(source.getNode(), _))
112112
}

0 commit comments

Comments
 (0)