Releases: aboutcode-org/vulnerablecode
Releases · aboutcode-org/vulnerablecode
v30.0.0rc4
This is a release candidate for v30.
What's Changed
- Add is_vulnerable property in fixed and affected_packages by @TG1999 in #869
- Add namespace filter in packages api by @TG1999 in #893
- Improve web user interface #798 by @johnmhoran in #847
- Modernize UI #798 by @johnmhoran in #813
New Contributors
- @johnmhoran made their first contribution in #847
Full Changelog: v30.0.0rc3...v30.0.0rc4
v30.0.0rc3
This is a release candidate for v30.
What's Changed
- Delete references to CPEs with empty URLs #818 by @TG1999 in #827
- Paginate initial listings to display a small number of or records by @TG1999 in #830
- Add fixed packages in vulnerabilities details in packages endpoint. by @TG1999 in #831
- Bump django from 4.0.6 to 4.0.7 by @dependabot in #840
- Add bulk search support for CPEs #808 by @TG1999 in #844
- Add authentication by @TG1999 in #848
- Fix typos in API by @TG1999 in #853
Full Changelog: v30.0.0rc2...v30.0.0rc3
v30.0.0rc2
This is a release candidate for v30.
What's Changed
- Add URLs to CPEs by @TG1999 in #785
- Add fixed packages in packages endpoint by @TG1999 in #784
- Bump lxml from 4.8.0 to 4.9.1 by @dependabot in #794
- Bump django from 4.0.4 to 4.0.6 by @dependabot in #793
- Prepare Release 30.0.0rc2 by @pombredanne in #797
Full Changelog: v30.0.0rc1...v30.0.0rc2
v30.0.0rc1
This is a release candidate for v30.
What's Changed
- Separate import and improve operations by @Hritik14 in #525
- Correct notes for cvssv3.1_qr by @keshav-space in #599
- Dump importer_yielder in favor of IMPORTER_REGISTRY and drop Etags by @Hritik14 in #600
- Collect Mozilla by @Hritik14 in #393
- Collect Mattermost by @Hritik14 in #397
- Collect xen by @Pushpit07 in #464
- Sort imports by @Hritik14 in #476
- validation for page_no and fix presentation url . by @ziadhany in #618
- Collect go vulnerabilities from github api by @sify21 in #578
- Initial Documentation by @Hritik14 in #624
- Fix nix setup by @rolfschr in #635
- Improve RTD documentation by @Hritik14 in #631
- Make sure fixed purl is optional in Inference by @Hritik14 in #639
- migrate current alpine importer to alpine importer-improver model by @TG1999 in #623
- Migrate github importer to importer improver model by @TG1999 in #642
- Work around PosgreSQL index issue by @TG1999 in #653
- Fix github improver by @TG1999 in #663
- Fix API crash due to model changes by @TG1999 in #669
- Add tests for checking the API by @TG1999 in #671
- Fix improver framework not accepting severities by @Hritik14 in #684
- Migrate nvd importer to importer-improver model by @TG1999 in #664
- Improve test run by @pombredanne in #687
- Enable deployment by @pombredanne in #677
- Migrate OpenSSL importer to importer-improver model by @keshav-space in #690
- Add example importer and improver by @Hritik14 in #672
- Fix typing error by @TG1999 in #696
- Add nginx tests and other related improvements by @pombredanne in #691
- Remove null from string based fields by @TG1999 in #699
- Allow default improver to improve without affected packages by @TG1999 in #693
- Update command-line-interface.rst by @aydinnyunus in #703
- Amend to_dict function for inferences by @TG1999 in #702
- Bump django from 4.0.3 to 4.0.4 by @dependabot in #709
- Lookup Vulnerabilities by CPE by @TG1999 in #667
- test openssl improve and import by @keshav-space in #710
- Fix UI by @TG1999 in #700
- Fix typos in CHANGELOG by @keshav-space in #724
- #725 by @markrouz in #726
- Migrate redhat importer by @TG1999 in #719
- Add PyPI OSV by @ziadhany in #632
- Migrate debian importer to importer-improver model by @TG1999 in #723
- Update debian NOTICE by @TG1999 in #734
- Fix pysec importer by @TG1999 in #739
- Fix severity model by @TG1999 in #731
- Add gitlab importer by @TG1999 in #662
- Add firstPatchedVersion in github API by @TG1999 in #748
- Put network calls in try/except block by @TG1999 in #757
- doc: Adviory -> Advisory by @armijnhemel in #762
- Search from alias in UI by @TG1999 in #765
- Add search in API via alias by @TG1999 in #766
- Add changelog by @TG1999 in #773
- Prepare release by @pombredanne in #776
- Add backward compatibility for url and unresolved_vulnerabilities by @TG1999 in #779
New Contributors
- @ziadhany made their first contribution in #618
- @aydinnyunus made their first contribution in #703
- @markrouz made their first contribution in #726
- @armijnhemel made their first contribution in #762
Full Changelog: v22.01...v30.0.0rc1
Current "mostly" stable tag
v20.10
This release comes with the new calver versioning scheme and an initial data dump.
To load the JSON data attached here:
- extract it with
unxz vulnerablecode-2020-10-19.json.xz
- run
DJANGO_DEV=1 python manage.py loaddata vulnerablecode-2020-10-19.json
The data import is not optimized yet and takes a long time.