docs: fix limitation 1 honesty after Ed25519 Default/Strict close (#523) - #533
Draft
IanFrelinger wants to merge 2 commits into
Draft
docs: fix limitation 1 honesty after Ed25519 Default/Strict close (#523)#533IanFrelinger wants to merge 2 commits into
IanFrelinger wants to merge 2 commits into
Conversation
Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
…tation 9 Co-authored-by: IanFrelinger <IanFrelinger@users.noreply.github.com>
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 freeto 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.
Summary
Fix stale text that incorrectly described Ed25519 signature enforcement and schema floor requirements as optional after PR #523 closed limitations 7 and 8. Two locations claimed that Default/Strict verification closed limitations 7-9, which contradicted the fact that limitation 9 (composition signer key discard) remains OPEN.
Changes
docs/certification-evidence.md: Update limitation 1's summary sentence to accurately reflect that Ed25519 is now required on Default/Strict verification paths (limitations 7–8 CLOSED as of 2026-09-06), while limitation 9 remains opensrc/Ashlar.Certification.Contracts/CertificationVerifyOptions.cs: Fix class-level XML remarks claiming Default/Strict close "limitations 7-9" → correct to "limitations 7–8"Both fixes preserve the accurate status: limitations 7-8 are CLOSED, limitation 9 is OPEN.
Testing
Documentation and XML remarks only. No code behavior changes.
Testing strategy (blast radius)
Not applicable — documentation and XML remarks fixes only.
Checklist
make testpasses locally (not run - docs/remarks only changes)TODOorNotImplementedExceptionleft unresolved (no code changes)Release (only when this PR ships a versioned NuGet/GHCR release)