We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f961d7 commit 4fe6defCopy full SHA for 4fe6def
html5ever/src/tree_builder/mod.rs
@@ -134,7 +134,7 @@ pub struct TreeBuilderOpts {
134
/// The maximum amount that the parser will process through the list
135
/// of active formatting elements and the the stack of open elements.
136
/// This is set to a finite number to prevent denial-of-service security
137
- /// vulnerabilities. 0 is treated as the default (currently 10); any other
+ /// vulnerabilities. 0 is treated as the default (currently 20); any other
138
/// value is used as-is.
139
pub max_stack_depth: u8,
140
0 commit comments