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
test: assert excluded SVG elements are stripped as tags
Add regression vectors for the allow-list exclusions that carry a
security or external-fetch rationale - raster <image>, the <filter>
pipeline and its primitives (<feGaussianBlur>, <feImage>), and SMIL
<animate> - asserting the tag names themselves are gone, not just their
attributes. Also strengthens the animate case to check the whole tag is
removed rather than only its onbegin handler.
Addresses CodeRabbit test-coverage feedback on PR #1833.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments