Skip to content

Commit eb6d953

Browse files
Merge pull request #17 from n1ckl0sk0rtge/doc/cbom-attestation
CBOM Attestation Guide
2 parents feb2b34 + cdcfdd1 commit eb6d953

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CBOM/en/0x60-Attestations.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
# Attestations
22

3-
TODO
3+
CycloneDX Attestations is a modern standard for security compliance. CycloneDX Attestations enable organizations with a machine-readable format for communication about security standards, claims and evidence about security requirements, and attestations to the veracity and completeness of those claims. You can think of Attestations as a way to manage "compliance as code."
4+
5+
## Cryptography Standards
6+
7+
Organizations can declare the cryptography standards they follow, such as NIST or FIPS, in a CycloneDX Attestation. This helps ensure that all parties involved in the software development and deployment process are aware of the required cryptography standards.
8+
9+
By providing evidence such as test results, code reviews or other documents that prove that their software meets the cryptography requirements, they enable automatic verification of compliance with the requirements. For example, it can be verified that only approved cryptography algorithms are used and implemented correctly.
10+
11+
CycloneDX Attestations can also be used to manage compliance with cryptography requirements over time. As new vulnerabilities are discovered or standards change, organizations can update their applications, and therefore their attestations, to reflect the changes and ensure ongoing compliance.
12+
13+
> TODO: Example with Fips certifiaction, with requirement, claim and evidence.
14+
15+
## Signing
16+
17+
CycloneDX supports signing to ensure the authenticity and integrity of the attestations.

0 commit comments

Comments
 (0)