File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -175,17 +175,15 @@ nonetheless.
175
175
### Public disclosure preferred
176
176
177
177
- [ #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.
182
181
183
182
- [ #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.
189
187
190
188
### Private disclosure preferred
191
189
You can’t perform that action at this time.
0 commit comments