Conversation
- CommitOid field changed to Option<CommitOid> in IndexedAttestation - Skip invalid member entries instead of storing empty IdentityDID - AgentIdentityResult fields changed to Option<IdentityDID> - Python trust.rs: use resolver fallback instead of empty PublicKeyHex
…hon (fn-68.2) Replace new_unchecked() with parse() at all user-input FFI boundaries. Fix DeviceDID bug in auths-python org.rs where controller_did was incorrectly used as device DID.
Replace new_unchecked() with parse() at pairing, storage adapter, allowed_signers, and Swift FFI boundaries. Skip unparseable entries in storage discovery instead of creating invalid DIDs.
…e sites (fn-68.4, fn-68.5) Add 5 new_unchecked methods to workspace clippy.toml disallowed_methods. Annotate all proven-safe internal sites with #[allow] + INVARIANT comments. Add #[allow] to test modules that construct test fixtures.
…alDid (fn-68) Allow NULL commit_oid in SQLite schema to match Option<CommitOid> type. Update doc tests to use CanonicalDid::new_unchecked instead of .into().
Invalid entries (issuer mismatch, JSON parse errors) should still be returned as MemberView with Invalid status, not skipped. Uses entry.org as the issuer for invalid entries instead of empty IdentityDID.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Auths Commit Verification
Result: ❌ 0/8 commits verified How to fixCommit macOS: Then re-sign: |
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.
No description provided.