Skip to content

Commit

Permalink
Merge pull request #87 from bjoernricks/additional-tests
Browse files Browse the repository at this point in the history
Refactor modify_config method
  • Loading branch information
bjoernricks authored Dec 28, 2018
2 parents f3cde96 + 73138e0 commit b114e70
Show file tree
Hide file tree
Showing 25 changed files with 3,787 additions and 207 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## gvm.protocols.gmpv7

* Require either setting_id or name for `modify_setting` not both arguments
* Allow empty string a value argument for `modify_setting`
* Require either user_id or name for `modify_user` not both arguments
* Removed sources argument from `modify_user` method
* Removed `modify_report` method
* Removed unused comment argument from `create_note` and `create_override`
* Updated argument types for `create_note`, `create_override`, `modify_note`
and `modify_override`
* The arguments threat (and new_threat) for `create_note`, `modify_note`,
`create_override` and `modify_override` must be one of 'High', 'Medium',
'Low', 'Alarm', 'Log' or 'Debug' now
* `modify_config` is marked as deprecated and will be removed in future. One of
the more specific `modify_config_set_` method should be used instead.
* Fixed generating XML for `get_nvts` command
* Fixed generating XML for `get_settings` command
* Fixed generating XML for `get_credentials` command
Expand Down
Loading

0 comments on commit b114e70

Please sign in to comment.