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.
1 parent 8052b35 commit 861ac17Copy full SHA for 861ac17
csharp/ql/lib/semmle/code/csharp/security/dataflow/CommandInjectionQuery.qll
@@ -67,7 +67,7 @@ module CommandInjection = TaintTracking::Global<CommandInjectionConfig>;
67
/** A source of remote user input. */
68
class RemoteSource extends Source instanceof RemoteFlowSource { }
69
70
-/** Command Injection sinks defined through CSV models. */
+/** Command Injection sinks defined through Models as Data. */
71
private class ExternalCommandInjectionExprSink extends Sink {
72
ExternalCommandInjectionExprSink() { sinkNode(this, "command-injection") }
73
}
0 commit comments