From 894dca83f77731cef0e85a7101aeaf7cffe14795 Mon Sep 17 00:00:00 2001 From: Punyapal Shah Date: Tue, 11 Jun 2024 21:24:57 +0530 Subject: [PATCH] chore: update Arch.php to ignore 'assert' function in presets --- tests/Arch.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Arch.php b/tests/Arch.php index 9b73f809..7e1d0552 100644 --- a/tests/Arch.php +++ b/tests/Arch.php @@ -19,6 +19,7 @@ arch()->preset()->security()->ignoring([ 'exec', 'unserialize', 'extract', + 'assert', ]); arch('globals')