Skip to content

Commit

Permalink
feat: normalize package json before use (#679)
Browse files Browse the repository at this point in the history
* Detected node packages' metadata are now [normalized](https://www.npmjs.com/package/normalize-package-data), before translation to SBOM components happens.  
  This might increase the quality of SBOM results.

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Mar 2, 2023
1 parent 78f6927 commit 2ac879a
Show file tree
Hide file tree
Showing 6 changed files with 459 additions and 300 deletions.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

## unreleased

* Changed
* Detected node packages' metadata are now [normalized](https://www.npmjs.com/package/normalize-package-data), before translation to SBOM components happens. ([#678] via [#])
This might increase the quality of SBOM results.

[#678]: https://github.com/CycloneDX/cyclonedx-webpack-plugin/issues/678
[#]:

## 3.2.0 - 2023-02-16

* Added
Expand Down
Loading

0 comments on commit 2ac879a

Please sign in to comment.