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 83dc6d1 commit 05d9c7bCopy full SHA for 05d9c7b
swift/ql/src/queries/Security/CWE-089/SqlInjection.ql
@@ -17,7 +17,7 @@ import codeql.swift.dataflow.FlowSources
17
import DataFlow::PathGraph
18
19
/**
20
- * A `DataFlow::Node` that is a sink for an SQL string to be executed.
+ * A `DataFlow::Node` that is a sink for a SQL string to be executed.
21
*/
22
abstract class SqlSink extends DataFlow::Node { }
23
@@ -67,7 +67,7 @@ class SQLiteSwiftSqlSink extends SqlSink {
67
}
68
69
70
- * A taint configuration for tainted data that reaches an SQL sink.
+ * A taint configuration for tainted data that reaches a SQL sink.
71
72
class SqlInjectionConfig extends TaintTracking::Configuration {
73
SqlInjectionConfig() { this = "SqlInjectionConfig" }
0 commit comments