Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Component governance - system.private.uri updated only on netstandard (
Browse files Browse the repository at this point in the history
…#1663)

* Component governance - system.private.uri updated only on netstandard

* remove empty lines

* cleanup
  • Loading branch information
bgavrilMS authored Oct 1, 2019
1 parent 580affb commit c851168
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@
<EmbeddedResource Include="Properties\Microsoft.IdentityModel.Clients.ActiveDirectory.rd.xml" />
</ItemGroup>

<ItemGroup Label="Dependency overrides due to security vulnerabilities">
<!-- 4.3.0 has CVE-2019-0657 -->
<PackageReference Include="System.Private.Uri" Version="4.3.1" />
<!-- 4.1.3 has CVE-2018-0786 -->
<PackageReference Include="System.ServiceModel.Http" Version="4.4.1" Condition="'$(TargetFramework)' == 'uap10.0'" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.4.1" Condition="'$(TargetFramework)' == 'uap10.0'" />
<PackageReference Include="System.ServiceModel.Security" Version="4.4.1" Condition="'$(TargetFramework)' == 'uap10.0'" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -136,6 +127,8 @@
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
<!-- Component Governance mandatory upgrade (4.3.0 has vulnerabilities and is used by NETStandard.Library 1.6.1) -->
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<!-- 4.3.0 has CVE-2019-0657 -->
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'uap10.0' ">
<Compile Include="Platforms\uap\**\*.cs" />
Expand All @@ -144,6 +137,12 @@
<PackageReference Include="System.Runtime.Serialization.Json" Version="4.3.0" />
<PackageReference Include="System.Xml.XDocument" Version="4.3.0" />
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />

<!-- 4.1.3 has CVE-2018-0786 -->
<PackageReference Include="System.ServiceModel.Http" Version="4.4.1" />
<PackageReference Include="System.ServiceModel.NetTcp" Version="4.4.1" />
<PackageReference Include="System.ServiceModel.Security" Version="4.4.1" />

</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'Xamarin.iOS10' ">
<Reference Include="System" />
Expand Down

0 comments on commit c851168

Please sign in to comment.