feat: add XSS protection by implementing form data filtering

This commit is contained in:
Björn Fromme
2023-11-13 17:46:56 +01:00
parent 654648e934
commit f04d90af6f
19 changed files with 324 additions and 13 deletions
+3 -2
View File
@@ -64,7 +64,8 @@
"twig/html-extra": "^3.7",
"twig/intl-extra": "^3.7",
"twig/string-extra": "^3.7",
"twig/twig": "^2.12|^3.0"
"twig/twig": "^2.12|^3.0",
"voku/anti-xss": "^4.1"
},
"config": {
"allow-plugins": {
@@ -127,4 +128,4 @@
"symfony/web-profiler-bundle": "6.3.*"
},
"version": "0.1.0"
}
}