https://github.com/codenotary/cyclonedx-property-taxonomy
https://github.com/codenotary/cyclonedx-property-taxonomy
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codenotary/cyclonedx-property-taxonomy
- Owner: codenotary
- License: apache-2.0
- Created: 2023-05-15T07:30:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T08:04:28.000Z (about 3 years ago)
- Last Synced: 2026-01-19T18:39:15.270Z (6 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codenotary CycloneDX Property Taxonomy, v0.0.1
This is the official [Codenotary](https://codenotary.com/) property taxonomy for CycloneDX.
For more information about CycloneDX property taxonomies, refer to
their [official documentation](https://github.com/CycloneDX/cyclonedx-property-taxonomy).
## `codenotary` Namespace Taxonomy
| Namespace | Description |
| --- | --- |
| `codenotary:trust_status` | Namespace for properties specific to trust status. |
## `codenotary:trust_status` Namespace Taxonomy
| Property | Description | Example values |
| --- | --- | --- |
| `codenotary:trust_status:level` | Assigned level of trust. | `trusted`, `untrusted`, `unsupported`, `unknown` |
| `codenotary:trust_status:signer` | The id of trust author. | `Joe` |
| `codenotary:trust_status:comment` | Additional information related to status. | `Before release` |
| `codenotary:trust_status:timestamp` | Time when level of trust was assigned, in UTC. | `2023-02-15T07:48:39Z` |