mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Fix invalid source kind in test
This commit is contained in:
@@ -5,3 +5,4 @@ sqlInjectionSinks
|
||||
| connection.example.ts:9:18:9:18 | q |
|
||||
remoteFlowSources
|
||||
| message.example.js:1:46:1:50 | event |
|
||||
| message.example.js:2:16:2:25 | event.data |
|
||||
|
||||
@@ -6,5 +6,5 @@ extensions:
|
||||
- [
|
||||
"global",
|
||||
"Member[addEventListener].WithStringArgument[0=message].Argument[1].Parameter[0].Member[data]",
|
||||
"remote-flow",
|
||||
"remote",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user