|
1 | 1 | overrides: |
| 2 | + # GHSA-7m2j-8qp9-m8jw: CRLF injection. Remove when no transitive dependency uses form-data >=4.0.0 <4.0.6. |
2 | 3 | "form-data@>=4.0.0 <4.0.6": "4.0.6" |
| 4 | + # GHSA-88fw-hqm2-52qc: CORS middleware reflects any origin with credentials. Remove when hono >=4.12.25. |
3 | 5 | "hono@<4.12.25": "4.12.25" |
| 6 | + # GHSA-q8mj-m7cp-5q26: qs.stringify DoS. Remove when direct dependency upgrades qs >=6.15.2. |
4 | 7 | "qs@>=6.11.1 <=6.15.1": "6.15.2" |
| 8 | + # GHSA-v2v4-37r5-5v8g: XSS in Address6 HTML-emitting methods. Remove when direct dependency upgrades ip-address >=10.1.1. |
5 | 9 | "ip-address@<=10.1.0": "10.1.1" |
| 10 | + # GHSA-h67p-54hq-rp68: quadratic-complexity DoS in merge key handling. Remove when js-yaml 3.x >=3.15.0. |
6 | 11 | "js-yaml@<3.15.0": "3.15.0" |
| 12 | + # GHSA-h67p-54hq-rp68: quadratic-complexity DoS in merge key handling. Remove when js-yaml 4.x >=4.2.0. |
7 | 13 | "js-yaml@>=4.0.0 <=4.1.1": "4.2.0" |
| 14 | + # GHSA-4x5r-pxfx-6jf8: arbitrary file read via sourceMappingURL. Remove when @babel/core >=7.29.6. |
8 | 15 | "@babel/core@<=7.29.0": "7.29.7" |
| 16 | + # GHSA-xffm-g5w8-qvg7: ReDoS in ConfigCommentParser. Remove when @eslint/plugin-kit >=0.3.4. |
9 | 17 | "@eslint/plugin-kit@<0.3.4": "0.3.4" |
| 18 | + # GHSA-jxxr-4gwj-5jf2: unbounded brace range expansion DoS. Remove when brace-expansion >=5.0.6. |
10 | 19 | "brace-expansion@>=5.0.0 <5.0.6": "5.0.6" |
11 | 20 |
|
12 | 21 | onlyBuiltDependencies: |
13 | 22 | - secp256k1 |
14 | 23 |
|
15 | 24 | minimumReleaseAgeExclude: |
| 25 | + # Matches the overrides above; these versions are very recent but required for the security fixes. |
16 | 26 | - "@eslint/plugin-kit@0.3.4" |
17 | | - - ip-address@10.1.1 |
18 | | - - qs@6.15.2 |
19 | | - - brace-expansion@5.0.6 |
| 27 | + - "ip-address@10.1.1" |
| 28 | + - "qs@6.15.2" |
| 29 | + - "brace-expansion@5.0.6" |
20 | 30 | - "@babel/core@7.29.7" |
21 | | - - js-yaml@3.15.0 || 4.2.0 |
| 31 | + - "js-yaml@3.15.0" |
| 32 | + - "js-yaml@4.2.0" |
0 commit comments