You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **WithStringArgument[0=message]** component here selects the subset of calls to **addEventListener** where the first argument is a string literal with the value **"message"**.
@@ -308,7 +308,7 @@ Adds a new taint source. Most taint-tracking queries will use the new source.
308
308
309
309
- **type**: Name of a type from which to evaluate **path**.
310
310
- **path**: Access path leading to the source.
311
-
- **kind**: Kind of source to add. Currently only **remote-flow** is used.
311
+
- **kind**: Kind of source to add. Currently only **remote** is used.
- **remote-flow**: A generic source of remote flow. Most taint-tracking queries will use such a source. Currently this is the only supported source kind.
450
+
- **remote**: A generic source of remote flow. Most taint-tracking queries will use such a source. Currently this is the only supported source kind.
0 commit comments