We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2050f82 + af6da85 commit 68876b0Copy full SHA for 68876b0
csharp/ql/src/semmle/code/csharp/security/dataflow/LogForging.qll
@@ -48,13 +48,6 @@ module LogForging {
48
HtmlSanitizer() { this.asExpr() instanceof HtmlSanitizedExpr }
49
}
50
51
- /**
52
- * A logger type that extends from an ILogger type.
53
- */
54
- private class LoggerType extends RefType {
55
- LoggerType() { getABaseType*().hasName("ILogger") }
56
- }
57
-
58
/**
59
* An argument to a call to a method on a logger class.
60
*/
0 commit comments