We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdde72 commit 28904eeCopy full SHA for 28904ee
1 file changed
Directory.Packages.props
@@ -13,6 +13,11 @@
13
<PackageVersion Include="Microsoft.AspNet.WebApi.Core" Version="5.3.0" />
14
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="10.0.4" />
15
<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" />
22
<PackageVersion Include="Microsoft.Build.Utilities.Core" Version="18.4.0" />
23
<!--
0 commit comments