recommended
config.
Detect calls to buffer
with noAssert
flag set.
From the Node.js API docs: "Setting noAssert
to true skips validation of the offset
. This allows the offset
to be beyond the end of the Buffer
."
recommended
config.
Detect calls to buffer
with noAssert
flag set.
From the Node.js API docs: "Setting noAssert
to true skips validation of the offset
. This allows the offset
to be beyond the end of the Buffer
."