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

feat: add support for spec v1.5 #90

Merged
merged 15 commits into from Dec 9, 2023
Merged

feat: add support for spec v1.5 #90

merged 15 commits into from Dec 9, 2023

Commits on Dec 7, 2023

  1. feat(spec1-5): add support for vulnerability rejected timestamps

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    25b250a View commit details
    Browse the repository at this point in the history
  2. feat(spec1-5): add support for firstIssued and lastUpdated in vul…

    …n analysis
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d597bb9 View commit details
    Browse the repository at this point in the history
  3. feat(spec1-5): add additional external reference types

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3feda75 View commit details
    Browse the repository at this point in the history
  4. feat(spec1-5): add support for CVSSv4 scoring method

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bd66a36 View commit details
    Browse the repository at this point in the history
  5. feat(spec1-5): add support for licensing

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    745a35a View commit details
    Browse the repository at this point in the history
  6. feat(spec1-5): add support for lifecycles

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b02255f View commit details
    Browse the repository at this point in the history
  7. feat(spec1-5): add support for additional compositions and compositio…

    …n identity
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2ae5445 View commit details
    Browse the repository at this point in the history
  8. feat(spec1-5): add support for vulnerability proof of concept

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    7d2713f View commit details
    Browse the repository at this point in the history
  9. feat(spec1-5): add support for ssvc scoring method

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fe3a904 View commit details
    Browse the repository at this point in the history
  10. feat(spec1-5): update valid-vulnerability test snapshots

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f831960 View commit details
    Browse the repository at this point in the history
  11. feat(spec1-5): add support for machine learning

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    61dd91e View commit details
    Browse the repository at this point in the history
  12. feat(spec1-5): add support for identity, occurrences, and callstack e…

    …vidence
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2fbde0e View commit details
    Browse the repository at this point in the history
  13. feat(spec1-5): add support for formulation

    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f856daa View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. feat(spec1-5): handle deprecation of tools

    closes #115
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    c7a84ac View commit details
    Browse the repository at this point in the history
  2. fix: remove format linters that require extra tooling

    this project should be simple to work with, and we don't want contributors (including ourselves) having to install exotic tools.
    
    Signed-off-by: nscuro <nscuro@protonmail.com>
    nscuro committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    64eb0c8 View commit details
    Browse the repository at this point in the history