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 33955ee commit 8e61c78Copy full SHA for 8e61c78
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/WebView.qll
@@ -125,7 +125,8 @@ private class JsExportedSource extends RemoteFlowSource {
125
base.getEnclosingDecl() instanceof JsExportedProto and
126
adopter.getEnclosingDecl() instanceof JsExportedType
127
|
128
- this.asExpr().(MemberRefExpr).getMember() = adopter and adopter.getName() = base.getName()
+ this.asExpr().(MemberRefExpr).getMember() = adopter and
129
+ pragma[only_bind_out](adopter.getName()) = pragma[only_bind_out](base.getName())
130
)
131
}
132
0 commit comments