From ba7e827dd294d435be9a54100fd010fcae68ef50 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Mon, 6 May 2024 14:26:30 +0200 Subject: [PATCH] C#: Fix a comment typo. --- .../semmle/code/csharp/security/dataflow/flowsinks/ApiSinks.qll | 2 +- .../code/csharp/security/dataflow/flowsources/ApiSources.qll | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks/ApiSinks.qll b/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks/ApiSinks.qll index 7a069adb2ed83..15c64b45ca083 100644 --- a/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks/ApiSinks.qll +++ b/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsinks/ApiSinks.qll @@ -10,7 +10,7 @@ final class SinkNode = ApiSinkNode; /** * Module that adds all API like sinks to `SinkNode`, excluding sinks for cryptography based - * queries, and queries where sinks are not succifiently defined (eg. using broad method name matching). + * queries, and queries where sinks are not sufficiently defined (eg. using broad method name matching). */ private module AllApiSinks { private import ParallelSink diff --git a/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/ApiSources.qll b/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/ApiSources.qll index 01d838f2f94de..093709febd105 100644 --- a/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/ApiSources.qll +++ b/csharp/ql/lib/semmle/code/csharp/security/dataflow/flowsources/ApiSources.qll @@ -6,7 +6,7 @@ final class SourceNode = FlowSources::SourceNode; /** * Module that adds all API like sources to `SourceNode`, excluding some sources for cryptography based - * queries, and queries where sources are not succifiently defined (eg. using broad method name matching). + * queries, and queries where sources are not ntly defined (eg. using broad method name matching). */ private module AllApiSources { private import semmle.code.csharp.security.dataflow.ConditionalBypassQuery as ConditionalBypassQuery