Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/abzu 101180 proget #90

Merged
merged 4 commits into from
Nov 15, 2023
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
3 changes: 2 additions & 1 deletion BuildNuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<packageSources>
<clear />
<!-- ensure only the sources defined below are used -->
<add key="ProGet-Nuget" value="https://proget.ukho.gov.uk/nuget/nuget.org/" />
<add key="ProGetCloud-NuGet" value="https://progetcloud.ukho.gov.uk/nuget/nuget.org/v3/index.json" />
<add key="ProGetCloud-UkhoTrusted" value="https://progetcloud.ukho.gov.uk/nuget/ukho.trusted/v3/index.json" />
</packageSources>
</configuration>
12 changes: 0 additions & 12 deletions NVDSuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,18 +192,6 @@
<suppress>
<notes>
<![CDATA[
file name: System.Security.Cryptography.X509Certificates:4.1.0
This part of .NetCoreApp. Either waiting on fix through .net sdk to fix, or update to .net core 8 when available.
file name: System.Security.Cryptography.X509Certificates:4.3.0
This CVE applies to . NET Core 1.0, 1.1, and 2.0 allow an unauthenticated attacker to remotely cause a denial of service attack against
a . NET Core web application by improperly parsing certificate data.Either waiting on fix through .net sdk to fix, or update to .net core 8 when available
]]>
</notes>
<cve>CVE-2017-11770</cve>
</suppress>
<suppress>
<notes>
<![CDATA[
file name: System.Security.Cryptography.Xml:4.7.0
vulnerability: Buffer overflow and spoofing Affects .Net 3.1 .Net 5.0 and <= .Net 6.0.8 Currently running Net 6.0.13, sdk 6.0.405
]]>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.24" />
<PackageReference Include="SoapCore" Version="1.1.0.39" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
</ItemGroup>

<ItemGroup>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<PackageReference Include="NUnit.Analyzers" Version="3.9.0" />
<PackageReference Include="coverlet.collector" Version="3.2.0" />
<PackageReference Include="RestSharp" Version="108.0.3" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading