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

found 3 vulnerabilities (2 low, 1 high) #14

Closed
PrabhanshuAttri opened this issue Jan 24, 2019 · 8 comments
Closed

found 3 vulnerabilities (2 low, 1 high) #14

PrabhanshuAttri opened this issue Jan 24, 2019 · 8 comments

Comments

@PrabhanshuAttri
Copy link

npm audit shows found 3 vulnerabilities (2 low, 1 high)

screenshot 2019-01-24 at 4 14 24 pm

Created an issue in html-minifier

@tomap
Copy link
Contributor

tomap commented Jan 24, 2019

Those bugs are already fixed, we just need to publish a new version
You can check with by setting the version in you package.json to "hexojs/hexo-html-minifier"
See
https://docs.npmjs.com/files/package.json#github-urls

@ILAsoft
Copy link

ILAsoft commented Feb 10, 2019

To further explain the last comment - until an official release is made and issue is properly resolved, you can still use the latest (fixed) code to bypass this issue - simply change package.json from the current

"hexo-html-minifier": "0.0.2",

to

"hexo-html-minifier": "hexojs/hexo-html-minifier"

And run the usual "npm upgrade"

@tomap
Copy link
Contributor

tomap commented Feb 21, 2019

However, an official release would be nice @hexojs/core ?

@floydpink
Copy link

+1 for publishing a release

@tomap
Copy link
Contributor

tomap commented May 26, 2019

@yoshinorin could you publish a v1? (maybe after droping support for node 6 hexojs/hexo#3508 )

@yoshinorin
Copy link
Member

yoshinorin commented May 26, 2019

@tomap
I totally agree with drop Node.js v6 & publish this plugin v1.
But, I haven't permission to publish npm...

PS.
I wrote hexo-renderer-marked releases & its release news. But, npm publisher is @JLHwung

@tomap
Copy link
Contributor

tomap commented Jun 21, 2019

in the meantime, you can replace

    "hexo-html-minifier": "0.0.2",

with

"hexo-html-minifier": "hexojs/hexo-html-minifier",

in your package.json

@curbengh
Copy link
Contributor

curbengh commented Sep 3, 2019

#33

@curbengh curbengh closed this as completed Sep 3, 2019
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

6 participants