Skip to content

Commit

Permalink
Constrain System.Drawing version to fix CVE (OrchardCMS#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sblom authored Nov 4, 2022
1 parent 333d60b commit 4bf053c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.2"/>
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
<PackageReference Include="YesSql" />
</ItemGroup>

Expand Down

0 comments on commit 4bf053c

Please sign in to comment.