fix(scripts): harden changelog absorbed-heading gate fail-closed - #2421
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
Claude finished @kyle-sexton's task in 2m 59s —— View job Security Review
This PR only touches All new git invocations ( One logic finding worth flagging (correctness of the "fail-closed" claim, not an actively exploitable bypass): SUGGESTION / confidence: PLAUSIBLE — scripts/check-changelog-parity.sh#L245-L247: if ! git cat-file -e "$merge_base:$changelog" 2>/dev/null; then
return 0
fi
So a genuine git-read failure at that exact path (e.g. a corrupted/partial object store, or any transient Why this doesn't currently look exploitable as a merge-gate bypass: the sibling No other injection, authorization, credential-handling, or trust-boundary issues found in this diff. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 54394d0bfc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Claude finished @kyle-sexton's task in 4m 18s —— View job Review: fix(scripts): harden changelog absorbed-heading gate fail-closedReviewed Todo
Findings (posted inline on the changed lines):
Other notes
|
|
Claude has reviewed this PR 1 time. The lane skips further automatic reviews after 5; deleting this comment resets the count. |
Fixes #2324 Co-authored-by: Kyle Sexton <kyle-sexton@users.noreply.github.com>
54394d0 to
eb9ccfd
Compare
|
Warning Automated review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
Re-run the job to retry the review. A new push re-triggers this lane only if the caller's |
|
Warning Automated security review did not complete — this is an infrastructure failure, not a review verdict. Treat any Claude comment on this PR (including a placeholder like "I'll analyze this and get back to you") as incomplete, not "no findings."
The check is green on purpose, and it is not evidence. It certifies that a security pass ran, and this one did not complete — but the cause is outside this PR's control, so merging is deliberately left unblocked rather than locking every merge for the length of the outage. Nothing was reviewed at this head. Where this check is required, it is satisfied without that evidence; a human should review security-sensitive changes here before merging. Re-run the job to retry the review; a new push also retries it only if the caller's Re-running does NOT help for every class:
|
Hardens changelog absorbed-heading detection to fail closed on unreadable base blobs.
Fixes #2324
Summary
Hardens changelog absorbed-heading detection to fail closed on unreadable base blobs.
Related
N/A