changelog 0.7.5#1369
Merged
Merged
Conversation
Entire-Checkpoint: 9ede0afcc51e
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the release notes for 0.7.5 to the project changelog, documenting recently shipped security hardening and improved git-remote-entire push error reporting.
Changes:
- Added a 0.7.5 section dated 2026-06-04.
- Documented a security fix for path traversal / arbitrary file write across session/checkpoint/agent lifecycle paths (PR #1365).
- Documented a fix to relay
git-remote-entirehelper-status before checkingsend-packexit status to surface per-ref rejection reasons (PR #1364).
pjbgf
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://entire.io/gh/entireio/cli/trails/520
Note
Low Risk
Documentation-only change to CHANGELOG.md; no runtime behavior is modified in this PR.
Overview
Adds the 0.7.5 release section (dated 2026-06-04) to
CHANGELOG.md, documenting shipped fixes rather than changing product code in this diff.Under Security, it records closure of a path-traversal / arbitrary-file-write issue ([#1365]): session and checkpoint identifiers from
entire/checkpoints/v1or agent hooks were used in filesystem paths without validation, so crafted IDs could overwrite arbitrary files duringentire session resumeorentire checkpoint rewind; the release notes describe validation at read/dispatch boundaries plusos.Rootcontainment.Under Fixed, it records that
git-remote-entirenow relays helper-status before checking the send-pack exit code ([#1364), so per-ref rejections show as! [remote rejected]with the real reason instead of a genericsend-pack exited with error: exit status 1.Reviewed by Cursor Bugbot for commit caf774d. Configure here.