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 a5a459f commit b3d2e75Copy full SHA for b3d2e75
swift/ql/src/queries/Security/CWE-089/SqlInjection.ql
@@ -69,7 +69,7 @@ class SQLiteSwiftSqlSink extends SqlSink {
69
class SqlInjectionConfig extends TaintTracking::Configuration {
70
SqlInjectionConfig() { this = "SqlInjectionConfig" }
71
72
- override predicate isSource(DataFlow::Node node) { node instanceof RemoteFlowSource }
+ override predicate isSource(DataFlow::Node node) { node instanceof FlowSource }
73
74
override predicate isSink(DataFlow::Node node) { node instanceof SqlSink }
75
}
0 commit comments