jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:

Home Page:https://lite.jhipster.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm audit: html-minifier

pascalgrimaud opened this issue · comments

In current version v1.9.0, there are several warnings
I don't know if we can do something.
Any idea @Gnuk ?

➜ npm audit    
# npm audit report

html-minifier  *
Severity: high
kangax html-minifier REDoS vulnerability - https://github.com/advisories/GHSA-pfq8-rq6v-vf5m
No fix available
node_modules/html-minifier
  html2pug  >=0.0.1
  Depends on vulnerable versions of html-minifier
  node_modules/html2pug
    @tikui/core  *
    Depends on vulnerable versions of html2pug
    node_modules/@tikui/core

3 high severity vulnerabilities

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

adding a small bounty to fix this warning

I already investigated using an alternative library for html2pug on the tikui side, I'll finish my work and push it.

We released a new version of Tikui core yesterday with the alternative. Thanks @murdos for the PR.

@murdos : approved