Skip to content

Commit 72ef498

Browse files
author
Timo Mueller
committed
Fixed wrong match for symbolic constant
1 parent 5aeeb3a commit 72ef498

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
@@ -59,7 +59,7 @@ class SafeFlow extends DataFlow::Configuration {
5959
.(FieldAccess)
6060
.getField()
6161
.hasQualifiedName("javax.management.remote.rmi", "RMIConnectorServer",
62-
["CREDENTIAL_TYPES", "CREDENTIALS_FILTER_PATTERN", "SERIAL_FILTER_PATTERN"])
62+
["CREDENTIAL_TYPES", "CREDENTIALS_FILTER_PATTERN"])
6363
|
6464
put.getQualifier() = qualifier and
6565
put.getMethod().(MapMethod).getReceiverKeyType() instanceof TypeString and

0 commit comments

Comments
 (0)