This is a patch release with license and package detection
improvements, bugfixes and with new and updated license detection rules
and new licenses added.
Bugfixes:
- Fix package resource assignment for JAVA jars in scancode.io #3983
- Fix missing spdx license expression in license detections #4015
- Enforce --path as a required parameter for scancode-license-data
console script. #4024 - Fix conda environment.yaml parsing errors. #4078
- Fix npm package parsing bug for packages with workspaces. aboutcode-org/scancode.io#1521
New features/licenses:
- Adds support for pnpm lock YAML v9 https://github.com/pnpm/spec/blob/master/lockfile/9.0.md
- Add licenses from SPDX License List 3.26 #4045
- Add assembly and identification of conda package files in
root filesystem installations #4083
What's Changed
- Fix pnpm workspace parsing and udpate package detection by @AyanSinhaMahapatra in #4079
- Update licenses from SPDX License List 3.26 and others by @AyanSinhaMahapatra in #4081
- Fix missing spdx license expression in license detection by @alexzurbonsen in #4023
- Enforced --path as a required parameter for scancode-license-data module by @lyr-ast in #4029
- Update package assembly in conda installations by @AyanSinhaMahapatra in #4089
- Fix conda environment yaml parsing errors by @AyanSinhaMahapatra in #4078
- Fix package resource assign bug for jar manifests by @AyanSinhaMahapatra in #3983
- Release scancode-toolkit v32.3.2 by @AyanSinhaMahapatra in #4090
New Contributors
- @lyr-ast made their first contribution in #4029
Full Changelog: v32.3.1...v32.3.2