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 1d81c77 commit 024712cCopy full SHA for 024712c
csharp/ql/lib/semmle/code/csharp/security/Sanitizers.qll
@@ -57,8 +57,8 @@ class SimpleTypeSanitizedExpr extends DataFlow::ExprNode {
57
SimpleTypeSanitizedExpr() {
58
exists(Type t | t = this.getType() or t = this.getType().(NullableType).getUnderlyingType() |
59
t instanceof SimpleType or
60
- t instanceof SystemDateTimeStruct or
61
- t instanceof Enum
+ t instanceof SystemDateTimeStruct
+ // or t instanceof Enum
62
)
63
}
64
0 commit comments