Skip to content

Commit

Permalink
Swift: Fix stray [].
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffw0 committed Nov 1, 2024
1 parent f3ea75d commit 24c4e87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ private class StringFieldsInheritTaint extends TaintInheritingContent,
"precomposedStringWithCompatibilityMapping", "removingPercentEncoding"
]
or
namedTypeDecl.getFullName() = ["CustomStringConvertible"] and
namedTypeDecl.getFullName() = "CustomStringConvertible" and
fieldDecl.getName() = "description"
or
namedTypeDecl.getFullName() = "CustomDebugStringConvertible" and
Expand Down

0 comments on commit 24c4e87

Please sign in to comment.