Skip to content

Commit

Permalink
chg: Updaed dependencies and CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 16, 2024
1 parent 306c022 commit 375f2e7
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 8 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,53 @@
Vulnerability-Lookup Changelog
==============================

## 2.3.0 (not-yet-released)

### What's New

- **Pub/Sub Mechanism**:
A streaming service implemented using a Publish/Subscribe (Pub/Sub) pattern powered by Valkey.
Available channels: vulnerability, comment, bundle, and sighting.
For more details, see the documentation
([#92](https://github.com/cve-search/vulnerability-lookup/pull/92)).
- [FediVuln](https://github.com/CIRCL/FediVuln) now supports streaming information from a Valkey Pub/Sub service or an authenticated HTTP event-stream (both provided by Vulnerability-Lookup internals) to the Fediverse. Templates are used to render statuses, with the appropriate template selected based on the channel where the event originates.

- **CWE (Common Weakness Enumeration) and CAPEC (Common Attack Pattern Enumeration and Classification) importers**
([#97](https://github.com/cve-search/vulnerability-lookup/issues/77))

- **New NCSC-NL CSAF Importer**:
([#94](https://github.com/cve-search/vulnerability-lookup/issues/94))

- **New Route**:
`/api/vulnerability/cpesearch/<string:cpe>` to retrieve vulnerabilities by CPE (Common Platform Enumeration).
([41f8471](https://github.com/cve-search/vulnerability-lookup/commit/41f84710452861ddcb7388ecc3fa0d7b5bf44f5f))

- **New Website**:
A brand-new website featuring announcements and official documentation:
[https://www.vulnerability-lookup.org](https://www.vulnerability-lookup.org)


### Changes

- Improved lookup for the `cvelistv5_view` macro description.
([f4a929c](https://github.com/cve-search/vulnerability-lookup/commit/f4a929c351de641626d092b0d6be03404b91d16b))

- Added the ability for users to specify a source for sightings.
([2be4eef](https://github.com/cve-search/vulnerability-lookup/commit/2be4eef2b4283fe05b81a48eddd911d959e11808))

- Updated `kvrocks` configuration with Docker support.
([f864138](https://github.com/cve-search/vulnerability-lookup/commit/f8641386aaa727c17c9685caa9cf12562a8f5ddc))


### Fixes

- Fail fast if Valkey/Redis fails to start.
([#93](https://github.com/cve-search/vulnerability-lookup/pull/93))

- Fixed various minor issues in the HTML templates.



## 2.2.0 (2024-11-28)

### What's New
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 375f2e7

Please sign in to comment.