0.8.2
All checks were successful
All checks were successful
This commit is contained in:
parent
5932d22801
commit
4559aa6c70
3 changed files with 10 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# 0.8.2
|
# 0.8.2
|
||||||
|
|
||||||
* Bump dependencies
|
* Bump dependencies
|
||||||
|
* Make remote harvest zipapp stdlib-only
|
||||||
|
|
||||||
# 0.8.1
|
# 0.8.1
|
||||||
|
|
||||||
|
|
|
||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
||||||
|
enroll (0.8.2) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Make remote harvest zipapp stdlib-only
|
||||||
|
|
||||||
|
-- Miguel Jacq <mig@mig5.net> Mon, 03 Aug 2026 16:00:00 +1000
|
||||||
|
|
||||||
enroll (0.8.1) unstable; urgency=medium
|
enroll (0.8.1) unstable; urgency=medium
|
||||||
|
|
||||||
* Security: fix a TOCTOU in remote harvest.
|
* Security: fix a TOCTOU in remote harvest.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
%global upstream_version 0.8.1
|
%global upstream_version 0.8.2
|
||||||
|
|
||||||
Name: enroll
|
Name: enroll
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
@ -44,6 +44,8 @@ Enroll a server's running state retrospectively into Ansible.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 03 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Mon Aug 03 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
|
- Make remote harvest zipapp stdlib-only
|
||||||
|
* Mon Aug 03 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- Security: fix a TOCTOU in remote harvest.
|
- Security: fix a TOCTOU in remote harvest.
|
||||||
* Mon Jul 13 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
* Mon Jul 13 2026 Miguel Jacq <mig@mig5.net> - %{version}-%{release}
|
||||||
- Security: keep sudo-created remote harvest bundles root-owned while root packages and hashes them, expose only the archive to the authenticated SSH uid, and verify the root-computed digest after download. This removes the post-harvest tampering window created by recursively chowning the bundle before packaging without making the plaintext archive world-readable.
|
- Security: keep sudo-created remote harvest bundles root-owned while root packages and hashes them, expose only the archive to the authenticated SSH uid, and verify the root-computed digest after download. This removes the post-harvest tampering window created by recursively chowning the bundle before packaging without making the plaintext archive world-readable.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue