Open Alex-Inems opened 1 month ago
Unfortunately, I think this issue will be not fixed. Looks like this library is abandoned. I installed the forked library with an updated quill - everything works fine and now I don't have vulnerabilities. You can read about that forked library here Update Quill Dependency to ^2.0.0.
Vulnerability Issues with Quill and React-Quill
Description I'm experiencing security vulnerabilities reported by
npm audit
related to thequill
library. The vulnerabilities include Cross-site Scripting (XSS) and others as detailed in the reports.Current Versions
React-Quill: 2.0.0
Problem Running
npm audit fix --force
suggests downgradingreact-quill
to0.0.2
, which introduces breaking changes. I want to address the vulnerabilities without reverting to older package versions.Expected Behavior I would like to resolve these vulnerabilities while maintaining the current versions of
quill
andreact-quill
.Request for Guidance Are there any planned updates or patches that will address these vulnerabilities? What compatible versions can I use that won’t introduce security risks?