mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Fixed Typo
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ import DataFlow::PathGraph
|
||||
import semmle.code.java.dataflow.NullGuards
|
||||
import semmle.code.java.dataflow.Nullness
|
||||
|
||||
/** predicate which detects vulnerable Constructors */
|
||||
/** Predicate which detects vulnerable Constructors */
|
||||
predicate isRmiOrJmxServerCreateConstructor(Constructor constructor) {
|
||||
constructor.getName() = "RMIConnectorServer" and
|
||||
constructor
|
||||
|
||||
Reference in New Issue
Block a user