-
Notifications
You must be signed in to change notification settings - Fork 0
Support Client ID Metadata Documents (CIMD) as a registration mode #191
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
Open
aterga
wants to merge
30
commits into
main
Choose a base branch
from
claude/cimd-client-id-metadata-documents
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 24 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a5cf0ec
Support Client ID Metadata Documents (CIMD) as a registration mode
aterga c776135
Report CIMD advertisement on the status dashboard
aterga 6d6124a
Use the scanner's canonical private address in the SSRF-guard test
aterga d954433
Tighten the CIMD fetch and cache as review found
aterga 51aed76
Make the fetch deadline the only timeout
aterga bc39d88
Harden the CIMD fetch path as the second review round found
aterga 87f3ea7
Gate CIMD on the vendor trust policy and make it opt-in
claude 49322bc
Close the fourth review round's gaps in the CIMD fetch path
claude 6b294d1
Read Cache-Control as the shared cache this is, and tighten two edges
claude c851781
Bound the CIMD client_id and key per-host slots by one host spelling
claude bedecb8
Require a metadata document to name the authorization-code flow
claude efe8443
Retire a CIMD flight when the request fetching for it is dropped
claude bfad6cf
Refuse deprecated IPv6 site-local addresses in the SSRF guard
claude 95c5ebc
Bound the CIMD fetch rate and keep one flight through a cancelled fet…
claude 419b9df
Count a response's apparent age, spend rate tokens only on a fetch
claude 76bedff
Retire a published CIMD flight at once; refuse two more IPv6 ranges
claude 2a3cf1b
Say that the CIMD rollback needs a redeploy, not just the variable
claude 23b5f67
Default-deny 2001::/23, treat a malformed max-age as stale, retire be…
claude efc71c4
Parse Cache-Control quoted-strings, take the client_id as given, admi…
claude 9a91292
Honour Expires, accept an upper-case scheme, fix a test's contract
claude dbbf817
Refuse the 6to4 relay block, Vary: *, and a client_id the parser woul…
claude c1e2611
Saturate an unparseable Age, and log CIMD failures only where a fetch…
claude 8a06f94
Bring two CIMD doc comments up to date with the negative cache
claude cfddaa5
Describe PublicDocument::cache_max_age as freshness computes it
claude f5cc269
Fold every Age line conservatively; refuse a client_id the parser wou…
claude bafdcaf
Default-deny native IPv6 outside 2000::/3 in the SSRF guard
claude bed9cf6
Accept only 200 OK as the document; read an undecodable Cache-Control…
claude 445afa7
Apply a response's age to the default CIMD cache lifetime too
claude 64007a9
Refuse a CIMD client_id containing a backslash
claude bca1f99
Treat 421 and 425 as failures of the moment, and test the retry response
claude 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,6 +32,7 @@ | |
|
|
||
| pub mod identities; | ||
| pub mod iiconnect; | ||
| pub mod public_fetch; | ||
| pub mod skills; | ||
| pub mod tools; | ||
|
|
||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.