Skip to content

Releases: cve-search/CveXplore

Release v0.3.25

12 Apr 13:25
Compare
Choose a tag to compare

In this release:

84f678c black formatting
745ea6e added download sources reset function
ec5a1dc Compare CWE, CAPEC & VIA4 last-modified using HEAD (#272)
a2d314c Store CVE configurations (#256)
89401d0 Fix cpe 2.3 name parsing (#269)
f0c129b Upgrade workflow actions (#267)
61f9e3a Replace black-formatter workflow with black-linter (#266)
bb44ca5 NvdNistApi urllib3 1.x backwards compatibility (#264)
57ed65c minor logging addition
467f041 Format Python code with psf/black (#263)

Release v0.3.24

16 Feb 13:40
Compare
Choose a tag to compare

In this release:

c22242e fixes #260
47a24b8 missing .env_example fix

Release v0.3.23

09 Feb 15:20
5bc6922
Compare
Choose a tag to compare

In this release:

5bc6922 Improve NIST NVD API key import (#262)

Release v0.3.22

24 Jan 08:03
Compare
Choose a tag to compare

In this release:

a0f43a0 minor init change

Release v0.3.21

23 Jan 21:59
Compare
Choose a tag to compare

In this release:

d8c2601 reqs update
56bc5c6 openssl versions not parsing correctly; additional logger config (#259)
a854980 Configurable settings for downloads (#255)
80ebd62 minor refactor (#254)
1a6aad5 [CveXplore-241] database migrations upgrade added to mainupdate workflow (#250)
284871d minor
87886e8 [CveXplore-246] Centralized configuration throughout the lib; paves the way for #241 (#249)
faa5af3 Format Python code with psf/black (#248)
a1a1e3c added alembic folder to setup.py; addresses #241
0c3b1f1 database models (part of #214) (#247)
a997398 Database migration class added (part of #214) (#244)
129cbba removed stale issue action
22f3dab moved mongodb connection in it's own folder
31f8c21 Added ID's to stub class
bfaa247 First refactor for multiple backend (part of #213) (#233)
d635c19 Format Python code with psf/black (#229)
616bc5d Setup generic logging (#228)
8ebfe15 refactor
4a0991b Format Python code with psf/black (#225)
2f26922 refactor
15434d1 refactor

Release v0.3.20

14 Dec 12:11
Compare
Choose a tag to compare

In this release:

6020655 fixes #211
1fd511f typo
a96c1c1 new setup.py suited for modular approach (#220)
cc2bbb0 testing black formatter
8aff2f8 minor
cbe06d2 addresses #211
bc528a1 adding additional period for patch versions and added configurable filter for deprecated cpe entries
ca65e76 rename
ad73bc6 filtering out 'None' entries from batch processing towards the database
6d54b17 increased backoff time and amount of retries to get better performance from NIST API
5f6ef13 latest black_formatter.yaml
1cb4f00 minor
369d100 #211; version after successful test
eac554b added filter option for deprecated cpe's
873ee94 added filter option for deprecated cpe's
b669eb7 typo fix
66ed5a9 adresses #211; wrong cpe parsing
42d2f95 Format Python code with psf/black

Release v0.3.19

21 Nov 13:54
Compare
Choose a tag to compare

In this release:

29230de version bump
4215a0a fix for failing update
08baaad minor
0a4e2b2 minor

Release v0.3.18

21 Nov 12:43
022e452
Compare
Choose a tag to compare

In this release:

022e452 slow queries (#207)
4ac13dc added error logging on request #205
56954ad Format Python code with psf/black
b059504 added epss float conversion
8cab025 add exploit prediction scoring system support (#194)
cd7c770 refactor
9c8e607 Format Python code with psf/black
13d3122 addresses #199 (#201)
ba92b37 refactor
d548c2b closes #78
73e1357 Update README.rst

Release v0.3.17

17 Nov 14:14
Compare
Choose a tag to compare

In this release:

3e37fbf version bump
8da01b9 addressing #195
1a9f17d Format Python code with psf/black
1f4bb1f addressing #196
c008d84 cli doc update
10d0483 github action auto doc change
92a9748 documentation changes; fixes #189

Release v0.3.16

17 Nov 05:28
Compare
Choose a tag to compare

In this release:

a34d182 additional error handling on nist_api