Fixed Typo

Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
Timo Müller
2021-05-04 13:58:00 +02:00
committed by GitHub
parent 1fd2be3879
commit 45443baf84

View File

@@ -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