Commit 5d4d5e5
chore: pin net10 Microsoft.OpenApi to 2.9.0
The transitive default (2.0.0, floored by Microsoft.AspNetCore.OpenApi
10.0.10) is affected by GHSA-v5pm-xwqc-g5wc (stack overflow parsing
circular schema refs in untrusted documents; patched at 2.7.5+). We
only generate documents, never parse untrusted ones, so exposure was
low, but pinning above the patched version costs nothing. net9's
transitive Microsoft.OpenApi 1.x line is unaffected per the advisory
and untouched.
Verified: full OpenApi suite green on both net9.0 (22/22) and net10.0
(25/25) at the new pinned version; the AddComponent/OpenApiSchemaReference/
Target-resolution APIs this fix depends on behave identically.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 3f25c1a commit 5d4d5e5
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
0 commit comments