Skip to content

Commit

Permalink
v7.2.2 - security patch for CVE-2024-43485
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Nov 19, 2024
1 parent b99bd38 commit 9896ac1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [7.2.2][7.2.2] - 2024-11-20

### Changed

- Bump _Microsoft.EntityFrameworkCore_ from 8.0.6 to 8.0.11

### Security

- Bump _aqua-core_ from 5.4.1 to 5.4.2 ([CVE-2024-43485][CVE-2024-43485])

## [7.2.1][7.2.1] - 2024-07-10

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

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

[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/v7.2.1...main
[vnext-unreleased]: https://github.com/6bee/Remote.Linq/compare/v7.2.2...main
[7.2.2]: https://github.com/6bee/Remote.Linq/compare/v7.2.1...v7.2.2
[7.2.1]: https://github.com/6bee/Remote.Linq/compare/v7.2.0...v7.2.1
[7.2.0]: https://github.com/6bee/Remote.Linq/compare/7.1.0...v7.2.0
[7.1.0]: https://github.com/6bee/Remote.Linq/compare/7.0.0...7.1.0
Expand All @@ -129,3 +140,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[protobuf-net-v2]: https://www.nuget.org/packages/protobuf-net/2.4.6
[syslib0050]: https://learn.microsoft.com/en-us/dotnet/fundamentals/syslib-diagnostics/syslib0050
[CVE-2024-30105]: https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
[CVE-2024-43485]: https://github.com/advisories/GHSA-8g4q-xg66-9fp4
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<PropertyGroup>
<MajorVersion>7</MajorVersion>
<MinorVersion>2</MinorVersion>
<PatchVersion>1</PatchVersion>
<PatchVersion>2</PatchVersion>
<PreReleaseLabel>dev</PreReleaseLabel>
<AquaCoreVersion>5.4.1</AquaCoreVersion>
<AquaCoreVersion>5.4.2</AquaCoreVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 9896ac1

Please sign in to comment.