Skip to content

Releases: aboutcode-org/vulnerablecode

v32.0.0rc3

10 Feb 19:01
728fba7
Compare
Choose a tag to compare

This is the third release candidate for version 32.
The highlights are:

  • We re-enabled support for the mozilla, gentoo, istio, kbmsr2019, suse score, elixir, apache tomcat, xen, istio, ubuntu usn, apache httpd, fireye, apache kafka security advisories importers.
  • We added support for CWE.
  • We added migrations to remove corrupted advisories as described in #1086.
  • We added aliases at package level in the API.

What's Changed

Full Changelog: v31.1.1...v32.0.0rc3second

v32.0.0rc2

26 Jan 16:16
b2397b6
Compare
Choose a tag to compare
v32.0.0rc2 Pre-release
Pre-release

This is the second release candidate for version 32.
The highlights are:

  • We re-enabled support for the mozilla, gentoo, istio, kbmsr2019, suse score, elixir, apache tomcat security advisories importers.
  • We added support for CWE.
  • We added migrations to remove corrupted advisories as described in #1086.

What's Changed

Full Changelog: v31.1.1...v32.0.0rc2

v32.0.0rc1

26 Jan 16:15
6a85107
Compare
Choose a tag to compare
v32.0.0rc1 Pre-release
Pre-release

This is the first release candidate for version 32.
The highlights are:

  • We re-enabled support for the mozilla, gentoo, istio, kbmsr2019, suse score, elixir, apache tomcat security advisories importers.
  • We added support for CWE.
  • We added migrations to remove corrupted advisories as described in #1086.

What's Changed

Full Changelog: v31.1.1...v32.0.0rc1

v31.1.1

09 Jan 12:59
a11871c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v31.1.0...v31.1.1

v31.1.0

02 Jan 14:34
40a3974
Compare
Choose a tag to compare

What's Changed

Full Changelog: v31.0.0...v31.1.0

v31.0.0

28 Nov 21:37
Compare
Choose a tag to compare

This is a major new release with data changes that are API breaking: The way we store CVSS scores has changed.
There is a major new feature with Vulntotal which is like https://www.virustotal.com/ for comparing vulnerability databases. We also re-enabled PostgreSQL advisory imports.

What's Changed

New Contributors

Full Changelog: v30.3.1...v31.0.0

v30.3.1

09 Nov 11:01
0a0460b
Compare
Choose a tag to compare

This is a minor bug fix release.

  • We enabled proper CSRF configuration for deployments
  • We improved the content of API key request emails

What's Changed

Full Changelog: v30.3.0...v30.3.1

v30.3.0

08 Nov 23:02
d4d2672
Compare
Choose a tag to compare

This is a feature update release including minor bug fixes and the introduction of API keys and API throttling.

What's Changed

Full Changelog: v30.2.1...v30.3.0

v30.2.0

20 Oct 16:32
0e4d61f
Compare
Choose a tag to compare

This is a critical bug fix release including features updates.

  • We fixed critical performance issues that made the web UI unusable. This include
    removing some less interesting redundant details displayed in the web UI for
    vulnerabilities.
  • We made minor documentation updates.
  • We re-enabled support for Arch linux, Debian, and Ubuntu security advisories importers
  • We added a new improver for Oval data sources
  • We improved Alpine linux and Gitlab security advisories importers

The summary of performance improvements include these fixes:

  • Cascade queries from exact to approximate searches to avoid full table scans
    in all cases. This is a band-aid for now. The proper solution will likely
    require using full text search instead.
  • Avoid iceberg queries with "prefetch related" to limit the number of queries
    that are needed in the UI
  • Do not recreate querysets from scratch but instead allow these to be chained
    for simpler and correct code.
  • Remove extra details from the vulnerability pacge: each package was further
    listing its related vulnerabilities creating an iceberg query.
  • Enable the django-debug-toolbar with a setting to easily profile queries on demand
    by setting both VULNERABLECODE_DEBUG and VULNERABLECODE_DEBUG_TOOLBAR enviroment
    variables.

What's Changed

Full Changelog: v30.1.1...v30.2.0

v30.1.1

17 Oct 10:04
ac9677b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v30.1.0...v30.1.1