Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Patched CVE-2017-11770.
* Patched CVE-2019-0981.

Co-authored-by: Medeni Baykal <433724+Haplois@users.noreply.github.com>
  • Loading branch information
Evangelink and Haplois committed Apr 14, 2022
1 parent 1d98e9d commit dd6b175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<!-- CVE-2017-11770 -->
<PackageReference Include="System.Security.Cryptography.X509Certificates" Version="4.1.2" />
<!-- / CVE-2017-11770 -->

<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
<PackageReference Include="Newtonsoft.Json">
<Version>9.0.1</Version>
Expand Down
Binary file not shown.

0 comments on commit dd6b175

Please sign in to comment.