Clarify threat model flow sources comment in LogForgingQuery.qll

This commit is contained in:
Chad Bentz
2024-10-01 23:04:22 -04:00
committed by GitHub
parent 5fb61b0304
commit 2458d16426

View File

@@ -42,7 +42,7 @@ private module LogForgingConfig implements DataFlow::ConfigSig {
*/
module LogForging = TaintTracking::Global<LogForgingConfig>;
/** A source of remote user input. */
/** A source supported by the current threat model. */
private class ThreatModelSource extends Source instanceof ActiveThreatModelSource { }
private class HtmlSanitizer extends Sanitizer {