diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index a427b15..c8b7c11 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -25,4 +25,6 @@ jobs: run: | semgrep --config=p/php --config=p/owasp-top-ten --error \ --exclude-rule=php.lang.security.injection.echoed-request.echoed-request \ + --exclude-rule=php.lang.security.injection.tainted-filename.tainted-filename \ + --exclude-rule=php.lang.security.injection.tainted-callable.tainted-callable \ .