Skip to content

Commit

Permalink
chg: [RELEASE] Bumped version number, updated dependencies, and updat…
Browse files Browse the repository at this point in the history
…ed CHANGELOG.
  • Loading branch information
cedricbonhomme committed Nov 28, 2024
1 parent ef2d51e commit b4cd1b1
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 153 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Vulnerability-Lookup Changelog
==============================

## 2.2.0 (Not Yet Released)
## 2.2.0 (2024-11-28)

### What's New

Expand All @@ -16,6 +16,11 @@ Vulnerability-Lookup Changelog
([7a2b8ed](https://github.com/cve-search/vulnerability-lookup/commit/7a2b8edf717d492452efb100158678606c7ac9de),
[d95b49c](https://github.com/cve-search/vulnerability-lookup/commit/d95b49c6c421cf34a2817afb3a7c1ef690752e50))

You can use the API output directly to generate PDF reports:
```bash
$ curl -s -X 'GET' 'https://vulnerability.circl.lu/api/stats/vulnerability/most_sighted?date_from=2024-07-01&output=markdown' | pandoc --from=markdown --to=pdf -o semestrial-report.pdf
```

- **New Client for KEV Sightings**:
A new Python client, [KevSight](https://pypi.org/project/kevsight/), is available to generate sightings for Vulnerability-Lookup using the [Known Exploited Vulnerabilities (KEV) catalog](https://www.cisa.gov/known-exploited-vulnerabilities-catalog).
For more details, refer to the [Vulnerability-Lookup documentation](https://vulnerability.circl.lu/documentation/sightings.html#automation) on sightings automation and the available clients.
Expand All @@ -37,7 +42,8 @@ Vulnerability-Lookup Changelog
([9308772](https://github.com/cve-search/vulnerability-lookup/commit/9308772e3156d2535b31f38ea78831d2b2cca3e3),
[5f9826a](https://github.com/cve-search/vulnerability-lookup/commit/5f9826ae4e248fc9e3e9b8e3d7a16050793670e6),
[f71da45](https://github.com/cve-search/vulnerability-lookup/commit/f71da4578461726e3a08d31c7d48cf54e623db93),
[54ad96e](https://github.com/cve-search/vulnerability-lookup/commit/54ad96ee18a54247af8e71d7dae8c9b565080869))
[54ad96e](https://github.com/cve-search/vulnerability-lookup/commit/54ad96ee18a54247af8e71d7dae8c9b565080869),
[e8ae16e](https://github.com/cve-search/vulnerability-lookup/commit/e8ae16e8a2829e1172a60e6cdad04e5e6d711cb4))
- We have enhanced the layout and accessibility of various views as part of our ongoing
commitment to creating software that is inclusive and usable for everyone.

Expand Down
Loading

0 comments on commit b4cd1b1

Please sign in to comment.