Skip to content

Commit 466add8

Browse files
Pin Microsoft.Bcl.Memory to remediate CVE-2026-26127 (#26)
* Initial plan * Pin Microsoft.Bcl.Memory to 10.0.4 to fix CVE-2026-26127 Co-authored-by: C0nquistadore <16206104+C0nquistadore@users.noreply.github.com> * Add comment to Microsoft.Bcl.Memory pin explaining transitive dependency source Co-authored-by: C0nquistadore <16206104+C0nquistadore@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: C0nquistadore <16206104+C0nquistadore@users.noreply.github.com>
1 parent 01422c9 commit 466add8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Directory.Packages.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
<PackageVersion Include="Microsoft.AspNet.WebApi.Core" Version="5.3.0" />
1414
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.4" />
1515
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.3" />
16+
<!--
17+
Pin to a version without the known high severity vulnerability (CVE-2026-26127).
18+
Remove pinned version once the package maintainers updated their reference to Microsoft.Bcl.Memory:
19+
- Duende.IdentityModel 8.0.0
20+
-->
21+
<PackageVersion Include="Microsoft.Bcl.Memory" Version="10.0.4" />
1622
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.4.0" />
1723
<!--
1824
Be careful to update this package, because it might require a newer version of the compiler:

0 commit comments

Comments
 (0)