Skip to content

Commit 1287fd9

Browse files
committed
security patch for CVE-2024-30105
1 parent c965fa4 commit 1287fd9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [5.4.1][5.4.1] - 2024-07-10
23+
24+
### Security
25+
26+
- Bump _System.Text.Json_ from 8.0.3 to 8.0.4 ([CVE-2024-30105][CVE-2024-30105])
27+
2228
## [5.4.0][5.4.0] - 2024-06-04
2329

2430
### Added
@@ -92,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9298

9399
- Introduced `ITypeSafetyChecker` to enable type checking before instantiation by `DynamicObjectMapper`.
94100

95-
[vnext-unreleased]: https://github.com/6bee/aqua-core/compare/5.4.0...main
101+
[vnext-unreleased]: https://github.com/6bee/aqua-core/compare/5.4.1...main
102+
[5.4.1]: https://github.com/6bee/aqua-core/compare/5.4.0...5.4.1
96103
[5.4.0]: https://github.com/6bee/aqua-core/compare/5.3.0...5.4.0
97104
[5.3.0]: https://github.com/6bee/aqua-core/compare/5.2.0...5.3.0
98105
[5.2.0]: https://github.com/6bee/aqua-core/compare/5.1.0...5.2.0
@@ -107,3 +114,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107114
[nullable-references]: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
108115
[protobuf-net-v2]: https://www.nuget.org/packages/protobuf-net/2.4.6
109116
[syslib0050]: https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
117+
[CVE-2024-30105]: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<MajorVersion>5</MajorVersion>
66
<MinorVersion>4</MinorVersion>
7-
<PatchVersion>0</PatchVersion>
7+
<PatchVersion>1</PatchVersion>
88
<PreReleaseLabel>dev</PreReleaseLabel>
99
</PropertyGroup>
1010

0 commit comments

Comments
 (0)