Skip to content

Commit

Permalink
Merge pull request #157 from y0urself/master
Browse files Browse the repository at this point in the history
Adding GMPv9 functionality to python-gvm
  • Loading branch information
bjoernricks authored Sep 25, 2019
2 parents a497be9 + 05575b2 commit d37ac86
Show file tree
Hide file tree
Showing 16 changed files with 2,309 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]

### Added
* Introducing Gmpv9 [PR 157](https://github.com/greenbone/python-gvm/pull/157)
* Added new `create_audit` method, to create a task with the `usage_type` `audit` [PR 157](https://github.com/greenbone/python-gvm/pull/157)
* Added new `create_policy` method, to create a config with the `usage_type` `policy` [PR 157](https://github.com/greenbone/python-gvm/pull/157)
* Added the new methods `create_tls_certificate`, `modify_tls_certificate` and `clone_tls_certificate` to create, modify and copy TLS certificates [PR 157](https://github.com/greenbone/python-gvm/pull/157)
* Added the new method `get_tls_certificates`, to request TLS certificates from the server [PR 157](https://github.com/greenbone/python-gvm/pull/157)

### Changed
* Added type `TLS_CERTIFICATE` to `EntityType` and `FilterType` [PR 157](https://github.com/greenbone/python-gvm/pull/157)

### Fixed

Expand Down
Loading

0 comments on commit d37ac86

Please sign in to comment.