From 5028b76fb3e15504496c9ea780259d3de604c841 Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:51:17 -0500 Subject: [PATCH] Update php-scanner.yaml fixing more matchers --- file/php/php-scanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/php/php-scanner.yaml b/file/php/php-scanner.yaml index ade38b6482..f71a88f80a 100644 --- a/file/php/php-scanner.yaml +++ b/file/php/php-scanner.yaml @@ -212,7 +212,7 @@ file: - type: regex # MySQLi Extension regex: - - "mysqli((_real)?_connect)?" + - "mysqli((_real)?_connect)?|_query" - type: regex # Oracle OCI8 DBMS regex: