From 51db8e4598391d8d66a1ee005b53b218a43ca00d Mon Sep 17 00:00:00 2001 From: Rockford lhotka Date: Wed, 14 Aug 2024 20:50:58 -0500 Subject: [PATCH] #4139 Update release notes and git remote name --- NuGet/Definition/Build.ps1 | 2 +- releasenotes.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NuGet/Definition/Build.ps1 b/NuGet/Definition/Build.ps1 index 6b69f0f1f2..778e872d9d 100644 --- a/NuGet/Definition/Build.ps1 +++ b/NuGet/Definition/Build.ps1 @@ -72,7 +72,7 @@ function UpdateNuSpecRepository( $nuSpecFilePath ) { # Get Git info $commit = git rev-parse HEAD - $origin = git config --get remote.origin.url + $origin = git config --get remote.marimer.url Write-Host "Dynamically setting NuSpec repository:" -ForegroundColor Yellow Write-Host " origin: $origin" -ForegroundColor Yellow diff --git a/releasenotes.md b/releasenotes.md index d7c7e53316..8c7ef68bd8 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -6,6 +6,8 @@ Bug fixes over the 5.5.3 release. +* Addresses [CVE-2024-28698](https://github.com/advisories/GHSA-9xhh-3m78-gvgj) via [#4133](https://github.com/MarimerLLC/csla/issues/4133) + ## Change List [Changes in this release](https://github.com/MarimerLLC/csla/compare/v5.5.3...v5.5.4)