Skip to content

Commit 05d9c7b

Browse files
committed
Swift: More 'an SQL' -> 'a SQL'.
1 parent 83dc6d1 commit 05d9c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/src/queries/Security/CWE-089/SqlInjection.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import codeql.swift.dataflow.FlowSources
1717
import DataFlow::PathGraph
1818

1919
/**
20-
* A `DataFlow::Node` that is a sink for an SQL string to be executed.
20+
* A `DataFlow::Node` that is a sink for a SQL string to be executed.
2121
*/
2222
abstract class SqlSink extends DataFlow::Node { }
2323

@@ -67,7 +67,7 @@ class SQLiteSwiftSqlSink extends SqlSink {
6767
}
6868

6969
/**
70-
* A taint configuration for tainted data that reaches an SQL sink.
70+
* A taint configuration for tainted data that reaches a SQL sink.
7171
*/
7272
class SqlInjectionConfig extends TaintTracking::Configuration {
7373
SqlInjectionConfig() { this = "SqlInjectionConfig" }

0 commit comments

Comments
 (0)