Skip to content

v3.1.3

Choose a tag to compare

@zzeloff zzeloff released this 11 Dec 18:57
· 3 commits to v3.0 since this release

Changelog

[3.1.3] - 2025-12-11

Added

  • Added references parameter for get_multiple_bulletins method

Fixed

  • Fixed Linux audit

[3.1.1] - 2025-09-12

Added

  • Added search.get_web_vulns method for web vulnerability search
  • Added subscription_v4 endpoint with new parameters
  • Added timeout settings support for API

Changed

  • Added linux-audit, os-audit method marked as deprecated

[3.0.4] - 2025-06-05

Added

  • Added cvelistMetrics field to AuditFields
  • Added search_bulletins_all and search_exploits_all methods for comprehensive search

[3.0.3] - 2025-05-29

Fixed

  • Fixed fetch_collection functionality

[3.0.2] - 2025-05-22

Added

  • Added configuration parameters for audit.host and audit.software

[3.0.1] - 2025-05-11

Changed

  • First stable release of 3.x branch

[3.0.0] - 2025-05-11

Breaking Changes

  • Complete update to version 3.0
  • Migration to new API architecture
  • Updated dependencies: httpx ^0.28.1, orjson ^3.10.18, pydantic ^2.11.4
  • Minimum Python version: 3.10