Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-gvm-tools-25.4.8-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-gvm-tools Distribution: openSUSE Tumbleweed
Version: 25.4.8 Vendor: openSUSE
Release: 1.1 Build date: Sun Mar 15 20:34:59 2026
Group: Unspecified Build host: reproducible
Size: 160300 Source RPM: python-gvm-tools-25.4.8-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/greenbone/gvm-tools/
Summary: Tools to control a GSM/GVM over GMP or OSP
The Greenbone Vulnerability Management Tools gvm-tools are a collection
of tools that help with remote controlling a Greenbone Security Manager
(GSM) appliance and its underlying Greenbone Vulnerability Manager (GVM).
The tools aid in accessing the communication protocols GMP (Greenbone
Management Protocol) and OSP (Open Scanner Protocol).

This module is comprised of interactive and non-interactive clients.
The programming language Python is supported directly for interactive
scripting. But it is also possible to issue remote GMP/OSP commands
without programming in Python.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Sun Mar 15 2026 Dirk Müller <dmueller@suse.com>
  - update to 25.4.8:
    * Fix  Add or Update detect-hidden-unicode.yml by @greenbonebot
    * Added whole-only families array + refactoring by
    * Addressing PR comments by @robindittmar in #1288
    * Automatix update for enterprise-containers by @pascalholthaus
      in #1284
    * Script for generating CERT-BUND-ADV scan configs now supports
      whole-only families by @robindittmar in 8fb7969
    * Removed unnecessary if-clause by @robindittmar in 3e7e3cf
  - update to 25.4.3:
    * Remove openvas-enterprise-conatiner-dev by @soumya-greenbone
      in #1279
  - update to 25.4.2:
    * Fix  Add or Update detect-hidden-unicode.yml by @greenbonebot
      in #1270
    * Fix  Add or Update detect-hidden-unicode.yml by @greenbonebot
      in #1274
  - update to 25.4.1:
    * Removed obsolete imports. by @jhelmold in #1257
  - update to 25.4.0:
    * Add monthly-report ++reports option, fix report id by
      @timopollmeier in 9db3340
    * Use "filter_string" param in scripts by @timopollmeier in
      [#1244]
    * Fix result fetching in monthly-report script by
      @timopollmeier in c2f0fec
    * Use different commands for adding user and group to container
      by @bjoernricks in #1243
    * Upgrade minimum  python-gvm dependency version to >=26.0.0 by
    * Fix typo by @k-schlosser in #1205
    * Fixed a small bug in the generation of random reports. by
      @jhelmold in #1210
* Tue Oct 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 24.8.0:
    * Log task id on failure to get last report in time period.
    * Fix linting with ruff
    * Fix scan config creation from CERT-Bunds. Replace the
      deprecated method modify_scan_config
    * Replace validate_xml_string with parse_xml function 71583c5
* Mon Apr 15 2024 Dirk Müller <dmueller@suse.com>
  - update to 24.3.0:
    * Ignore ruff cache from git
    * Officially support Python 3.12
    * Remove unused config for bandit
    * Delete obsolete pylint config
    * Update headers to new spdx copyright
    * Update copyright to 2024
* Tue Feb 27 2024 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
  - Remove unneeded call to find -name '*.snap' | xargs rm
* Sat Jan 20 2024 Dirk Müller <dmueller@suse.com>
  - update to 24.1.0:
    * New create-consolidated-report container opts
* Mon Dec 18 2023 Dirk Müller <dmueller@suse.com>
  - update to 23.11.0:
    * Support for specifying task type
    * Use function to calculate timestamps
    * Do not truncate operating system names
    * Filter for correct target
  - update to 23.10.0:
    * Auto-merge workflow, to enable squash auto-merge in open PRs
    * Improve application-detection requests
    * Group dependabot updates
    * Fix param use in generate-random-reports
    * Fix getting hosts in application-detection
    * Remove superfluous output from check-gmp
  - update to 23.9.0:
    * Allow to auto re-build the docs on changes via livehtml
    * Add installation instructions using pipx because of PEP 668
    * CERT-Bund Advisory script, parsing reports to CSV (#964)
    * Drop support for Python 3.7 and 3.8
    * Remove obsolete project files
    * Convert docs to use markdown formatting
    * Update copyright year in README
    * Adjust docker image for Debian Bookworm
    * Use generic reusable workflows
    * Create conventional commits for dependabot
    * Remove `cache: "true"` input (#1004)
    * Fix conventional commits workflow
    * Set permissions for conventional commits workflow
* Tue Aug 01 2023 Markéta Machová <mmachova@suse.com>
  - update to 23.4.0
    * Support Python 3.11
    * Auto-allow host for SSH connection
* Tue Feb 21 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 23.2.0
    * Added --with-descriptions and host details source types to
      generate-random-reports.
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - version update  to 22.9.0
    * Changelog created for release to 22.9.0
    * Fix: Consolidated Report script finds last report in time period now (#771)
    * Bump bcrypt from 3.2.2 to 4.0.0
    * Bump urllib3 from 1.26.11 to 1.26.12
    * Change: Don't use a pip cache within the container build
    * Bump charset-normalizer from 2.1.0 to 2.1.1 (#767)
    * Bump pygments from 2.12.0 to 2.13.0
    * Bump coverage from 6.4.3 to 6.4.4
    * Bump autohooks from 22.8.0 to 22.8.1
    * Bump github/codeql-action from 1 to 2
    * Bump actions/checkout from 2 to 3
    * Bump actions/setup-python from 2 to 4
    * Add: Update GitHub actions via dependabot too
    * Add dockerignor file for a cleaner container build context
    * Remove unnecessary installation of poetry in container workflow
    * Try to fix poetry issue not being able to find python
    * Update Dockerfile
    * Update container.yml
    * Update container.yml
    * Update container.yml
    * Add: Build container image for gvm-tools
    * Update and improve docs
    * Change: Update links and terms in README and docs
    * Add: Deploy docs to GitHub pages too
    * Normalize strings for gmp scripts too
    * Change: Enable string normalization with black
    * Sort all imports with isort
    * Change: Add autohooks-plugin-isort for import sorting
    * Change: Use greater or equal then for dependencies with calver
* Thu Feb 17 2022 pgajdos@suse.com
  - version update to 21.10.0
    Using traceback to print the full error traceback, when a script fails ... db5a7c9
    Fixing and refactoring the update-task-target script. [#544] 8431844
    Fixing some scripts that use Gmp.types... [#535] d7f7eb5
    Fixed the GMP authentication for gvm-cli. #472
    etc. see https://github.com/greenbone/gvm-tools/releases

Files

/etc/alternatives/gvm-cli
/etc/alternatives/gvm-pyshell
/etc/alternatives/gvm-script
/usr/bin/gvm-cli
/usr/bin/gvm-cli-3.13
/usr/bin/gvm-pyshell
/usr/bin/gvm-pyshell-3.13
/usr/bin/gvm-script
/usr/bin/gvm-script-3.13
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/METADATA
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/RECORD
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/WHEEL
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/licenses
/usr/lib/python3.13/site-packages/gvm_tools-25.4.8.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/gvmtools
/usr/lib/python3.13/site-packages/gvmtools/__init__.py
/usr/lib/python3.13/site-packages/gvmtools/__pycache__
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/__version__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/__version__.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/cli.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/cli.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/config.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/helper.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/helper.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/parser.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/parser.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/pyshell.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/pyshell.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/script.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/gvmtools/__pycache__/script.cpython-313.pyc
/usr/lib/python3.13/site-packages/gvmtools/__version__.py
/usr/lib/python3.13/site-packages/gvmtools/cli.py
/usr/lib/python3.13/site-packages/gvmtools/config.py
/usr/lib/python3.13/site-packages/gvmtools/helper.py
/usr/lib/python3.13/site-packages/gvmtools/parser.py
/usr/lib/python3.13/site-packages/gvmtools/pyshell.py
/usr/lib/python3.13/site-packages/gvmtools/script.py
/usr/share/doc/packages/python313-gvm-tools
/usr/share/doc/packages/python313-gvm-tools/README.md
/usr/share/licenses/python313-gvm-tools
/usr/share/licenses/python313-gvm-tools/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Mar 17 22:55:26 2026