Skip to content

Commit 9896ac1

Browse files
committed
v7.2.2 - security patch for CVE-2024-43485
1 parent b99bd38 commit 9896ac1

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

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

2020
### Security
2121

22+
## [7.2.2][7.2.2] - 2024-11-20
23+
24+
### Changed
25+
26+
- Bump _Microsoft.EntityFrameworkCore_ from 8.0.6 to 8.0.11
27+
28+
### Security
29+
30+
- Bump _aqua-core_ from 5.4.1 to 5.4.2 ([CVE-2024-43485][CVE-2024-43485])
31+
2232
## [7.2.1][7.2.1] - 2024-07-10
2333

2434
### Security
@@ -111,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111121

112122
- Dropped unused dependency on _System.Runtime.Serialization.Formatters_.
113123

114-
[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/v7.2.1...main
124+
[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/v7.2.2...main
125+
[7.2.2]: https://github.com/6bee/Remote.Linq/compare/v7.2.1...v7.2.2
115126
[7.2.1]: https://github.com/6bee/Remote.Linq/compare/v7.2.0...v7.2.1
116127
[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...v7.2.0
117128
[7.1.0]: https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0
@@ -129,3 +140,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129140
[protobuf-net-v2]: https://www.nuget.org/packages/protobuf-net/2.4.6
130141
[syslib0050]: https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
131142
[CVE-2024-30105]: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
143+
[CVE-2024-43485]: https://github.com/advisories/GHSA-8g4q-xg66-9fp4

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<PropertyGroup>
55
<MajorVersion>7</MajorVersion>
66
<MinorVersion>2</MinorVersion>
7-
<PatchVersion>1</PatchVersion>
7+
<PatchVersion>2</PatchVersion>
88
<PreReleaseLabel>dev</PreReleaseLabel>
9-
<AquaCoreVersion>5.4.1</AquaCoreVersion>
9+
<AquaCoreVersion>5.4.2</AquaCoreVersion>
1010
</PropertyGroup>
1111

1212
<PropertyGroup>

0 commit comments

Comments
 (0)