Skip to content

Harden numeric character reference parsing#140

Open
tomtaylor wants to merge 1 commit into
qcam:masterfrom
tomtaylor:harden-character-parsing
Open

Harden numeric character reference parsing#140
tomtaylor wants to merge 1 commit into
qcam:masterfrom
tomtaylor:harden-character-parsing

Conversation

@tomtaylor

Copy link
Copy Markdown
Contributor

Reject invalid numeric character references in both elements and attributes, including surrogate code points, disallowed control characters, and code points beyond U+10FFFF. Also reject overlong numeric character references that exceed the maximum number of digits allowed to prevent bignum DoS attacks.

Reject invalid numeric character references in both elements and
attributes, including surrogate code points, disallowed control
characters, and code points beyond U+10FFFF. Also reject overlong
numeric character references that exceed the maximum number of digits
allowed to prevent bignum DoS attacks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant