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 b6053e3 commit 0a293cfCopy full SHA for 0a293cf
java/ql/lib/semmle/code/java/security/Sanitizers.qll
@@ -23,6 +23,7 @@ class SimpleTypeSanitizer extends DataFlow::Node {
23
this.getType()
24
.(RefType)
25
.getASourceSupertype*()
26
- .hasQualifiedName("java.time.temporal", "TemporalAccessor")
+ .hasQualifiedName("java.time.temporal", "TemporalAccessor") or
27
+ this.getType() instanceof EnumType
28
}
29
0 commit comments