Open
Description
Symfony version(s) affected
7.2.3
Description
Hi team,
I'm using retire.js to scan for vulnerabilities in my project and it reports that vendor/symfony/web-profiler-bundle/Resources/views/Script/Mermaid/mermaid-flowchart-v2.min.js
includes DOMPurify 3.0.9
which in turn has known vulnerabilities.
I know that web-profiler-bundle is only in dev, but I run the retire
command in dev, and the client wants to see it report no vulnerabilities in my project.
Any chance of updating web-profiler-bundle to use a more recent version of Mermaid? Thanks
How to reproduce
- Create a new Symfony project
- Install retire.js with
npm install -g retire
- Run
retire
Possible Solution
No response
Additional Context
No response