v36.0.0
What's Changed
- Add indexes for models by @TG1999 in #1701
- Add fixed by package in V2 API by @TG1999 in #1706
- Add tests for num queries for views by @TG1999 in #1730
- Add postgresql conf in docker-compose by @TG1999 in #1733
- Add default postgresql.conf for local docker build by @keshav-space in #1735
- Add models for CodeFix by @TG1999 in #1704
- Migrate Alpine Linux importer to aboutcode pipeline by @keshav-space in #1737
- VCIO-next: Allow CVSS3.1 Severities in NVD by @TG1999 in #1738
- Add Pipeline to add missing CVSSV3.1 scores by @TG1999 in #1740
- Add description and reference to the latest release on the homepage by @keshav-space in #1743
- Use proper apk package type for Alpine by @keshav-space in #1739
- Optimize vulnerabilities view by @TG1999 in #1728
- Add CWE support in multiple importers by @ambuj-1211 in #1526
- Fast content ID migration by @keshav-space in #1795
- Add captcha for user signup by @TG1999 in #1822
- Move the package search box to the top by @keshav-space in #1832
Important
After upgrading to v36.0.0, run the pipeline shown below to migrate advisories to the new unique_content_id and remove duplicate advisories.
python3 manage.py improve remove_duplicate_advisories
Full Changelog: v35.1.0...v36.0.0