You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
includesDOMPurify 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
npm install -g retire
retire
Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: