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.
2 parents 0f04e84 + 9481673 commit 801f4bcCopy full SHA for 801f4bc
swift/ql/src/queries/Security/CWE-094/UnsafeJsEval.ql
@@ -127,9 +127,6 @@ class UnsafeJsEvalConfig extends TaintTracking::Configuration {
127
)
128
or
129
exists(MemberRefExpr e, Expr self, VarDecl member |
130
- self.getType().getName() = "String" and
131
- member.getName() = ["utf8", "utf16", "utf8CString"]
132
- or
133
self.getType().getName().matches(["Unsafe%Buffer%", "Unsafe%Pointer%"]) and
134
member.getName() = "baseAddress"
135
|
0 commit comments