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

Update marked and markdown-link-extractor dependencies #181

Closed
fernandocanizo opened this issue Jan 20, 2022 · 2 comments
Closed

Update marked and markdown-link-extractor dependencies #181

fernandocanizo opened this issue Jan 20, 2022 · 2 comments

Comments

@fernandocanizo
Copy link

npm audit reports high severity vulnerabilities for marked and markdown-link-extractor dependencies:

$ npm audit
# npm audit report

marked  <4.0.10
Severity: high
Inefficient Regular Expression Complexity in marked - https://github.com/advisories/GHSA-5v2h-r2cx-5xgj
No fix available
node_modules/marked
  markdown-link-extractor  *
  Depends on vulnerable versions of marked
  node_modules/markdown-link-extractor
    markdown-link-check  *
    Depends on vulnerable versions of markdown-link-extractor
    node_modules/markdown-link-check

3 high severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

markdown-link-check is my only dependency on this project:

  "devDependencies": {
    "markdown-link-check": "^3.9.0"
  },

npm audit fix cannot solve the issue.

@nschonni
Copy link
Contributor

tcort/markdown-link-extractor#20 would be what needs to land and get released

@tcort
Copy link
Owner

tcort commented Jan 20, 2022

tcort/markdown-link-extractor#20 would be what needs to land and get released

I should have some time to get to this tomorrow.

@tcort tcort closed this as completed Jan 21, 2022
fernandocanizo added a commit to fernandocanizo/my-bookmarks that referenced this issue Jan 21, 2022
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

No branches or pull requests

3 participants