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 empty version range crash #1215

Closed
wants to merge 12 commits into from

Commits on Jul 14, 2023

  1. updated from_dict to return None if a package has no version range.

    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bea2110 View commit details
    Browse the repository at this point in the history
  2. fixed incorrect [

    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    baf0a28 View commit details
    Browse the repository at this point in the history
  3. moved affected_package.affected_version_range into the try except blo…

    …ck, as this call can fail due the affected_package to be None.
    
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    65317e5 View commit details
    Browse the repository at this point in the history
  4. fixed codestyle

    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5ceda4f View commit details
    Browse the repository at this point in the history
  5. Remove unresolved_vulnerabilities from API response

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d667d5b View commit details
    Browse the repository at this point in the history
  6. Add missing quotes for href values in template

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4391905 View commit details
    Browse the repository at this point in the history
  7. Remove ubuntu OVAL link from source

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2abb37a View commit details
    Browse the repository at this point in the history
  8. Add CHANGELOG for v33.0.0

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7850234 View commit details
    Browse the repository at this point in the history
  9. Fix affected package merge functionality

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bcd1c9a View commit details
    Browse the repository at this point in the history
  10. Add tests to check improver function with multiple affected version r…

    …anges
    
    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1edd489 View commit details
    Browse the repository at this point in the history
  11. Prepare for release v33.0.0

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    TG1999 authored and janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7d1b96f View commit details
    Browse the repository at this point in the history
  12. added test case to illustrate invalid affected_version_range error

    Signed-off-by: Jan-Niclas Struewer <j.n.struewer@gmail.com>
    janniclas committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    faac7ee View commit details
    Browse the repository at this point in the history