Vulnerability-Lookup 2.2.0 released
Vulnerability-Lookup 2.2.0 released
November 28, 2024
We’re delighted to announce the release of Vulnerability-Lookup 2.2.0, packed with enhancements, new features, and bug fixes.
What’s New
- Identity: - Vulnerability-Lookup now has a beautiful new logo.
 
- New Statistics Namespace: The API now offers a dedicated namespace for statistics. Two new endpoints are currently available: - /api/stats/vulnerability/most_sighted
- /api/stats/vulnerability/most_commentedBoth endpoints provide the option to return results in a Markdown table format. (7a2b8ed, d95b49c)
 - You can use the API output directly to generate PDF reports: - $ 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, is available to generate sightings for Vulnerability-Lookup using the Known Exploited Vulnerabilities (KEV) catalog. For more details, refer to the Vulnerability-Lookup documentation on sightings automation and the available clients.
Changes
- API Enhancements: - Numerous improvements and harmonization across the API while maintaining compatibility with previous versions. PyVulVulnerabilityLookup has been updated. (f9a03fb, 79cc46d)
 
- Improved Views: - /recent: Enhanced for greater consistency and readability.
- /vuln: Improved display for vulnerabilities from the CVE List v5 and NVD sources. The versions of the impacted products is now displayed in a third column. (9308772, 5f9826a, f71da45, 54ad96e, e8ae16e)
- 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.
 
- Documentation: 
- Backend: