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 674b9ad commit ccd706eCopy full SHA for ccd706e
javascript/ql/src/semmle/javascript/security/dataflow/DOM.qll
@@ -229,6 +229,7 @@ private class PostMessageEventParameter extends RemoteFlowSource {
229
* even if the window is opened from a foreign domain.
230
*/
231
private class WindowNameAccess extends RemoteFlowSource {
232
+ pragma[nomagic, noinline]
233
WindowNameAccess() {
234
this = DataFlow::globalObjectRef().getAPropertyRead("name")
235
or
0 commit comments