From f639fe7f491fe6c57cae99d281649c29325d2c0a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:29:07 +1100 Subject: [PATCH] chore(master): release 1.48.3 (#379) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ core/lib/data/def.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab236512..b20881f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.48.3](https://github.com/jm33-m0/emp3r0r/compare/v1.48.2...v1.48.3) (2025-01-14) + + +### Bug Fixes + +* restrict to 1 task per download for recursive downloads, enforce checksum verification ([7f66130](https://github.com/jm33-m0/emp3r0r/commit/7f661306352711898fb655b187f034e1435aae59)) + ## [1.48.2](https://github.com/jm33-m0/emp3r0r/compare/v1.48.1...v1.48.2) (2025-01-14) diff --git a/core/lib/data/def.go b/core/lib/data/def.go index 31882dd37..50aa3a8c5 100644 --- a/core/lib/data/def.go +++ b/core/lib/data/def.go @@ -65,7 +65,7 @@ const ( // Version hardcoded version string // see https://github.com/googleapis/release-please/blob/f398bdffdae69772c61a82cd7158cca3478c2110/src/updaters/generic.ts#L30 - Version = "v1.48.2" // x-release-please-version + Version = "v1.48.3" // x-release-please-version // RShellBufSize buffer size of reverse shell stream RShellBufSize = 128