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 8502939 commit 0e67100Copy full SHA for 0e67100
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/WebView.qll
@@ -118,7 +118,7 @@ private class JsExportedSource extends RemoteFlowSource {
118
adopter.getEnclosingDecl() instanceof JsExportedType
119
|
120
this.(DataFlow::ParameterNode).getParameter().getDeclaringFunction() = adopter and
121
- adopter.getName() = base.getName()
+ pragma[only_bind_out](adopter.getName()) = pragma[only_bind_out](base.getName())
122
)
123
or
124
exists(FieldDecl adopter, FieldDecl base |
0 commit comments