Skip to content

Commit 485a3a1

Browse files
timolesMarcono1234
andauthored
Fixed content to confirm with the style guide
Co-authored-by: Marcono1234 <[email protected]>
1 parent 45443ba commit 485a3a1

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
@@ -111,7 +111,7 @@ predicate mapFlowContainsCredentialtype(DataFlow::PathNode source) {
111111
exists(MapToPutCredentialstypeConfiguration conf | conf.hasFlow(source.getNode(), _))
112112
}
113113

114-
/** Returns result depending if the vulnerability is present due to a) a null environment b) an insecurely set environment map */
114+
/** Gets a string describing why the application is vulnerable, depending on if the vulnerability is present due to a) a null environment b) an insecurely set environment map */
115115
bindingset[source]
116116
string getRmiResult(DataFlow::PathNode source) {
117117
// We got a Map so we have a source and a sink node

0 commit comments

Comments
 (0)