We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea60060 commit 0ce624eCopy full SHA for 0ce624e
1 file changed
SECURITY.md
@@ -276,6 +276,14 @@ the community they pose.
276
277
### Examples of non-vulnerabilities
278
279
+#### Defense-in-depth issues
280
+
281
+* Bugs whose fixes would only improve resilience after another security
282
+ boundary has already failed, or reduce the impact of an issue outside the
283
+ Node.js threat model, are considered defense-in-depth issues.
284
+* Defense-in-depth issues are never treated as Node.js security vulnerabilities,
285
+ do not receive CVEs, and are handled as regular bugs or hardening improvements.
286
287
#### Malicious Third-Party Modules (CWE-1357)
288
289
* Code is trusted by Node.js. Therefore any scenario that requires a malicious
0 commit comments