We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7fcaa commit fc44573Copy full SHA for fc44573
java/ql/lib/semmle/code/java/security/ExternalAPIs.qll
@@ -24,7 +24,7 @@ private class DefaultSafeExternalApiMethod extends SafeExternalApiMethod {
24
or
25
this.getDeclaringType().hasQualifiedName("org.apache.commons.lang3", "Validate")
26
27
- this.getQualifiedName() = "Objects.equals"
+ this.hasQualifiedName("java.util", "Objects", "equals")
28
29
this.getDeclaringType() instanceof TypeString and this.getName() = "equals"
30
0 commit comments