From 275a473545082829a63119b985ccc028e99862ff Mon Sep 17 00:00:00 2001 From: David Roe Date: Mon, 9 Oct 2023 11:50:00 +0100 Subject: [PATCH] refactor: fix lint issue --- rules/php/lang/xpath_injection.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/php/lang/xpath_injection.yml b/rules/php/lang/xpath_injection.yml index f77ea34d4..148c3d948 100644 --- a/rules/php/lang/xpath_injection.yml +++ b/rules/php/lang/xpath_injection.yml @@ -30,7 +30,6 @@ patterns: - variable: USER_INPUT detection: php_shared_lang_user_input scope: result -auxiliary: languages: - php metadata: