Skip to content

Commit

Permalink
remove not needed System.Data.Common package which contains which rep…
Browse files Browse the repository at this point in the history
…orts vulnerability
  • Loading branch information
NeussConsulting authored and jeremydmiller committed Jan 21, 2025
1 parent d8e783d commit 76b6b01
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Persistence/Wolverine.RDBMS/Wolverine.RDBMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@
<ProjectReference Include="..\..\Wolverine\Wolverine.csproj"/>
</ItemGroup>

<ItemGroup Label="Patch security vulnerabilities">
<!--
warning NU1903:
Package 'System.Text.RegularExpressions' 4.3.0 has a known high severity vulnerability,
https://github.com/advisories/GHSA-cmhx-cq75-c4mj
-->
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Data.Common" Version="4.3.0"/>
<PackageReference Include="Weasel.CommandLine" Version="7.12.4"/>
<PackageReference Include="Weasel.Core" Version="7.12.4"/>
</ItemGroup>
Expand Down

0 comments on commit 76b6b01

Please sign in to comment.