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 13755ad commit c8dfc87Copy full SHA for c8dfc87
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/FilePath.qll
@@ -85,7 +85,7 @@ private class FilePathComponentFieldsInheritTaint extends TaintInheritingContent
85
(
86
f.getEnclosingDecl().(NominalTypeDecl).getFullName() =
87
["FilePath.Component", "FilePath.Root"] or
88
- f.getEnclosingDecl().(ExtensionDecl).getExtendedTypeDecl().getName() =
+ f.getEnclosingDecl().(ExtensionDecl).getExtendedTypeDecl().getFullName() =
89
["FilePath.Component", "FilePath.Root"]
90
) and
91
f.getName() = ["extension", "stem", "string"]
0 commit comments