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.