Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 3.17 KB

Changelog

v1.0.0 (2022-03-10)

Feature

  • Adopted PEP-561 #4 (f4b8b01)
  • Added support for authentication to OSS Index #1 (aa26387)
  • Re-worked how we use TinyDB to attempt to resolve #2 (d5564da)

Fix

  • Typo in requirements.lowest.txt (696f770)
  • Potential fix for #2 (46f705d)
  • Bug in deserialisation from cache database resolved (e3b9a9d)
  • Typing and imports (31a7e37)

Breaking

v0.2.1 (2021-09-16)

Fix

v0.2.0 (2021-09-15)

Feature

  • Added accessor methods to Vulnerability class + helper method on OssIndexComponent to get the overriding maximum CVSS Score (15870a1)

Fix

  • Test corrected as was wrong (669ec24)
  • Corrected typing for OSS Index URL (813e593)
  • Removed garbage typo (23e7425)
  • Correct logic for determining which Vulnerability has the highest CVS score (37e5aed)
  • Added support for cwe being optional and added support for optional cve being present (3efafa9)
  • Support for OSS Index not returning descriptions for components (8244735)

v0.1.1 (2021-09-13)

Fix

  • Deployment GH action (1d403b5)
  • doc: Updated documentation to reflect usage and todos. (0078668)