-
Notifications
You must be signed in to change notification settings - Fork 389
Crash in HeaderParser in dicer #1729
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
Comments
I found a few problems with this issue:
|
"…affects all versions of package dicer." Running "npm audit report" for me yields:
9 high severity vulnerabilities To address all issues (including breaking changes), run: Here's a link to the official "npm audit" docs: https://docs.npmjs.com/cli/v8/commands/npm-audit Of course "npm audit fix --force" can create other problems. CharithJ writes* "Most of the time do not do this. Running audit fix will update some of the packages but not all their dependencies which can causes run time errors." I'm a novice and have not tried this and am **NOT suggesting to do it, but the docs mention "Do a dry run to get an idea of what audit fix will do, and also output install information in JSON format:" npm audit fix --dry-run --json I wonder if there's an option to do a "dry run" on "force" (npm audit fix --force --dry-run --json), even though it's not mentioned? |
It seems it will be not fixed in dicer: mscdex/dicer#22 |
Duplicate of #1512 |
FYI, that issue was opened Dec 4, 2021 |
Please see my reply to #1718 (comment) I am going to close this issue as we will continue to track this in #1718. Thanks everyone. |
Is there any workaround available guys ? |
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 |
Installed package firebase-admin@^10.0.2 which has dependency upon dicer "^0.3.0".
GitHub Advisory has notified me regarding the Crash in HeaderParser in dicer with High severity status.
Please help me fix this security issue.
The text was updated successfully, but these errors were encountered: