mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Improve reflective class names
This commit is contained in:
@@ -45,8 +45,8 @@ module UnsafeReflectionConfig implements DataFlow::ConfigSig {
|
||||
// Qualifier -> return of Class.getDeclaredConstructors/Methods and similar
|
||||
exists(MethodCall ma |
|
||||
(
|
||||
ma instanceof ReflectiveConstructorsCall or
|
||||
ma instanceof ReflectiveMethodsCall
|
||||
ma instanceof ReflectiveGetConstructorsCall or
|
||||
ma instanceof ReflectiveGetMethodsCall
|
||||
) and
|
||||
ma.getQualifier() = pred.asExpr() and
|
||||
ma = succ.asExpr()
|
||||
|
||||
Reference in New Issue
Block a user