Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
which carries advisory GHSA-v5pm-xwqc-g5wc (circular-schema stack overflow). Pin the first patched
2.x release; the API projects reference it directly to force the fixed version into the graph. -->
<PackageVersion Include="Microsoft.OpenApi" Version="2.10.0" />
<!-- Security override: bunit 2.7.2 transitively pulls AngleSharp 1.4.0, which carries advisory
GHSA-pgww-w46g-26qg. Pin the first patched 1.x release; Frontend.Tests.Unit references it
directly to force the fixed version into the graph. -->
<PackageVersion Include="AngleSharp" Version="1.5.2" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="10.0.9" />
<PackageVersion Include="Microsoft.Extensions.Caching.Hybrid" Version="10.7.0" />
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

<ItemGroup>
<PackageReference Include="bunit" />
<!-- Direct pin forces the patched AngleSharp (advisory GHSA-pgww-w46g-26qg) over the vulnerable
1.4.0 pulled transitively by bunit; version lives in Directory.Packages.props. -->
<PackageReference Include="AngleSharp" />
<PackageReference Include="coverlet.collector">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down