Skip to content

v0.7.9

Latest
Compare
Choose a tag to compare
@vehemont vehemont released this 13 Jan 23:35

Bugfixes

  • Added missing CVSS 3.0 data for attackVector, attackComplexity, privilegesRequired, userInteraction, scope, confidentialityImpact, integrityImpact, and availabilityImpact as reported from #48
  • Added basic CVSS 4.0 data: v40score, v40vector, and v40severity in CVEs for #52

Enhancements

  • Implement logging and fix delay parameter type by @LinasVidziunas in #44
  • Add type hinting to function definitions by @LachJones in #49
  • Add suspected missing if/else case to classes.py by @LachJones in #50
  • Increased minimum required Python version to 3.11 or later from Python 3.8.3. This opens up some cooler features and fixed a compatibility issue with LiteralString not being available until 3.11.

New Contributors

Full Changelog: v0.7.7...v0.7.9