High severity vulnerability found in dependency of hapi-swagger
See original GitHub issueContext
- hapi-swagger version: 9.3.1
What are you trying to achieve or the steps to reproduce?
Run vulnerability detection tool such as snyk
Output:
What result did you get?
Because of hapi-swagger’s dependency on handlebars@4.0.12
there is a Prototype Pollution vulnerability being flagged when running snyk.
What did you expect?
hapi-swagger to be using the latest version of handlebars (v4.1.0) which is not affected by this vulnerability.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
High severity vulnerability found in dependency of hapi-swagger
Because of hapi-swagger's dependency on handlebars@4.0.12 there is a Prototype Pollution vulnerability being flagged when running snyk. What did ...
Read more >hapi-swagger vulnerabilities - Snyk
version published direct vulnerabilities
15.0.0 8 Nov, 2022 0. C. 0. H. 0. M. 0. L
14.5.5 20 Jun, 2022 0. C. 0. H. 0....
Read more >when Install the npm, found 12 high severity vulnerabilities
In angular 8, when I have install the npm then found 12 high severity vulnerabilities. Version:-
Read more >Find Security Vulnerabilities With NPM Audit - YouTube
Daily Webdev Newsletter: https://www.penta-code.com/newsPremium and FREE Courses: https://www.penta-code.com/premium$100 DigitalOcean ...
Read more >hapi-swagger - npm.io
In your Hapi apps main JavaScript file add the following code to created a Hapi server object. You will also add the routes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rossanthony I got the idea from another user https://github.com/glennjones/hapi-swagger/issues/495#issuecomment-358675357 (re-pasting here):
We could just use
swagger-ui-dist
but maybe we would just be recreatinghapi-swaggered-ui
. I’m all for anything that makes the UI maintenance easier.Closed in v10.0.0