All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed security vulnerability in code and test case
- Rebased the code
- Added support to specify the vulnerability criticality
- Added support to pull fixed state vulnerabilities and update fixed vulnerabilities within SecurityHub.
- By default, we will only ingest critical vulnerabilities.
- Ability to re-run every X hours and only import delta.
- Command-line argument handling
- Environment Variables correlating to parameterized args.
- Dockerfile for building dockerized versions of the script.
- Requirements file for management of required packages.
- Complete rewrite of the code to follow PEP8 and python conventions.
- Initial version