From ceaf06b210dfbc5976b5f7e1f8ac105697cd35ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fabianski?= Date: Tue, 5 Mar 2024 10:50:43 +0100 Subject: [PATCH] fix: fix typo in dynamic os command (#332) --- rules/javascript/lang/dynamic_os_command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/javascript/lang/dynamic_os_command.yml b/rules/javascript/lang/dynamic_os_command.yml index 1541c4362..759ee6c52 100644 --- a/rules/javascript/lang/dynamic_os_command.yml +++ b/rules/javascript/lang/dynamic_os_command.yml @@ -20,7 +20,7 @@ patterns: detection: javascript_lang_dynamic_os_command_dynamic_input scope: cursor - pattern: | - $$($<...>$$<...>) + $.$($<...>$$<...>) filters: - variable: CHILD_PROCESS detection: javascript_lang_dynamic_os_command_child_process