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
Copy file name to clipboardexpand all lines: HISTORY.md
+1-10
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file.
30
30
* might have `metadata.timestamp` populated ([#112] via [#250])
31
31
* might have `metadata.tools[].tool.externalReferences` populated ([#171] via [#250])
32
32
* might have `components[].component.author` populated ([#261] via [#250])
33
-
* might have `components[].component.properties` populated according to [`cdx:composer` Namespace Taxonomy](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/composer.md) (via [#250])
33
+
* might have `components[].component.properties` populated according to [`cdx:composer` Namespace Taxonomy](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/composer.md) ([#313]via [#250])
34
34
* CLI
35
35
* New option `omit` (via [#250])
36
36
* New switch `validate` to override `no-validate` (via [#250])
@@ -63,15 +63,6 @@ All notable changes to this project will be documented in this file.
* an actual composer setup (the result after running `composer install [...]` on your project)
98
+
* a working composer lock file (e.g. `composer.lock` file)
98
99
99
100
## Internals
100
101
101
-
This _Composer_ plugin utilizes the [CycloneDX library][cyclonedx-library] to generate the actual data structures.
102
+
This tool utilizes the [CycloneDX PHP library][cyclonedx-php-library] to generate the actual data structures,
103
+
normalize/serializ them and validate the SBOM result.
102
104
103
-
This _Composer_ plugin does **not** expose any additional _public_ API or classes - all code is marked as `@internal` and might change without any notice during version upgrades.
105
+
This tool does **not** expose any additional _public_ API or classes - all code is marked as `@internal` and might change without any notice during version upgrades.
104
106
105
107
## Contributing
106
108
@@ -116,7 +118,7 @@ See the [LICENSE][license_file] file for the full license.
0 commit comments