Skip to content

Commit

Permalink
fix: fix typo in dynamic os command (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski authored Mar 5, 2024
1 parent 385564d commit ceaf06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/javascript/lang/dynamic_os_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ patterns:
detection: javascript_lang_dynamic_os_command_dynamic_input
scope: cursor
- pattern: |
$<CHILD_PROCESS>$<METHOD>($<...>$<DYNAMIC_INPUT>$<...>)
$<CHILD_PROCESS>.$<METHOD>($<...>$<DYNAMIC_INPUT>$<...>)
filters:
- variable: CHILD_PROCESS
detection: javascript_lang_dynamic_os_command_child_process
Expand Down

0 comments on commit ceaf06b

Please sign in to comment.