-
-
Notifications
You must be signed in to change notification settings - Fork 918
Open
Labels
topic/gumboGumbo HTML5 parserGumbo HTML5 parsertopic/memorySegfaults, memory leaks, valgrind testing, etc.Segfaults, memory leaks, valgrind testing, etc.topic/rfc
Milestone
Description
Summary
libxml2 has long had default limits on document size in order to prevent untrusted documents from creating an OOM condition and potentially using that as a denial-of-service attack vector. These limits can be removed for trusted documents by setting the HUGE
parse option.
libgumbo does not have limits like this, and this issue is being created to discuss the need and possible implementations.
Background
This topic was first raised in #2941 where @stevecheckoway and I discussed the shape of the issue.
Metadata
Metadata
Assignees
Labels
topic/gumboGumbo HTML5 parserGumbo HTML5 parsertopic/memorySegfaults, memory leaks, valgrind testing, etc.Segfaults, memory leaks, valgrind testing, etc.topic/rfc