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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] outdated dependencies, specifically @nestjs/core #692

Open
seanmc86 opened this issue Mar 8, 2023 · 4 comments
Open

[BUG] outdated dependencies, specifically @nestjs/core #692

seanmc86 opened this issue Mar 8, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@seanmc86
Copy link

seanmc86 commented Mar 8, 2023

馃悰 Bug Report:

It appears that many dependencies used have fixed version numbers in package.json and have not been updated in some time.

Describe the bug

@nestjs/core has a vulnerability raised by dependabot: "@nestjs/core vulnerable to Information Exposure via StreamableFile pipe"
The @nestjs/core version 8.4.4 was released nearly a year ago: https://github.com/nestjs/nest/releases/tag/v8.4.4

I'd recommend updating this dependency as soon as possible, and investigating others that may also be outdated.

@seanmc86 seanmc86 added the bug Something isn't working label Mar 8, 2023
@OptoCloud
Copy link

This should be getting fixed in this PR #693

@kradical
Copy link

It would be nice to upgrade to 9.0.5 or greater to avoid the security vulnerability. Or you could unpin the dependency doing something like "^9.0.5" to allow consumers to sidestep future vulnerabilities without a change to this library.

@TheOlinone
Copy link

This should be getting fixed in this PR #693

It appears that said PR was merged but no new release was made?
Any chance this will be released soon?

@ribeaud
Copy link

ribeaud commented Apr 4, 2023

I think we are all waiting... It is annoying to get 2 moderate severity vulnerabilities on each npm i run. Anyone available here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants