-
Notifications
You must be signed in to change notification settings - Fork 0
Sync upstream #5
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
Conversation
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
…igurable- Make DNS TXT record TTL configurable.
This ensures the logo renders properly in dark mode environments like GitHub's dark theme. Closes #439 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix: add white background to banner image for dark mode
Refactor attestation for multi-provider support
Remove foundry submodules
Previously the code was reading the entire sys-config.json file as the config, but it should only read the vm_config field within it. Extracted read_vm_config() function that properly parses SysConfig and returns the vm_config field.
Fix vm_config loading from sys-config.json
The TDX driver does not support concurrent access. Add global mutex locks at both tdx-attest and dstack-attest layers to prevent race conditions: - tdx-attest: Lock in get_quote() to protect low-level TDX driver calls - dstack-attest: Lock in quote_with_app_id() for future TEE environments
Remove the pccs_url parameter from the VerificationRequest struct to prevent potential SSRF attacks where a malicious client could specify an arbitrary URL. The PCCS URL is now only configurable via the server configuration file. Changes: - Remove pccs_url field from VerificationRequest in types.rs - Add pccs_url to CvmVerifier struct instead of passing per-request - Update all CvmVerifier::new() calls to pass pccs_url from config - Update README to reflect the configuration-only approach
Strip boot-time event log payloads (RTMR 0-2) from GetQuote, Attest, and TdxQuote responses to reduce response size. Only digests are retained for verification purposes; runtime events (RTMR3) keep full payloads. Add documentation explaining event_log_verified semantics: RTMR3 events have both digest and payload verified, while RTMR 0-2 events only have digests verified through replay comparison.
cf246c5 to
590b8f3
Compare
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.