-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Open
Labels
bugIf this is a PR, this PR fixes a bug. If this is an issue, this issue reports a bug.If this is a PR, this PR fixes a bug. If this is an issue, this issue reports a bug.
Description
Pull Request
No response
What happened?
Bug Report: Vulnerable Dependencies in the Repository
Description
Two dependencies in the Gemfile.lock
that are affected by known vulnerabilities, which may pose a risk to the security and reliability of the repository.
-
Dependency:
[email protected]
- Issue: Vulnerable to CVE-2024-47220 (HTTP request smuggling).
- Recommendation: Update to
[email protected]
or later.
-
Dependency:
[email protected]
- Issue: Vulnerable to CVE-2024-49761 (Regular Expression Denial of Service - ReDoS).
- Recommendation: Update to
[email protected]
or later.
File Location
Gemfile.lock
:webrick (1.8.1)
at line 288.rexml (3.2.5)
at line 260.
Impact
These vulnerabilities could expose the repository to security risks, such as HTTP smuggling attacks and potential Denial of Service (DoS) threats. It is recommended to update these dependencies promptly.
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugIf this is a PR, this PR fixes a bug. If this is an issue, this issue reports a bug.If this is a PR, this PR fixes a bug. If this is an issue, this issue reports a bug.