Bump dcap-qvl to 0.5.2 - #61
Merged
Merged
Conversation
* main: chore(deps): bump openssl from 0.10.79 to 0.10.80
* main: (43 commits) Comments Allow measurements format output from attest-measure to be used directly Fmt Comments Rm QemuTdx attestation type as it effectively is the same as DcapTdx Azure feature - add crypto provider for tests Make library crates be crypto provider agnostic Improve representation of DCAP measurements by enforcing all registers to be present Small refactor, stricter checks on DCAP measurement values being present Fixes following review On tokio runtime, wrap GCP firmware fetch in spawn_blocking to avoid stalling async workers Revert changes from merge commit which are unrelated to this PR Improve error handling during measurement checks Document new measurement policy type Update measurements JSON format and cover the new format in tests Warn and bail when trying to match non-gcp measurements with portable measurement policy Never use placeholder platform metadata in production - drop support for dstack ratls built attested certs, and attestation provider server implementations other than our own Switch to using pinned commit from head of main of attest repo now that ah/gcp-hobgen has been merged Quote generator should not assume tdx-gcp Add test demonstrating portable measurement policy with observed data from GCP ...
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.
This bumps dcap-qvl from a (previously) unreleased pinned commit to the 0.5.2 release, and updates to accommodate breaking changes.
This is needed in order to bump the transitive dependency
reqwestwhich in turn introduceshickory-protowhich has a known vulnerability: https://github.com/flashbots/attested-tls/security/dependabot/18However this does not completely resolve the issue as
ra-tlsstill depends on an older version ofdcap-qvl.The new verifier requires
tdxModulefromtcb_infoinfo which meant making some updates tomock-tdxand the mock collateral used in tests.