mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
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:
committed by
GitHub
parent
a16295ebc0
commit
0075d35346
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user