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

Bundler package manager: fixes / improvements #717

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. generic pkg manager: Regenerate test data

    Signed-off-by: Michal Šoltis <[email protected]>
    slimreaper35 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    91f6064 View commit details
    Browse the repository at this point in the history
  2. bundler: Access all gems using direct download URL instead of hosted …

    …package index
    
    Use `urljoin` from `urlib.parse` to join the source
    repository and the name of the gem.
    
    Signed-off-by: Michal Šoltis <[email protected]>
    slimreaper35 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    fbc8320 View commit details
    Browse the repository at this point in the history
  3. bundler(fix): Add cachi2:found_by property to SBOM components

    cachi2:found_by property is added to a component by default
    **when creating an object**
    
    This commit fixes a bug, when components that had extra property
    cachi2:bundler:package:binary did not have cachi2:found_by property
    as all other components.
    
    Test data are updated accordingly.
    
    Signed-off-by: Michal Šoltis <[email protected]>
    slimreaper35 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b89fdbc View commit details
    Browse the repository at this point in the history