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 51e3ff9 commit 2bd25fcCopy full SHA for 2bd25fc
swift/ql/src/queries/Security/CWE-135/StringLengthConflation.ql
@@ -14,6 +14,11 @@ import swift
14
import codeql.swift.dataflow.DataFlow
15
import DataFlow::PathGraph
16
17
+/**
18
+ * A configuration for tracking string lengths originating from source that is
19
+ * a `String` or an `NSString` object, to a sink of a different kind that
20
+ * expects an incompatible measure of length.
21
+ */
22
class StringLengthConflationConfiguration extends DataFlow::Configuration {
23
StringLengthConflationConfiguration() { this = "StringLengthConflationConfiguration" }
24
0 commit comments