Upgrade blessed-contrib dep to latest 4.9.0 to avoid indirect vulnerabilities
See original GitHub issuePrerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure it has not already been reported
Fastify version
2.13.0
Plugin version
No response
Node.js version
14
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
10.15.7
Description
The current version of the blessed-contrib
dependency has some indirect vulnerabilities, so I went ahead with releasing a new version (4.9.0) with those indirect deps on blessed-contrib up to date now.
Note: the vulnerabilities by these indirect dependencies probably have no real impact on the project, but it’s nicer to stay on an updated version of deps and those that don’t introduce any issues.
Steps to Reproduce
Scan the project for vulnerabilities
Expected Behavior
No vulnerabilities reported for dependencies used by fastify-cli
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
https://us.cloud-images.ubuntu.com/releases/bionic...
These new images superseded the existing images [2]. Images are available for download or immediate use on EC2 via publish AMI ids. Users...
Read more >Securing application software in modern adversarial settings
Due to these developments new attack surfaces for application software arise: ... 4.9.0. However, the variant for LLVM called indirect function-call checks ...
Read more >- HEARING TO REVIEW THE IMPACT OF EPA REGULATION ON ...
Today's hearing gives the Agency a chance to respond to this perspective. For me, I keep hearing that EPA is only doing what...
Read more >THE 1983 ECONOMIC REPORT OF - Joint Economic Committee
new funding authority for the Export-Import Bank to allow it to meet the terms of export subsidies of other nations; o a program...
Read more >Localizing Development. Does Participation Work? | PDF ... - Scribd
The World Bank alone has invested about $85 billion over the last decade on ... According to the Banks Social Development Department, total...
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
I maintain
blessed-contrib
, let me check what’s the issue there.Just ran
npm audit fix
on myfastify-openapi-glue
package which depends onfastify-cli
. This installedblessed-contrib@4.11.0
. Runningnpm test
after that produced no errors with 100% code coverage.Fastify-cli itself has dependabot active so
blessed-contrib@4.11.0
will automatically be picked up, tested and merged on succesfull test. (e.g. see https://github.com/fastify/fastify-cli/pull/459)@lirantal thanks for the fix !