The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Inefficient Regular Expression Complexity vulnerabilities in an interactive lesson.
Start learningUpgrade Chainguard
renovate
to version 39.174.0-r0 or higher.
Note: Versions mentioned in the description apply only to the upstream renovate
package and not the renovate
package as distributed by Chainguard
.
See How to fix?
for Chainguard
relevant fixed versions and status.
@octokit/endpoint turns REST API endpoints into generic request options. Starting in version 4.1.0 and prior to version 10.1.3, by crafting specific options
parameters, the endpoint.parse(options)
call can be triggered, leading to a regular expression denial-of-service (ReDoS) attack. This causes the program to hang and results in high CPU utilization. The issue occurs in the parse
function within the parse.ts
file of the npm package @octokit/endpoint
. Version 10.1.3 contains a patch for the issue.