diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 5cea4b00..bb36d056 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,5 +1,5 @@ name: Bug Report -description: Create a bug report to help improve CC Trusted API +description: Create a bug report to help improve Evidence API labels: kind/bug body: - type: textarea diff --git a/common/python/evidence_api/api.py b/common/python/evidence_api/api.py index e77eda33..7f1cd9b7 100644 --- a/common/python/evidence_api/api.py +++ b/common/python/evidence_api/api.py @@ -1,5 +1,5 @@ """ -The CC Trusted API +The Evidence API """ import logging from abc import ABC, abstractmethod @@ -13,7 +13,7 @@ class EvidenceApi(ABC): - """Abstract class for CC Trusted API. + """Abstract class for Evidence API. The inherited SDK class will implement the APIs. """ diff --git a/docs/API-usage-example.md b/docs/API-usage-example.md index 8ed39e75..89dc7294 100644 --- a/docs/API-usage-example.md +++ b/docs/API-usage-example.md @@ -1,4 +1,4 @@ -# CC Trusted API Examples +# Evidence API Examples ## Dump Report (IntelĀ® TDX only)