You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,6 +105,8 @@ The <code>[properties](https://cyclonedx.org/docs/1.4/json/#components_items_pro
98
105
99
106
Similarly, there are named properties defined for identifying things like "bundled", "private", and "extraneous" dependencies. Dependencies will be annotated with this properties as appropriate.
100
107
108
+
The CycloneDX specification also provides [fields](https://cyclonedx.org/docs/1.4/json/#components) for capturing other package metadata like author, license, website, etc. Not all packages provide this information, but these fields will be populated when the information is available.
109
+
101
110
#### SPDX
102
111
103
112
```json
@@ -230,7 +239,14 @@ The proposed CycloneDX SBOM generated for the project above would look like the
0 commit comments