Releases: savon-noir/python-libnmap
Releases · savon-noir/python-libnmap
v0.7.3
[v0.7.3]
Fixed
- Linting and coveralls issues
Security
- Fix for security issue on arguments injections - CVE-2022-30284
v0.7.2
[v0.7.2]
Added
- Added pre-commit hook support to enforce code style (black, isort)
- Added unittest for defusedxml to fix billionlaugh and external entities security issues
- Added extra_requires for plugins deps and defusedxml
- Added banner_dict support + unittest (Merge edited PR from @cfoulds)Kibanane
- Added black, isort in tox environment
- Added more unit tests in several modules to improve code collaboration and automated tested
- Added GitHub action pipeline to run pytests, black and isort checks
- Added GitHub action pipeline to publish pypi package
Changed
- Code linted and styled with black and isort
- Changed Licence from CC-BY to Apache 2.0, considering that CC is not appropriate for code licensing
- Changelog now using Keep-a-changelog specs
Removed
- Removed travis build in favor of GitHub Actions pipelines
Fixed
- Fix empty nmap outputs due to subprocess race condition (Merge PR#79 from @Shouren)
- Add extra_requires for plugins deps and defusedxml
- Removed code duplication in sudo_run and sudo_run_background from process.py
Security
- Fix for security issue on XXE (XML External Entities) - CVE-2019-1010017
Update version of libnmap
lots of fix