-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
At the moment, NPM detects a high severity vulnerability in one of our dependency. However npm audit fix
doesn't help:
$ npm audit fix
up to date, audited 774 packages in 3s
133 packages are looking for funding
run `npm fund` for details
# npm audit report
marked <=4.0.9
Severity: high
Marked ReDoS due to email addresses being evaluated in quadratic time - https://github.com/advisories/GHSA-xf5p-87ch-gxw2
Inefficient Regular Expression Complexity in marked - https://github.com/advisories/GHSA-5v2h-r2cx-5xgj
Inefficient Regular Expression Complexity in marked - https://github.com/advisories/GHSA-rrrm-qjm4-v8hf
fix available via `npm audit fix`
node_modules/marked
1 high severity vulnerability
To address all issues, run:
npm audit fix
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers