Skip to content

Commit 861ac17

Browse files
GeekMasherjcogs33
andauthored
Update csharp/ql/lib/semmle/code/csharp/security/dataflow/CommandInjectionQuery.qll
Co-authored-by: Jami <[email protected]>
1 parent 8052b35 commit 861ac17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module CommandInjection = TaintTracking::Global<CommandInjectionConfig>;
6767
/** A source of remote user input. */
6868
class RemoteSource extends Source instanceof RemoteFlowSource { }
6969

70-
/** Command Injection sinks defined through CSV models. */
70+
/** Command Injection sinks defined through Models as Data. */
7171
private class ExternalCommandInjectionExprSink extends Sink {
7272
ExternalCommandInjectionExprSink() { sinkNode(this, "command-injection") }
7373
}

0 commit comments

Comments
 (0)