Skip to content

Commit 8d98567

Browse files
committed
doc: trust FFI in the threat model
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent 320b450 commit 8d98567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ then untrusted input must not lead to arbitrary JavaScript code execution.
230230
related to these functions that rely on unsanitized input are not considered vulnerabilities
231231
requiring CVEs, as it's the user's responsibility to sanitize path inputs according to
232232
their security requirements.
233+
* The shared objects, libraries and code loaded via `node:ffi`.
233234

234235
Any unexpected behavior from the data manipulation from Node.js Internal
235236
functions may be considered a vulnerability if they are exploitable via

0 commit comments

Comments
 (0)