Skip to content

Commit 7600c24

Browse files
authored
Merge pull request #17639 from felickz/patch-1
Update Comment - Clarify threat model flow sources comment in LogForgingQuery.qll
2 parents 88b3d1f + 2458d16 commit 7600c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/security/dataflow/LogForgingQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private module LogForgingConfig implements DataFlow::ConfigSig {
4242
*/
4343
module LogForging = TaintTracking::Global<LogForgingConfig>;
4444

45-
/** A source of remote user input. */
45+
/** A source supported by the current threat model. */
4646
private class ThreatModelSource extends Source instanceof ActiveThreatModelSource { }
4747

4848
private class HtmlSanitizer extends Sanitizer {

0 commit comments

Comments
 (0)