Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: apk product/vendor generation for old metadata #1635

Merged
merged 1 commit into from
Mar 1, 2023

Commits on Mar 1, 2023

  1. fix: apk product/vendor generation for old metadata

    This fixes some instances where the improved APK CPE generation
    logic caused regressions for older alpine package APK metadata.
    It now generates multiple "upstream" candidates with both name
    and package type which reduces the amount of duplicated code in
    the apk cpe gen logic.  This also improves the handling of stream
    version packages, so now we can correctly identify packages such
    as ruby3.2-rexml as the rexml ruby gem.
    
    Signed-off-by: Weston Steimel <weston.steimel@anchore.com>
    westonsteimel committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f8610b6 View commit details
    Browse the repository at this point in the history