Skip to content

Commit

Permalink
new: [release] changelog updated to match release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 18, 2023
1 parent 1270f4c commit 78c9f8a
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,121 @@
# Changelog


## v5.0.0 (2023-12-18)

### New

* [ChangeLog] added. [Alexandre Dulaunoy]

### Other

* Update requirements.txt. [PT]

* Merge pull request #1034 from baonq-me/fix/12122023_cli_search_cve. [PT]

* Fix counting results when searching for CVE using cli. [baonq-me]

* Merge pull request #1033 from baonq-me/master. [PT]

* Improve CVEs search speed in bin/search.py. [baonq-me]

Improve CVEs search speed in bin/search.py by passing search query to mongodb instead of getting all ids, then calling db again to get each doc. Some case like "bin/search.py -s linux" can return seven thousand CVEs which result to seven thousand API calls to db by the old way.

* Allow getting CVEs from a MongoDB doc. [baonq-me]

Sometimes we need to getting so many CVE from the database. It's better to getting all mongo doc at the same time to reduce network calls to the database, then use method getCveFromMongoDbDoc() to standardize the document

* Add method searchCVE to DatabaseLayer. [baonq-me]

* Merge pull request #1031 from fazledyn-or/Fix_Inappropriate_Logic. [PT]

Fixed Inappropriate Logical Expression

* Fixed Inappropriate Logical Expression. [fazledyn-or]

* Merge pull request #1032 from baonq-me/fix/11122023_mongodb_count. [PT]

Use count_documents() to count mongo documents instead of old and deprecated count()

* Use method count_documents to count mongo documents instead of old and deprecated count() [baonq-me]

* Merge pull request #1030 from baonq-me/fix/08122023_mongodb_connection. [PT]

* Pass mongodb connection string when initialize CveXplore. [baonq-me]

* Commented out code coverage. [Paul Tikken]

* Fixes #916. [Paul Tikken]

* Update requirements.txt. [PT]

* Merge pull request #1022 from cve-search/CveSearch-1021. [PT]

mongodb connections

* Fixes #1021. [Paul Tikken]

* Req update. [Paul Tikken]

* Merge pull request #1019 from cve-search/fix_1017. [PT]

wrong key when populating redis cache

* Should address #1017. [Paul Tikken]

* Update requirements.txt. [PT]

* Merge pull request #1010 from cve-search/cve-search-929. [PT]

Rewrite of database update to use NVD NIST API from cvexplore lib

* Update web/templates/cve.html. [PT]

* Temp disabling failing test; they break on changed datastructure and need to be revised. [Paul Tikken]

* Temp disabling failing test; they break on changed datastructure and need to be revised. [Paul Tikken]

* Temp disabling failing test; they break on changed datastructure and need to be revised. [Paul Tikken]

* Altered test data to match new structure. [Paul Tikken]

* Reqs update. [Paul Tikken]

* Reqs update. [Paul Tikken]

* Workflow update. [Paul Tikken]

* Workflow update. [Paul Tikken]

* Updated reqs. [Paul Tikken]

* First refactor which makes use of cvexplore for database updates vai NIST NVD API. [Paul Tikken]

* Optimized imports. [Paul Tikken]

* Merge pull request #1002 from nsmfoo/master. [PT]

Update requirements.txt

* Update requirements.txt. [Mikael Keri]

Specified the flask-menu version. The latest release of the module (v1.0.0) currently breaks the cve-search webinterface

* Delete .github/workflows/codeql-analysis.yml. [PT]

* Merge pull request #998 from oh2fih/master. [PT]

Configurable DownloadMaxWorkers (#890)

* Fix beautifulsoup4 required version mismatch requirements-dev.txt (4.10.0) behind requirements.txt (4.11.0) [Esa Jokinen]

* Fix Build & Test pipeline (codecov) Use version of codecov (2.1.13) that is still available. [Esa Jokinen]

* Handle configuration errors in DownloadMaxWorkers. [Esa Jokinen]

* Configurable DownloadMaxWorkers (#890) [Esa Jokinen]


## v4.2.2 (2023-08-08)

### Other
Expand Down

0 comments on commit 78c9f8a

Please sign in to comment.