Revisions of python-python-gvm
Martin Hauke (mnhauke)
committed
(revision 21)
Martin Hauke (mnhauke)
committed
(revision 20)
- Update to version 23.2.0 * Add workaround for non-standard SSH ports. * Support Python 3.11. - Update to version 22.9.1 * Improve error output in case of unix socket connection issues. - Update to version 22.9.0 * Remove hardcoded ignore_pagination from get_reports. * Fix setting the port for the SSH connection. - Update to version 22.8.0 * Update gvmd socket location to /run/gvmd/gvmd.sock 4a0f1706 * Update lastest Gmp class to 22.4 * Add missing API docs for GMP 22.4 class. - Update to version 22.7.0 * Use isort for sorting Python import automatically. * OSP Scanner is deprecated with 22.04 - Update to version 22.6.1 * Check port in overrides/notes like in gvmd. * severity values of '0' have not been passed to gvmd. - Update to version 22.6.0 * Bugfix: ports argument for overrides and notes. - Update to version 22.5.0 Removed * Don't mention ALLINFO in the get_info_list method. * Deprecate ifaces and icafes allow_parameters in user commands. Changed * Rename GMP 21.10 to GMP 22.04 Bug Fixes * Unwrap SSL socket before closing transport socket. * Ensure that connection is closed when using context manager. - Update to version 21.11.0
Martin Hauke (mnhauke)
committed
(revision 19)
- Update to version python-gvm 21.6.0 Changed * Changed API calls for SecInfo #501: + get_nvt_list() -> get_nvts() + get_cpe_list() -> get_cpes() + get_cve_list() -> get_cves() + get_cert_bund_advisory_list() -> get_cert_bund_advisories() + get_dnf_cert_advisory_list() -> get_dnf_cert_advisories() + get_oval_definition_list() -> get_oval_definitions() Removed * Removed debug print statement in check_command_status() - Update to version python-gvm 21.5.2 Added * Add import_policy API call. - Update to version python-gvm 21.5.1 Changed * For SSH Connections: Reject unknown hosts, ask user if he wants to connect to unknown remote host and ask user if he wants to add the host to known_hosts. Fixed * Export HelpFormat and get_help_format_from_string() .
buildservice-autocommit
accepted
request 897675
from
Martin Hauke (mnhauke)
(revision 18)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 17)
- Update to version 21.5.0 * Dropped support for GMP v7, v8 and v9! * Introduced new explicit API calls for SecInfo: get_nvt(), get_nvt_list(), get_cpe(), get_cpe_list(), get_cve(), get_cve_list(), get_cert_bund_advisory(), get_cert_bund_advisory_list(), get_dnf_cert_advisory(), get_dnf_cert_advisory_list(), get_oval_definition(), get_oval_definition_list(). Changed * Splitted up get_preference(s) into get_nvt_preference(s) and get_scan_config_preference(s). * Improved and changed help(): Introduced HelpFormat Enum, changed format parameter to help_format using HelpFormat, changed help_type to brief and bool, as it only has two options (default and brief). * Changed filter to filter_string in getter functions. * API changes: get_setting(s) -> get_user_setting(s), modify_setting -> modify_user_setting. #472 * Changed all API calls for _config to _scan_config to match other Greenbone components. #465 * Split up get_asset(s) into get_host(s) and get_operating_system(s). #459 * Split up delete_asset into delete_host and delete_operating_system. #459 * Split up modify_asset into modify_host and modify_operating_system. #459 * Deleted AssetType. It is not required anymore. #459 * Changed the API calls get_nvt() and get_nvts() to get_scan_config_nvt() and get_scan_config_nvts(). #456 * Splitted up the GmpMonolith class
Martin Hauke (mnhauke)
committed
(revision 16)
- Update to version 21.1.4 * get_feed can also be requested with GVMD_DATA for 20.08 and newer, added GVMD_DATA to the FeedType and updated API call.
Martin Hauke (mnhauke)
committed
(revision 15)
Martin Hauke (mnhauke)
committed
(revision 14)
Martin Hauke (mnhauke)
committed
(revision 13)
- Update to version 21.1.3 Added * Added protocol version "next" and GMP 21.04 doc. Fixed * Add missing ReportFormatType to GMP 21.04. - Update to version 21.1.2 Added * Added allow_simultaneous_ips param for targets. Removed * dropped the GMP Scanner (4) from ScannerTypes for v21.4. Fixed * removing timeout from get_nvt(). * Add ReportFormatType and get_report_format_id_from_string to latest.py, so it is usable with import gvm.protcols.latest. * Fixing import_report() for v9 and v20.8 and newer, removed the task_name and task_comment parameters, that do not work anymore. - Update to version 21.1.1 Fixed * Fixed release issues, through rerelease. - Update to version 21.1.0 * Deprecated * Dropped Python 3.5 and Python 3.6 support. Python 3.7+ is required now. Fixed * Add missing types and functions to "latest" GMP.
buildservice-autocommit
accepted
request 846151
from
Martin Hauke (mnhauke)
(revision 12)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 11)
- Update to version 20.11.0 Added * Added clone_report_format() and import_report_format() * Added the get_x_from_string() functions to latest * Added the ReportFormatType that can be used instead of a report_format_id. * Added tests for constructor of SSHConnection, TLSConnection, UnixSocketConnection and GvmConnection. Fixed * Corrected seconds_active parameter to days_active for notes and overrides. * Fixed SSHConnection throws TypeError if port is None. * Fixed GvmConnection timeout set to None if None is passed. * Fixed TLSConnection values set to None instead of default values when None is passed for these values. * Fixed UnixSocketConnection values set to None instead of default when None is passed for these values.
Martin Hauke (mnhauke)
committed
(revision 10)
- Update to version 20.9.1 Added * Added modify_config_set_name. #295 * Added logic to accept the new AlertEvents TICKET_RECEIVED, ASSIGNED_TICKET_CHANGED and OWNED_TICKET_CHANGED and the new Condition SEVERITY_CHANGED. * Added create_config_from_osp_scanner. #298 Changed * Added the details parameter to get_tls_certificate and get_tls_certificates. * Added the comment parameter to create_config. Fixed * Fix ScannerType check for newer protocols.
Martin Hauke (mnhauke)
committed
(revision 9)
- Update to version 20.9.0 Changed * Added the tasks parameter to get_config(). * Renamed no_details to details in get_reports() so it is uniform with all the other calls. Fixed * Force garbage clean up when disconnect. - Update to version 20.8.1
Martin Hauke (mnhauke)
committed
(revision 8)
Martin Hauke (mnhauke)
committed
(revision 7)
- Update to versin 20.8.1 Added * Added AlertMethods: Alemba vFire, Tippingpoint SMS * Added AlertConditions: Error, SeverityChanged * Added AlertEvents: Assigned ticket changed, Owned ticket changed. Changed * pretty_print() has a new argument that can optionally handle a file. The output is redirected to this file. default is sys.stdout, as it is for build-in print(). Fixed * ARP_PING is now a field of AliveTypes, the old APR_PING name is still available.
Martin Hauke (mnhauke)
committed
(revision 6)
buildservice-autocommit
accepted
request 828737
from
Martin Hauke (mnhauke)
(revision 5)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 4)
- Update to versin 20.8.0 Added * Added support for GMP 20.08 Changed * Refactored Gmp classes into mixins. Fixed * Require method and condition arguments for modify_alert with an event. * Add SEVERITY_AT_LEAST to get_alert_condition_from_string.
buildservice-autocommit
accepted
request 825837
from
Martin Hauke (mnhauke)
(revision 3)
auto commit by copy to link target
Martin Hauke (mnhauke)
committed
(revision 2)
- Use %pytest for running the unittest-based testsuite
Displaying revisions 1 - 20 of 21