mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Clarify threat model flow sources comment in LogForgingQuery.qll
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user