File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
csharp/ql/lib/semmle/code/csharp/security/dataflow Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ final class SinkNode = ApiSinkNode;
1010
1111/**
1212 * Module that adds all API like sinks to `SinkNode`, excluding sinks for cryptography based
13- * queries, and queries where sinks are not succifiently defined (eg. using broad method name matching).
13+ * queries, and queries where sinks are not sufficiently defined (eg. using broad method name matching).
1414 */
1515private module AllApiSinks {
1616 private import ParallelSink
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ final class SourceNode = FlowSources::SourceNode;
66
77/**
88 * Module that adds all API like sources to `SourceNode`, excluding some sources for cryptography based
9- * queries, and queries where sources are not succifiently defined (eg. using broad method name matching).
9+ * queries, and queries where sources are not sufficiently defined (eg. using broad method name matching).
1010 */
1111private module AllApiSources {
1212 private import semmle.code.csharp.security.dataflow.ConditionalBypassQuery as ConditionalBypassQuery
You can’t perform that action at this time.
0 commit comments