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;
10
10
11
11
/**
12
12
* 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).
14
14
*/
15
15
private module AllApiSinks {
16
16
private import ParallelSink
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ final class SourceNode = FlowSources::SourceNode;
6
6
7
7
/**
8
8
* 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).
10
10
*/
11
11
private module AllApiSources {
12
12
private import semmle.code.csharp.security.dataflow.ConditionalBypassQuery as ConditionalBypassQuery
You can’t perform that action at this time.
0 commit comments