Skip to content

Commit 78bea7e

Browse files
fix: move template security checker allowlist to template file
Template was in the vendor config instead of the project's template file
1 parent b658e1b commit 78bea7e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

config/pimcore/grumphp.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,3 @@ parameters:
99
phpcs.enabled: false
1010
phpcsfixer.enabled: true
1111

12-
# securitychecker.allow_list:
13-
# - CVE-2002-0121 # Add a jira ticket indicating when this vulnerability will be fixed (update/upgrade will be
14-
# performed). Within that ticket explain this (new) vulnerability.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
imports:
2-
- resource: 'vendor/youwe/testing-suite/config/pimcore/grumphp.yml'
2+
- resource: 'vendor/youwe/testing-suite/config/pimcore/grumphp.yml'
3+
4+
parameters:
5+
# securitychecker.allow_list:
6+
# - CVE-2002-0121 # Add a jira ticket indicating when this vulnerability will be fixed (update/upgrade will be
7+
# performed). Within that ticket explain this (new) vulnerability.

0 commit comments

Comments
 (0)