Azure-Samples / Azure-Samples/microsoft-azure-attestation
Project uses outdated OID for quote retrival
- Dominant language
- C
- Stars
- 35
- Forks
- 16
- Avg merge
- 11h 15m
- Merged PRs (30d)
- 2
Description
current valid oid for sgx quote are "1.3.6.1.4.1.311.105.1" used oid "1.2.840.113556.10.1.1"
Please update.
OE current oid:
https://github.com/openenclave/openenclave/blob/55b74b38049a40acd6ea618d2940e101cb1515eb/include/openenclave/internal/report.h#L94
Outdated usage of OID ;
https://github.com/Azure-Samples/microsoft-azure-attestation/blob/5d34c177f9712f821a82ad7799050bedd7850bae/sgx.attest.sample.oe.sdk/validatequotes.net/verify.metadata.certificates/VerifyMetadataCertificates.cpp#L19
Contributor guide
Research direction
Open sgx.attest.sample.oe.sdk/validatequotes.net/verify.metadata.certificates/VerifyMetadataCertificates.cpp at the outdated OID reference and compare it with the current OID in Open Enclave's include/openenclave/internal/report.h. Update the stale value and verify the project still builds and its relevant validation checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- security
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100