-
Notifications
You must be signed in to change notification settings - Fork 0
fix(release): require canonical lowercase source SHA #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
5f4c34d
test(release): require canonical lowercase source SHA
seonghobae f95d748
fix(release): require canonical lowercase source SHA
seonghobae 45f13ba
test(deployment): require canonical lowercase source SHA
seonghobae a9a4377
fix(deployment): require canonical lowercase source SHA
seonghobae 5635792
test(deployment): require canonical lowercase evidence digests
seonghobae 5d0802e
fix(deployment): require canonical lowercase evidence digests
seonghobae 98dcf97
test(release): reject normalized source SHA authority
seonghobae 1bd0e36
fix(release): reject normalized source SHA authority
seonghobae 2a2a213
test(deployment): reject normalized evidence identity
seonghobae 141d48b
fix(deployment): reject normalized evidence identity
seonghobae a112802
test(deployment): reject normalized timestamp authority
seonghobae 6ced36e
fix(deployment): reject normalized timestamp authority
seonghobae 44a9884
test(acquisition): require canonical deployment identities
seonghobae 2c15605
fix(acquisition): bind canonical deployment identities
seonghobae ae78c1b
merge protected main into fix/release-evidence-lowercase-sha
seonghobae 8bcb147
merge(main): converge release evidence on current protected main
seonghobae dba27bb
merge(main): converge release evidence on current protected main
seonghobae dcc7d55
fix(release): preserve protected-main truth after convergence
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 Timestamp validation broadened beyond commit-SHA scope
requireTimestamp(scripts/deployment-evidence.mjs:47-63) now rejects any timestamp lacking theYYYY-MM-DDTprefix, differing from its trimmed form, or naming an impossible calendar date. It runs on externally sourced values: the Wrangler deploytimestamp(scripts/deployment-evidence.mjs:237) and Cloudflarecreated_on(scripts/deployment-evidence.mjs:256). Both emit RFC3339/ISO today, so no regression is expected, but a space-separated or offset variant would now fail closed.Was this helpful? React with 👍 or 👎 to provide feedback.