Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix sql dump folder detecting
  • Loading branch information
ihormandzyuk committed Jul 30, 2025
commit d1c609676fab3be5ada493fe3e3b3b9bf6c2c16d
4 changes: 1 addition & 3 deletions Model/SecurityChecker/CheckSQLInRootAndSubFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ class CheckSQLInRootAndSubFolder extends AbstractChecker
* @var string[]
*/
private $exclude = [
'vendor/laminas/laminas-db/',
'vendor/magento/magento2-base/dev/',
'vendor/magento/magento-zf-db',
'vendor',
'dev/tests/'
];

Expand Down