Skip to content

Commit

Permalink
Merge pull request #385 from timopollmeier/fix-missing-21.04-types
Browse files Browse the repository at this point in the history
Add ReportFormatType to GMP 21.04
  • Loading branch information
y0urself authored Jan 27, 2021
2 parents b50fd9a + c8551a4 commit e74088e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Deprecated
### Removed

### Fixed
* Add missing ReportFormatType to GMP 21.04 [#385](https://github.com/greenbone/python-gvm/pull/385)

[Unreleased]: https://github.com/greenbone/python-gvm/compare/v21.1.2...HEAD

Expand Down
4 changes: 4 additions & 0 deletions gvm/protocols/gmpv214/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
InfoType,
PermissionSubjectType,
PortRangeType,
ReportFormatType,
SnmpAuthAlgorithm,
SnmpPrivacyAlgorithm,
SortOrder,
Expand All @@ -59,6 +60,7 @@
get_info_type_from_string,
get_permission_subject_type_from_string,
get_port_range_type_from_string,
get_report_format_id_from_string,
get_snmp_auth_algorithm_from_string,
get_snmp_privacy_algorithm_from_string,
get_sort_order_from_string,
Expand Down Expand Up @@ -89,6 +91,7 @@
"SnmpAuthAlgorithm",
"SnmpPrivacyAlgorithm",
"SortOrder",
"ReportFormatType",
"TicketStatus",
"TimeUnit",
"UserAuthType",
Expand All @@ -107,6 +110,7 @@
"get_info_type_from_string",
"get_permission_subject_type_from_string",
"get_port_range_type_from_string",
"get_report_format_id_from_string",
"get_scanner_type_from_string",
"get_severity_level_from_string",
"get_snmp_auth_algorithm_from_string",
Expand Down
4 changes: 4 additions & 0 deletions gvm/protocols/next.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
InfoType,
PermissionSubjectType,
PortRangeType,
ReportFormatType,
ScannerType,
SeverityLevel,
SnmpAuthAlgorithm,
Expand All @@ -75,6 +76,7 @@
get_info_type_from_string,
get_permission_subject_type_from_string,
get_port_range_type_from_string,
get_report_format_id_from_string,
get_scanner_type_from_string,
get_severity_level_from_string,
get_snmp_auth_algorithm_from_string,
Expand Down Expand Up @@ -104,6 +106,7 @@
"InfoType",
"PermissionSubjectType",
"PortRangeType",
"ReportFormatType",
"ScannerType",
"SeverityLevel",
"SnmpAuthAlgorithm",
Expand All @@ -127,6 +130,7 @@
"get_info_type_from_string",
"get_permission_subject_type_from_string",
"get_port_range_type_from_string",
"get_report_format_id_from_string",
"get_scanner_type_from_string",
"get_severity_level_from_string",
"get_snmp_auth_algorithm_from_string",
Expand Down

0 comments on commit e74088e

Please sign in to comment.