Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aboutcode-org/vulnerablecode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v40.0.0
Choose a base ref
...
head repository: aboutcode-org/vulnerablecode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v40.0.1
Choose a head ref
  • 20 commits
  • 22 files changed
  • 3 contributors

Commits on Jul 1, 2026

  1. feat: add method to get CVSS object from the scoring system

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    f63a0cf View commit details
    Browse the repository at this point in the history
  2. fix: return distinct items in advisory TODO search

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    c74bfed View commit details
    Browse the repository at this point in the history
  3. feat: add pipeline step for detecting conflicting CVSS scores

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    56088d2 View commit details
    Browse the repository at this point in the history
  4. test: add coverage for cvss conflict detection

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    9aab24f View commit details
    Browse the repository at this point in the history
  5. feat(ui): add severity curation template

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    c7761c4 View commit details
    Browse the repository at this point in the history
  6. feat: add severity curation view

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    64c8339 View commit details
    Browse the repository at this point in the history
  7. fix(ui): add minimum width to advisory column

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    d8239ef View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2359 from aboutcode-org/advisory-severity-curation

    Add support for CVSS severity curation
    keshav-space authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    7d977b7 View commit details
    Browse the repository at this point in the history
  9. fix: simplify package conflict summary message

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    01de9fd View commit details
    Browse the repository at this point in the history
  10. feat(ui): refine package curation workflow

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    d4d0cfe View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2365 from aboutcode-org/package-version-curation

    Refine package curation workflow
    keshav-space authored Jul 1, 2026
    Configuration menu
    Copy the full SHA
    d316aaf View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2026

  1. fix: avoid converting None to "None" in AdvisorySeverity

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    1e5c95f View commit details
    Browse the repository at this point in the history
  2. fix(ui): prevent long version string from overflowing

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    47b31fa View commit details
    Browse the repository at this point in the history
  3. chore: skip linkcheck for obsolete URL

    Signed-off-by: Keshav Priyadarshi <git@keshav.space>
    keshav-space committed Jul 3, 2026
    Configuration menu
    Copy the full SHA
    2980275 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Merge pull request #2366 from aboutcode-org/validate-cvss-score

    Avoid converting None to "None" in AdvisorySeverity
    keshav-space authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    9203c39 View commit details
    Browse the repository at this point in the history
  2. Add throttling info in docs

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    af56afa View commit details
    Browse the repository at this point in the history
  3. Add hrefs

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Jul 6, 2026
    Configuration menu
    Copy the full SHA
    127cbd4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2368 from aboutcode-org/add_throttling_info_in_docs

    Add throttling info in docs
    TG1999 authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    29c9d85 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. Prepare for release v40.0.1

    Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
    TG1999 committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    de7f33d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2370 from aboutcode-org/prep_v40.0.1

    Prepare for release v40.0.1
    TG1999 authored Jul 7, 2026
    Configuration menu
    Copy the full SHA
    7cdf304 View commit details
    Browse the repository at this point in the history
Loading