We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@darylldoyle
Do you see a security problem in the observance of namespaces for attributes?
e.g.: serif:id="Page 1”
<g id="Page-1" serif:id="Page 1">
In my opinion, this should not trigger a “Suspicious attribute ‘serif:id’” message, as the “id” attribute is already on the whitelist.
https://github.com/darylldoyle/svg-sanitizer/blob/master/src/data/AllowedAttributes.php#L56
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@darylldoyle
Do you see a security problem in the observance of namespaces for attributes?
e.g.: serif:id="Page 1”
In my opinion, this should not trigger a “Suspicious attribute ‘serif:id’” message, as the “id” attribute is already on the whitelist.
https://github.com/darylldoyle/svg-sanitizer/blob/master/src/data/AllowedAttributes.php#L56
The text was updated successfully, but these errors were encountered: