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 applicationsUpgrade bleach to version 6.4.0 or higher.
bleach is a whitlist-based HTML sanitizing library that escapes or strips markup and attributes.
Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs via the bleach.clean() function when processing URIs containing disallowed scheme patterns with inserted Unicode characters. An attacker can cause the sanitizer to output URIs that violate the intended protocol allowlist by crafting links with non-ASCII characters in the scheme portion. If a downstream system performs Unicode normalization on the output, this could enable execution of unintended scripts.