mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Fix accordance to style guide
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
@@ -106,7 +106,7 @@ class FlowServerInitializedWithNullEnv extends DataFlow::Configuration {
|
||||
}
|
||||
}
|
||||
|
||||
/** Returns true if within the passed PathNode a "jmx.remote.rmi.server.credential.types" is set. */
|
||||
/** Holds if within the passed PathNode a "jmx.remote.rmi.server.credential.types" is set. */
|
||||
predicate mapFlowContainsCredentialtype(DataFlow::PathNode source) {
|
||||
exists(MapToPutCredentialstypeConfiguration conf | conf.hasFlow(source.getNode(), _))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user