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

Preserve Linux source package name #126

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

Commits on Jun 11, 2022

  1. fix(linux): add logic to parse the upstream package name

    The package name does not always line up 100% with the upstream or source name. For example some Linux distributions suffix the major version to differentiate i.e. python2 and python3. These should both be mapped back to python.
    
    This PR also adds `ResourceUtilities` with the `LoadTextAsync` method, and also bundles a `Resources` directory in test projects. This should make it easier to load mocks from files for tests. Instead of having to embed them in the C# source.
    JamieMagee authored and tofay committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    a0b199a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Add source name to LinuxComponent

    To allow clients to match against binary package name
    or source package name, as some distributions publish
    publish vulnerabilities against source package name.
    
    Signed-off-by: Tom Fay <[email protected]>
    tofay committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    c9b9df3 View commit details
    Browse the repository at this point in the history