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

Interim overlay support #1604

Merged
merged 3 commits into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. Extremely basic interim override support

    Allow a hand-curated OSV record to override one that is generated by
    combine-to-osv in the event that we need/want to manually override
    something.
    
    Intended usage:
    
    `gsutil cp gs://${OUTPUT_BUCKET}/osv-output/CVE-YYYY-NNNN.json`
    (manually edit the file)
    `gsutil cp gs://${INPUT_BUCKET/overrides/CVE-YYYY-NNNN.json`
    profit
    andrewpollock committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6e3b993 View commit details
    Browse the repository at this point in the history
  2. Extremely basic interim override support

    Allow a hand-curated OSV record to override one that is generated by
    combine-to-osv in the event that we need/want to manually override
    something.
    
    Intended usage:
    
    `gsutil cp gs://${OUTPUT_BUCKET}/osv-output/CVE-YYYY-NNNN.json`
    (manually edit the file)
    `gsutil cp gs://${INPUT_BUCKET/osv-output-overrides/CVE-YYYY-NNNN.json`
    profit
    andrewpollock committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    625bfb4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'interim_overlay_support' of github.com:andrewpollock/os…

    …v.dev into interim_overlay_support
    andrewpollock committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4359fa7 View commit details
    Browse the repository at this point in the history