-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15567 from pdeslaur/dotnet-6
dotnet-6: add back patch for CVE-2024-0057
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
dotnet-6/installer/src/SourceBuild/tarball/patches/installer/0001-Bump-NuGet-client.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Philippe Deslauriers <[email protected]> | ||
Date: Tue, 20 Feb 2024 15:44:33 -0800 | ||
Subject: [PATCH] Bump NuGet client | ||
|
||
Signed-off-by: Philippe Deslauriers <[email protected]> | ||
--- | ||
eng/Version.Details.xml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml | ||
index 816b9b949..9e6dbd509 100644 | ||
--- a/eng/Version.Details.xml | ||
+++ b/eng/Version.Details.xml | ||
@@ -153,7 +153,7 @@ | ||
</Dependency> | ||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.6-rc.4" CoherentParentDependency="Microsoft.NET.Sdk"> | ||
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri> | ||
- <Sha>7fe6b814c901490292f02d8ea12749505fbb959a</Sha> | ||
+ <Sha>71a0d504510294ddc78d989aa1eb8ffea94308ec</Sha> | ||
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" /> | ||
</Dependency> | ||
<Dependency Name="Microsoft.ApplicationInsights" Version="2.19.0"> |