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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability in semver Dependency #297

Open
obouhlel opened this issue Aug 26, 2024 · 0 comments
Open

Vulnerability in semver Dependency #297

obouhlel opened this issue Aug 26, 2024 · 0 comments

Comments

@obouhlel
Copy link

Hello,

I hope you're doing well.

I wanted to bring to your attention a security issue with the semver package version used in your project. When running yarn audit, the following vulnerability is reported:

yarn audit v1.22.22
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high          │ semver vulnerable to Regular Expression Denial of Service    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ semver                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=7.5.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ cucumber-html-reporter                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ cucumber-html-reporter > @cucumber/cucumber > semver         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://www.npmjs.com/advisories/1098562                     │
└───────────────┴──────────────────────────────────────────────────────────────┘
1 vulnerabilities found - Packages audited: 300
Severity: 1 High
Done in 0.58s.

Currently, the version of semver used is 7.3.8, which is vulnerable. I noticed that your project is using @cucumber/cucumber version 9.1.2. Updating to the latest version of @cucumber/cucumber (10.9.0 or higher) might resolve this issue, as it should include the patched version of semver.

I appreciate your attention to this matter and look forward to any updates.

Thank you for your time and hard work on this project.

Best regards,
obouhlel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant