Skip to content
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

Trustworthiness Claim enumeration for configuration, needs to be extended #17

Open
yogeshbdeshpande opened this issue Jan 24, 2023 · 2 comments

Comments

@yogeshbdeshpande
Copy link

yogeshbdeshpande commented Jan 24, 2023

As per the latest draft of AR4SI, specific Trustworthiness Claim enumeration for configuration is as under:

0: No assertion
1: Verifier cannot parse unexpected Evidence.
-1: Verifier malfunction
2: The configuration is a known and approved config.
3: The configuration includes or exposes no known vulnerabilities.
32: The configuration includes or exposes known vulnerabilities.
96: The configuration is unsupportable as it exposes unacceptable security vulnerabilities.
99: Cryptographic validation of the Evidence has failed.

However, there could be a use case where the Verifier is not aware of
a specific Attester Configuration. So it cannot say anything concrete about the
specific configuration.

Hence we propose, we add another enumeration example below:
36: The configuration is unknown to the Verifier

@ericvoit
Copy link
Collaborator

ericvoit commented Jan 24, 2023 via email

@yogeshbdeshpande
Copy link
Author

@ericvoit Thanks for a quick reply. I am happy with your proposal.

36: Elements of the configuration relevant to security are unavailable to the Verifier

is perfectly fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants