You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: webrick@1.8.1
Issue: Vulnerable to CVE-2024-47220 (HTTP request smuggling).
Recommendation: Update to webrick@1.8.2 or later.
Dependency: rexml@3.2.5
Issue: Vulnerable to CVE-2024-49761 (Regular Expression Denial of Service - ReDoS).
Recommendation: Update to rexml@3.3.9 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
The text was updated successfully, but these errors were encountered:
quantumseclabs
added
the
bug
If this is a PR, this PR fixes a bug. If this is an issue, this issue reports a bug.
label
Dec 8, 2024
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:
webrick@1.8.1
webrick@1.8.2
or later.Dependency:
rexml@3.2.5
rexml@3.3.9
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
The text was updated successfully, but these errors were encountered: