feat: add XSS protection by implementing form data filtering
This commit is contained in:
+3
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user