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 48116ee commit 4a95454Copy full SHA for 4a95454
java/ql/lib/semmle/code/java/dataflow/FlowSteps.qll
@@ -160,7 +160,7 @@ private class NumberTaintPreservingCallable extends TaintPreservingCallable {
160
int argument;
161
162
NumberTaintPreservingCallable() {
163
- this.getDeclaringType().getAnAncestor().hasQualifiedName("java.lang", "Number") and
+ this.getDeclaringType().getASourceSupertype*().hasQualifiedName("java.lang", "Number") and
164
(
165
this instanceof Constructor and
166
argument = 0
0 commit comments