Update java/ql/src/experimental/Security/CWE/CWE-074/JndiInjectionLib.qll

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Grzegorz Goławski
2020-05-18 23:18:16 +02:00
committed by GitHub
parent a16295ebc0
commit 0075d35346

View File

@@ -49,8 +49,8 @@ class TypeSpringLdapOperations extends Interface {
/** The interface `org.springframework.ldap.core.ContextMapper`. */
class TypeSpringContextMapper extends Interface {
TypeSpringContextMapper() {
this.hasQualifiedName("org.springframework.ldap.core", "ContextMapper<T>") or
this.hasQualifiedName("org.springframework.ldap", "ContextMapper<T>")
this.getSourceDeclaration().hasQualifiedName("org.springframework.ldap.core", "ContextMapper") or
this.getSourceDeclaration().hasQualifiedName("org.springframework.ldap", "ContextMapper")
}
}