Frameright / Frameright/image-display-control-web-component
`npm audit fix`
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the project's npm dependency manifest and the installed marked dependency, then run npm audit to reproduce the reported vulnerability. Trace why npm audit fix leaves marked at the vulnerable version; done means the high-severity audit finding is resolved without breaking the project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- security, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100