| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 54ca514 commit fe674e9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -276,6 +276,14 @@ the community they pose. | |||
| 276 | 276 | ||
| 277 | 277 | ### Examples of non-vulnerabilities | |
| 278 | 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 | + | ||
| 279 | 287 | #### Malicious Third-Party Modules (CWE-1357) | |
| 280 | 288 | ||
| 281 | 289 | * Code is trusted by Node.js. Therefore any scenario that requires a malicious | |
| Back | FazBrowse Home | New Git URL |
0 commit comments