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 ddb4990 commit efea11fCopy full SHA for efea11f
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll
@@ -58,7 +58,7 @@ private class LaunchOptionsUrlVarDecl extends VarDecl {
58
LaunchOptionsUrlVarDecl() {
59
// ideally this would be the more accurate, but currently less robust:
60
// this.getEnclosingDecl().asNominalTypeDecl().getFullName() = "UIApplication.LaunchOptionsKey" and
61
- this.getType().getName() = "UIApplication.LaunchOptionsKey" and
+ this.getType().(NominalType).getFullName() = "UIApplication.LaunchOptionsKey" and
62
this.getName() = "url"
63
}
64
0 commit comments