File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -175,17 +175,15 @@ nonetheless.
175175### Public disclosure preferred
176176
177177- [ #14519 ] ( https://github.com/nodejs/node/issues/14519 ) : _ Internal domain
178- function can be used to cause segfaults_ . Causing program termination using
179- either the public JavaScript APIs or the private bindings layer APIs requires
180- the ability to execute arbitrary JavaScript code, which is already the highest
181- level of privilege possible.
178+ function can be used to cause segfaults_ . Requires the ability to execute
179+ arbitrary JavaScript code. That is already the highest level of privilege
180+ possible.
182181
183182- [ #12141 ] ( https://github.com/nodejs/node/pull/12141 ) : _ buffer: zero fill
184- Buffer(num) by default_ . The buffer constructor behavior was documented,
185- but found to be prone to [ mis-use] ( https://snyk.io/blog/exploiting-buffer/ ) .
186- It has since been changed, but despite much debate, was not considered misuse
187- prone enough to justify fixing in older release lines and breaking our
188- API stability contract.
183+ Buffer(num) by default_ . The documented ` Buffer() ` behavior was prone to
184+ [ misuse] ( https://snyk.io/blog/exploiting-buffer/ ) . It has since changed. It
185+ was not deemed serious enough to fix in older releases and breaking API
186+ stability.
189187
190188### Private disclosure preferred
191189
You can’t perform that action at this time.
0 commit comments