Releases: anchore/syft
Releases · anchore/syft
v1.3.0
Added Features
- index known CPEs for go modules [#2816 @westonsteimel]
- support multiple known CPEs in index [#2813 @westonsteimel]
- index known CPEs for PHP Composer packagist.org packages [#2804 @westonsteimel]
- index known cpes for PHP extensions [#2777 @westonsteimel]
Bug Fixes
- re-use embedded union reader if possible [#2814 @willmurphyscode]
- prefer non-deprecated CPEs and include jenkins plugins from plugins.jenkins.io [#2806 @westonsteimel]
- improvements to known CPE index construction [#2801 @westonsteimel]
- Syft panics when scanning OCI image that contains packaged helm chart [#2745 #2757 @willmurphyscode]
- Pom parser not resolving all dependency versions [#2776 #2781 @willmurphyscode]
- exclude known instrumentation jars from being erroneously identified [#2796 @kzantow]
- return empty string if dereferncing pom var fails [#2797 @willmurphyscode]
v1.2.0
Added Features
- Differentiate between JRE and JDK [#2748 @LaurentGoderre]
- Add support for dnf packages [#2758]
Bug Fixes
- more robust go main version extraction [#2767 @kzantow]
- Regression in 1.1 cataloging openjdk: generates version containing a null byte [#2750 #2766 @LaurentGoderre]
v1.1.1
v1.1.0
Added Features
- Adding the ability to retrieve remote licenses from package-lock.json [#2708 @coheigea]
- Show binary exports, entrypoint, and imports [#2626 @wagoodman]
- Add detection for Oracle GraalVM [#2705 @LaurentGoderre]
Bug Fixes
v1.0.1
v1.0.0
🎉 Checkout the blog post about v1!
Added Features
Bug Fixes
- OpenSSL binary matcher fails to properly detect letter releases [#2681 #2682 @harmw]
- TUI package count does not match package count in default table output [#2672 #2679 @wagoodman]
- .NET NuGet - dotnet-deps cataloger not working with syft v0.94.0 [#2264 #2674 @willmurphyscode]
- New path filtering logic excluding large number of unintended paths [#2667 #2675 @wagoodman]
- Syft TUI can hang when using license fetching from go modules [#2653 #2673 @willmurphyscode]
v0.105.1
v0.105.0
Added Features
- Guess go main module version based on binary contents [#2608 @wagoodman]
- Catalog wordpress plugins [#1911 #2218 @disc]
Bug Fixes
- ensure version output to stdout [#2621 @kzantow]
- Survive indexing dead symlinks [#2645 @wagoodman]
- unable to index filesystem for amazonlinux images [#2627 #2644 @wagoodman]
- CycloneDX OS component does not have a bom-ref [#2101 #2634 @kzantow]
- v0.104.0 interface conversion error when creating bom from singularity image [#2628 #2631 @wagoodman]
Additional Changes
- Rename binary cataloger to be more unique [#2633 @wagoodman]
- Suppress executable parsing issues [#2614 @wagoodman]
- update license list, cpe dictionary [#2620 @spiffcs]
v0.104.0
Added Features
- Adding metadata fields when parsing yarn.lock and poetry.lock [#2350 @asi-cider]
- Add Erlang OTP Application cataloger [#2403 @LaurentGoderre]
- Support Conan lockfiles v0.5 [#2050]
- Identify security-features-of-interest within binaries [#2434 #2443 @wagoodman]
- Top-level API should be more composable [#558 #2517 @wagoodman]
- Annotate where each CPE on a package is sourced from [#2282 #2552 @willmurphyscode]
Bug Fixes
- unmarshal key values in Java, Go, and Conan metadata [#2603 @willmurphyscode]
- incorrect conversion between integer types [#2605 @spiffcs]
- prefer portable executable product version when semantically greater than file version [#2600 @westonsteimel]
- Stop iterating maps in catalogers [#2405 #2553 @wagoodman]
- unknown flag: --key when use syft attest --key [KEY] [#2544 #2551 @willmurphyscode]
- purl generation broken for kafka jars [#2385 #2573 @westonsteimel]
Breaking Changes
- Top-level API should be more composable [#558 #2517 @wagoodman]
- Annotate where each CPE on a package is sourced from [#2282 #2552 @willmurphyscode]
v0.103.1
Security Fixes
- Bump archiver and stereoscope to address path traversal issues [#2570 @wagoodman]
Bug Fixes
- Revert cosign signing of release checksums file [#2571 @wagoodman]
- java archive parser incorrectly splitting filenames [#2563 #2565 @willmurphyscode]
Breaking Changes
- Internalize format helpers [#2543 @wagoodman]
- Internalize CPE generation logic [#2541 @wagoodman]