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 a16295e commit 0075d35Copy full SHA for 0075d35
java/ql/src/experimental/Security/CWE/CWE-074/JndiInjectionLib.qll
@@ -49,8 +49,8 @@ class TypeSpringLdapOperations extends Interface {
49
/** The interface `org.springframework.ldap.core.ContextMapper`. */
50
class TypeSpringContextMapper extends Interface {
51
TypeSpringContextMapper() {
52
- this.hasQualifiedName("org.springframework.ldap.core", "ContextMapper<T>") or
53
- this.hasQualifiedName("org.springframework.ldap", "ContextMapper<T>")
+ this.getSourceDeclaration().hasQualifiedName("org.springframework.ldap.core", "ContextMapper") or
+ this.getSourceDeclaration().hasQualifiedName("org.springframework.ldap", "ContextMapper")
54
}
55
56
0 commit comments