coding: validate diff snapshot HEAD object IDs #375

Open
nsaspy wants to merge 0 commits from rage/211-diff-head-object-id into main
Owner

Closes #211. Advances #1.

RED 525e29a6: stable malformed git rev-parse HEAD output must not be accepted as diff snapshot identity; canonical SHA-1 and SHA-256 full object IDs remain accepted.

Implementation 5d11f2b0: validates both initial and final diff HEAD samples with the canonical full-object-ID validator before accepting repository identity.

Gate: require source/install compatibility diagnostics, full generated registry/plugin checks, package builds, no unresolved review debt, and exact-head protected merge.

Closes #211. Advances #1. RED `525e29a6`: stable malformed `git rev-parse HEAD` output must not be accepted as diff snapshot identity; canonical SHA-1 and SHA-256 full object IDs remain accepted. Implementation `5d11f2b0`: validates both initial and final diff HEAD samples with the canonical full-object-ID validator before accepting repository identity. Gate: require source/install compatibility diagnostics, full generated registry/plugin checks, package builds, no unresolved review debt, and exact-head protected merge.
Some checks failed
CI / test (pull_request) Failing after 18s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/211-diff-head-object-id:rage/211-diff-head-object-id
git switch rage/211-diff-head-object-id

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/211-diff-head-object-id
git switch rage/211-diff-head-object-id
git rebase main
git switch main
git merge --ff-only rage/211-diff-head-object-id
git switch rage/211-diff-head-object-id
git rebase main
git switch main
git merge --no-ff rage/211-diff-head-object-id
git switch main
git merge --squash rage/211-diff-head-object-id
git switch main
git merge --ff-only rage/211-diff-head-object-id
git switch main
git merge rage/211-diff-head-object-id
git push origin main
Sign in to join this conversation.
No description provided.