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.
2 parents 88b3d1f + 2458d16 commit 7600c24Copy full SHA for 7600c24
csharp/ql/lib/semmle/code/csharp/security/dataflow/LogForgingQuery.qll
@@ -42,7 +42,7 @@ private module LogForgingConfig implements DataFlow::ConfigSig {
42
*/
43
module LogForging = TaintTracking::Global<LogForgingConfig>;
44
45
-/** A source of remote user input. */
+/** A source supported by the current threat model. */
46
private class ThreatModelSource extends Source instanceof ActiveThreatModelSource { }
47
48
private class HtmlSanitizer extends Sanitizer {
0 commit comments