Skip to content

Commit c8dfc87

Browse files
committed
Swift: getName -> getFullName.
1 parent 13755ad commit c8dfc87

File tree

1 file changed

+1
-1
lines changed
  • swift/ql/lib/codeql/swift/frameworks/StandardLibrary

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/FilePath.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private class FilePathComponentFieldsInheritTaint extends TaintInheritingContent
8585
(
8686
f.getEnclosingDecl().(NominalTypeDecl).getFullName() =
8787
["FilePath.Component", "FilePath.Root"] or
88-
f.getEnclosingDecl().(ExtensionDecl).getExtendedTypeDecl().getName() =
88+
f.getEnclosingDecl().(ExtensionDecl).getExtendedTypeDecl().getFullName() =
8989
["FilePath.Component", "FilePath.Root"]
9090
) and
9191
f.getName() = ["extension", "stem", "string"]

0 commit comments

Comments
 (0)