Bugfixes
- Added missing CVSS 3.0 data for
attackVector
,attackComplexity
,privilegesRequired
,userInteraction
,scope
,confidentialityImpact
,integrityImpact
, andavailabilityImpact
as reported from #48 - Added basic CVSS 4.0 data:
v40score
,v40vector
, andv40severity
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
- @LinasVidziunas made their first contribution in #44
- @LachJones made their first contribution in #49
Full Changelog: v0.7.7...v0.7.9