We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2282fc commit af6da85Copy full SHA for af6da85
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