Skip to content

Commit ebaf2aa

Browse files
committed
security patch for CVE-2024-30105
1 parent de06f3e commit ebaf2aa

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
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+
## [7.2.1][7.2.1] - 2024-07-10
23+
24+
### Security
25+
26+
- Bump _aqua-core_ from 5.4.0 to 5.4.1 ([CVE-2024-30105][CVE-2024-30105])
27+
2228
## [7.2.0][7.2.0] - 2024-06-04
2329

2430
### Added
@@ -105,8 +111,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105111

106112
- Dropped unused dependency on _System.Runtime.Serialization.Formatters_.
107113

108-
[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/7.2.0...main
109-
[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...7.2.0
114+
[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/v7.2.1...main
115+
[7.2.1]: https://github.com/6bee/Remote.Linq/compare/v7.2.0...v7.2.1
116+
[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...v7.2.0
110117
[7.1.0]: https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0
111118
[7.0.0]: https://github.com/6bee/Remote.Linq/compare/6.3.1...7.0.0
112119
[6.3.1]: https://github.com/6bee/Remote.Linq/compare/6.3.0...6.3.1
@@ -121,3 +128,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121128
[nullable-references]: https://docs.microsoft.com/en-us/dotnet/csharp/nullable-references
122129
[protobuf-net-v2]: https://www.nuget.org/packages/protobuf-net/2.4.6
123130
[syslib0050]: https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
131+
[CVE-2024-30105]: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<PropertyGroup>
55
<MajorVersion>7</MajorVersion>
66
<MinorVersion>2</MinorVersion>
7-
<PatchVersion>0</PatchVersion>
7+
<PatchVersion>1</PatchVersion>
88
<PreReleaseLabel>dev</PreReleaseLabel>
9-
<AquaCoreVersion>5.4.0</AquaCoreVersion>
9+
<AquaCoreVersion>5.4.1</AquaCoreVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

0 commit comments

Comments
 (0)