Skip to content

Commit

Permalink
fin - Finalized changelogs
Browse files Browse the repository at this point in the history
---

Type: fin
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 6, 2024
1 parent cd7c35b commit c1d2f77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion CHANGES.TITLE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[servicing] BassBoom v0.1.9: Secure Bass!
[servicing] BassBoom v0.1.10: More Secure!
6 changes: 5 additions & 1 deletion tools/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ checkerror() {
}

# This script builds KS and packs the artifacts. Use when you have MSBuild installed.
ksversion=$(grep "<Version>" ../Directory.Build.props | cut -d "<" -f 2 | cut -d ">" -f 2)
releaseconf=$1
if [ -z $releaseconf ]; then
releaseconf=Release
fi
version=$(grep "<Version>" ../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
Expand Down

0 comments on commit c1d2f77

Please sign in to comment.