From c1d2f774b0f89fd39782bd468f1af95217bbbdba Mon Sep 17 00:00:00 2001 From: Aptivi Date: Wed, 6 Nov 2024 12:18:27 +0300 Subject: [PATCH] fin - Finalized changelogs --- Type: fin Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- CHANGES | 4 ++-- CHANGES.TITLE | 2 +- tools/pack.sh | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 8e54075..739dddb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ -BassBoom is now more secure by fixing a security issue pertaining to System.Text.Json! +BassBoom is now more secure by fixing a security issue pertaining to MPG123! ### Changes This release contains a variety of changes, including, but not limited to: -- `[*]` Fixed a security issue concerning System.Text.Json +- `[*]` Fixed [CVE-2024-10573](https://nvd.nist.gov/vuln/detail/CVE-2024-10573) Review the commit history if you want to get a deep insight about the changes. diff --git a/CHANGES.TITLE b/CHANGES.TITLE index fd9a7a9..2e2a936 100644 --- a/CHANGES.TITLE +++ b/CHANGES.TITLE @@ -1 +1 @@ -[servicing] BassBoom v0.1.9: Secure Bass! +[servicing] BassBoom v0.1.10: More Secure! diff --git a/tools/pack.sh b/tools/pack.sh index 8e36c50..a93bdaa 100644 --- a/tools/pack.sh +++ b/tools/pack.sh @@ -27,7 +27,11 @@ checkerror() { } # This script builds KS and packs the artifacts. Use when you have MSBuild installed. -ksversion=$(grep "" ../Directory.Build.props | cut -d "<" -f 2 | cut -d ">" -f 2) +releaseconf=$1 +if [ -z $releaseconf ]; then + releaseconf=Release +fi +version=$(grep "" ../Directory.Build.props | cut -d "<" -f 2 | cut -d ">" -f 2) checkerror $? "Failed to get version. Check to make sure that the version is specified correctly in D.B.props" # Check for dependencies