Skip to content

Commit

Permalink
chg: Updated dependencies and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 10, 2025
1 parent 2dc811b commit 913b632
Show file tree
Hide file tree
Showing 4 changed files with 213 additions and 175 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
Vulnerability-Lookup Changelog
==============================

## 2.4.0 (2025-01-10)

### What's New

- **New Dashboard**: The home page now includes a table displaying the top sighted vulnerabilities for the past month. The entire dashboard can be filtered and updated in real-time using a date picker.
([2574f33](https://github.com/cve-search/vulnerability-lookup/commit/2574f33), [88d9b26](https://github.com/cve-search/vulnerability-lookup/commit/88d9b26), [b8fec62](https://github.com/cve-search/vulnerability-lookup/commit/b8fec62), [dffc041](https://github.com/cve-search/vulnerability-lookup/commit/dffc041), [f93033e](https://github.com/cve-search/vulnerability-lookup/commit/f93033e))
- **New Correlations Graph**: A graph displaying correlations using sightings data.
([fdfa67f](https://github.com/cve-search/vulnerability-lookup/commit/fdfa67f), [fbcba54](https://github.com/cve-search/vulnerability-lookup/commit/fbcba54), [2dc811b](https://github.com/cve-search/vulnerability-lookup/commit/2dc811b))
- **New CSAF Microsoft Importer**: Adds support for importing CSAF data from Microsoft.
([#84](https://github.com/cve-search/vulnerability-lookup/issues/84))
- **New FKIE NVD Importer**: Introduces an importer for FKIE NVD data.
([6f0541e](https://github.com/cve-search/vulnerability-lookup/commit/6f0541e1ba45a9966380db5c1e98529c732302c4))
- **New RSS/Atom Feeds for Sightings**: Provides feeds for CPE sightings over the last month, sorted for easier access.
([2f96b0d](https://github.com/cve-search/vulnerability-lookup/commit/2f96b0d), [f8e45cd](https://github.com/cve-search/vulnerability-lookup/commit/f8e45cd))
- **New Sighting Tool for GitHub Gists**:
[GistSight](https://github.com/CIRCL/GistSight) now offers a streamlined tool for tracking GitHub Gist sightings.

### Changes

- **New `vulnerability-lookup` CVE Container**: Adds metadata enrichment such as sightings, comments, bundles, and additional meta for API use.
([6b77b52](https://github.com/cve-search/vulnerability-lookup/commit/6b77b52))
- **Admin Feature for Sightings**: Admin users can now update existing sightings.
([7153aa1](https://github.com/cve-search/vulnerability-lookup/commit/7153aa1))
- **[API] CPESearch Update**: The API now returns a `dict[str, list[dict[str, Any]]]` for easier parsing, replacing the previous `dict[str, list[tuple[str, dict[str, Any]]]]`.
([3651e4b](https://github.com/cve-search/vulnerability-lookup/commit/3651e4b))
- Various improvements to HTML templates for better usability.
- General cleanup and improvements to the API and its documentation.

### Fixes

- **CSAF Report IDs**: Fixed the issue with incorrect IDs for CSAF reports.
([4879ceb](https://github.com/cve-search/vulnerability-lookup/commit/4879ceb))
- **Improved JVND Timeout Handling**: Requests to JVND now timeout more efficiently.
([c669123](https://github.com/cve-search/vulnerability-lookup/commit/c669123), [476c6b7](https://github.com/cve-search/vulnerability-lookup/commit/476c6b7))
- Various minor graphical fixes for enhanced user experience.



## 2.3.0 (2024-12-17)

### What's New
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author = "CIRCL <[email protected]>"

# The full version, including alpha/beta/rc tags
release = "2.1.0"
release = "2.4.0"


# -- General configuration ---------------------------------------------------
Expand Down
Loading

0 comments on commit 913b632

Please sign in to comment.