Tsoa: Vulnerable sub-dependency

Created on 12 Dec 2018  路  2Comments  路  Source: lukeautry/tsoa

npm audit is flagging a TSOA sub-dependency as vulnerable:

$ npm audit

                       === npm audit security report ===                        

# Run  npm install [email protected]  to resolve 2 vulnerabilities

  Moderate        Regular Expression Denial of Service                          

  Package         underscore.string                                             

  Dependency of   tsoa                                                          

  Path            tsoa > handlebars-helpers > helper-markdown > remarkable >    
                  argparse > underscore.string                                  

  More info       https://nodesecurity.io/advisories/745                        




  Moderate        Regular Expression Denial of Service                          

  Package         underscore.string                                             

  Dependency of   tsoa                                                          

  Path            tsoa > handlebars-helpers > helper-md > remarkable >          
                  argparse > underscore.string                                  

  More info       https://nodesecurity.io/advisories/745                        



found 2 moderate severity vulnerabilities in 7673 scanned packages
  run `npm audit fix` to fix 2 of them.

Running npm install [email protected] does not fix this

Most helpful comment

This should be resolved in 2.3.6.

All 2 comments

Looks like handlebars-helpers hasn't been updated in a year. Maybe it's worth ditching the dependency, so people can make the decision for themselves whether it's worth keeping it around, if they need it for their templates.

This should be resolved in 2.3.6.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jeremyVignelles picture jeremyVignelles  路  3Comments

rustam-crunch picture rustam-crunch  路  5Comments

taicho picture taicho  路  5Comments

williamdes picture williamdes  路  5Comments

sundowndev picture sundowndev  路  4Comments