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(redhat_osv): restructure test data #308

Merged

Commits on Nov 4, 2024

  1. fix(redhat_osv): restructure test data

    This commit restructures the test data so that CSAF and OSV data is not
    co-mingled in the same directory. It is an attept to address
    
    ```
    $ go install github.com/ossf/osv-schema/tools/osv-linter@latest
    go: downloading github.com/ossf/osv-schema v1.6.7
    go: github.com/ossf/osv-schema/tools/osv-linter@latest: create zip: tools/redhat/testdata/rhsa-2024_4546.json: case-insensitive file name collision: "tools/redhat/testdata/RHSA-2024_4546.json" and "tools/redhat/testdata/rhsa-2024_4546.json"
    ```
    
    Signed-off-by: Andrew Pollock <[email protected]>
    andrewpollock committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    34c8f0f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fix(redhat_osv): link to comment for additional context

    This commit adds a link to additional context for posterity.
    
    I personally found this line odd and confusing and received an explanation,
    so figured not to let it go to waste...
    Signed-off-by: Andrew Pollock <[email protected]>
    andrewpollock committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9707694 View commit details
    Browse the repository at this point in the history