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(oracle-oval): Support multiple ELSAs per CVE #221

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

Commits on Jun 6, 2022

  1. fix(oracle-oval): Support multiple ELSAs per CVE

    This is notably important for when there are additional FIPS and ksplice
    package patches available
    bpfoster committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    aa6ed6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dbc8c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    9059075 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. PR review feedback

    - Simplify data structures
    - Reduce loops
    - Refactor out functions
    - Cleanup syntax
    bpfoster committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    f4bb50a View commit details
    Browse the repository at this point in the history
  2. Fix ksplice handling

    ksplice1 and ksplice2 are not different flavors.
    ksplice2 is a second revision to the userspace ksplice support code.
    
    X.ksplice2 > X.ksplice1
    bpfoster committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    63e4055 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    3c13c83 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    c46983e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    57dbc86 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    7cdb661 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    54b2c0b View commit details
    Browse the repository at this point in the history
  2. test: fix tests

    DmitriyLewen committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    377b227 View commit details
    Browse the repository at this point in the history
  3. refactor:

    DmitriyLewen committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    d6c0edd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    695da90 View commit details
    Browse the repository at this point in the history
  5. test: update/add tests

    DmitriyLewen committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    cd98708 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed3cdbf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Revert "refactor: split ksplice1 and ksplice2"

    This reverts commit ed3cdbf.
    DmitriyLewen committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a135499 View commit details
    Browse the repository at this point in the history