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

Vulnerability #105

Closed
navjotjsingh opened this issue Aug 1, 2019 · 3 comments
Closed

Vulnerability #105

navjotjsingh opened this issue Aug 1, 2019 · 3 comments
Milestone

Comments

@navjotjsingh
Copy link

Getting this on running npm audit

Low │ Regular Expression Denial of Service │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ marked │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=0.7.0 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ hexo-renderer-marked │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ hexo-renderer-marked > marked │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1076
└───────────────┴──────────────────────────────────────────────────────────────┘

Please check.

@tomap
Copy link
Contributor

tomap commented Aug 2, 2019

Fixed by #102
Most vulnerability you'll see on npm don't apply to hexo due to the simple context where they occur. But still it is a good pratice
We will need to publish a new version so you can see the fix, or in the meantime, you can use "hexojs/hexo-renderer-marked" instead of the version number "^1.0.1"
and run npm i

@curbengh curbengh added this to the v2.0.0 milestone Aug 2, 2019
@curbengh
Copy link
Contributor

curbengh commented Aug 2, 2019

To be closed once v2 stable is released.

@curbengh
Copy link
Contributor

v2 stable released
#108
#108

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