Dependency Track: Support CVSS4 and also import CVSS vectors, references and publish date. by AndreVirtimo · Pull Request #14498 · DefectDojo/django-DefectDojo

Conversation

@AndreVirtimo

Solves #14497

Description

Dependency Track 4.14 exports CVSS4 base score, CVSS vectors, references and publish date.

Test results

Extended an existing unit test to test the new fields.

Maffooch

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good after ruff is fixed

@valentijnscholten valentijnscholten changed the title Support CVSS4 and also import CVSS vectors, references and publish date. Dependency Track: Support CVSS4 and also import CVSS vectors, references and publish date.

Mar 12, 2026

@valentijnscholten

Thanks for the PR! Could you do a s/Check/Track on the PR description?

@AndreVirtimo

I edited the description and removed the lint issues.

Perhaps you should add a note about the linting tool in the CONTRIBUTING.md file. I hadn't noticed that yet.

valentijnscholten

@valentijnscholten

Perhaps you should add a note about the linting tool in the CONTRIBUTING.md file. I hadn't noticed that yet.

The checklist on the PR template mentions linting. I've updated it to explicitly state Ruff in #14507.

mtesauro

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

blakeaowens

tejas0077 pushed a commit to tejas0077/django-DefectDojo that referenced this pull request

Mar 30, 2026
…ces and publish date. (DefectDojo#14498)

* Support CVSS4 and also import CVSS vectors, references and publish date.

* Fix linter issues

Labels