Laminas,Mezzio security

Hi everyone,
I’m wondering if there are already solution for security issues with the Mezzio framework. I’m interested in CSRF, XSS, and Excel injection vulnerabilities.
Are there any CSRF, XSS, or CSV injection (CSV Injection | OWASP Foundation) middleware available for the Mezzio framework? If so, what are they?

i have already found that there is CSRF Middelware…is there some for xss ? or some escaper for excel injection.would be fit this escaper in laminas-escaper?

Thanks in advance for your help!

You can search across the boundaries of Mezzio and Laminas, because through PSR there is a wide range of middlewares that can be used across frameworks. Check https://packagist.org for it; for example: Middlewares · GitHub

See also mezzio-cors.