File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+ Version v38.6.0
5+ ---------------------
6+
7+ - fix: add missing clean_downloads step for alpine_linux v2 importer (https://github.com/aboutcode-org/vulnerablecode/pull/2282)
8+ - fix: fix AdvisoryDataV2 deserialization and validate version ranges correctly (https://github.com/aboutcode-org/vulnerablecode/pull/2285)
9+ - fix: ignore conflicts while bulk creating v2 packages (https://github.com/aboutcode-org/vulnerablecode/pull/2289)
10+ - fix: use shared cache backend across WSGI workers (https://github.com/aboutcode-org/vulnerablecode/pull/2290)
11+ - fix: delete AdvisorySet associated with malformed aliases (https://github.com/aboutcode-org/vulnerablecode/pull/2291)
12+
13+
414Version v38.5.0
515---------------------
616
Original file line number Diff line number Diff line change 11[metadata]
22name = vulnerablecode
3- version = 38.5 .0
3+ version = 38.6 .0
44license = Apache-2.0 AND CC-BY-SA-4.0
55
66# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1414
1515import git
1616
17- __version__ = "38.5 .0"
17+ __version__ = "38.6 .0"
1818
1919
2020PROJECT_DIR = Path (__file__ ).resolve ().parent
You can’t perform that action at this time.
0 commit comments