We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BUG
In a scan for one of our repos, we found a security issue inside Yo where "http-cache-semantics" is vulnerable to Regular Expression D-O-S:
CVE-2022-25881
This is caused by a transitive dependency found in the current version of Yo :
"[email protected] requires [email protected] via a transitive dependency on [email protected]"
The version of "http-cache-semantics" that is secure is 4.1.1.
Updating to Yo 4.3.1. did not fix this issue.
Windows 10 64-bit
16.8.1
node --version
8.12.1
npm --version
4.3.1
yo --version
The text was updated successfully, but these errors were encountered:
@smartguest Hi, did you manage to fix it ?
Sorry, something went wrong.
got
I believe my changes in #794 fix this.
No branches or pull requests
Type of issue
BUG
In a scan for one of our repos, we found a security issue inside Yo where "http-cache-semantics" is vulnerable to Regular Expression D-O-S:
CVE-2022-25881
This is caused by a transitive dependency found in the current version of Yo :
"[email protected] requires [email protected] via a transitive dependency on [email protected]"
The version of "http-cache-semantics" that is secure is 4.1.1.
Updating to Yo 4.3.1. did not fix this issue.
My environment
Windows 10 64-bit
16.8.1
(runnode --version
in your terminal)8.12.1
(runnpm --version
in your terminal)4.3.1
(runyo --version
in your terminal)The text was updated successfully, but these errors were encountered: