-
Notifications
You must be signed in to change notification settings - Fork 37
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in HeaderParser in dicer - git hub security alert #30
Comments
It seems it will be not fixed in dicer: #22 |
In our case the vulnerability is coming from firebase-admin. Is there any fix available? |
Need fix for this so Nestjs can be patched. Is there an eta? |
This PR should fix NestJS: nestjs/nest#9686 |
Duplicate of my post on the same issue, elsewhere: Preamble: I am a novice and this is not advice on what you should do - I'm just relaying what I did and what the outcome was. After deploying my Vuejs3 app a week ago to Firebase, I was prompted to upgrade to the newest version of Firebase Tools (11.0.1) via npm. After doing this, I began experiencing the problem detailed in my comment above. Having no other solutions on the table, I decided to uninstall firebase tools ( BUT, after first time I did this, I ran So I decided to once again uninstall firebase tools ( I proceeded to |
Me too |
Solution that worked for me was to add: "overrides": {
"@nestjs/platform-express": {
"multer": "1.4.4-lts.1"
}
}, to More on overrides |
I have a dep chain |
I have dep chain that throws this: Any update on this? |
@RikuRuokonen Lodge an issue with the |
@mscdex Well, I have raised an issue with apollo-server asking them to fix the busboy 0.3.1 dep vulnerability in Apollo Server 2.x apollographql/apollo-server#6590 @RikuRuokonen You cannot open an issue with |
since it has a CVE that won't be fixed. mscdex/dicer#30
It works for me too, thanks! |
"resolutions": {
"busboy": "npm:@fastify/busboy@^2.1.0"
}
It seems I may have just done this wrong then, since I had thought I had updated busboy. |
@widget- The official Closing this as most upstream packages are indirectly using |
Please find the link below for the git hub security alert.
GHSA-wm7h-9275-46v2
The text was updated successfully, but these errors were encountered: