Commit d4a39b9
committed
fix(security): resolve Dependabot alert #5 for on-headers vulnerability
- Add npm override to force on-headers version ^1.1.0 to fix HTTP response header manipulation vulnerability
- Transitive dependency from serve@14.2.4 → compression@1.7.4 → on-headers@1.0.2 was vulnerable
- Override ensures all instances of on-headers use secure version 1.1.0 or later
- Verified with npm audit - no vulnerabilities found
Resolves: Dependabot alert #5
CVE: on-headers < 1.1.0 vulnerable to response header manipulation
Impact: Prevents inadvertent response header modification when array passed to response.writeHead()1 parent 7e9dfa0 commit d4a39b9
2 files changed
+6
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
0 commit comments