Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-breaking vulnerabilities #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ep-linden
Copy link
Contributor

Currently, there are still 10 vulnerabilities (3 moderate, 7 high).

We need to allocate more time to carefully investigate what is causing the breaking changes when we "fix" those other 10 vulnerabilities. With the initial release of 1.0.3, there was no traceability to see what changes could've caused the failure.

Findings for what's causing the initial breakage for traceability:
All the remaining vulnerabilities are coming from textlint-script being upgraded to 12.1.1. However, once we do so, it causes an error: ReferenceError: fs is not defined.

Ran npm audit fix and most of the vulnerabilities have been fixed.
@pa-eps pa-eps changed the base branch from master to main March 29, 2022 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant