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 Incorrect Regular Expression vulnerabilities in an interactive lesson.
Start learningUpgrade @astrojs/netlify to version 8.1.2 or higher.
@astrojs/netlify is a Deploy your site to Netlify
Affected versions of this package are vulnerable to Incorrect Regular Expression in the remotePatternToRegex process. An attacker can access unintended image URLs on the allowed host by crafting requests that exploit unescaped regex metacharacters in the pathname. This may allow bypassing intended restrictions on image CDN optimization requests.
This vulnerability can be mitigated by avoiding regex metacharacters (such as .) in image.remotePatterns[].pathname values, or by scoping the allowed host so that unintended paths are not reachable.