python-gvm icon indicating copy to clipboard operation
python-gvm copied to clipboard

Greenbone Vulnerability Management Python Library

Results 10 python-gvm issues
Sort by recently updated
recently updated
newest added

On macos 10.15, python-gvm 21.6.0, lxml 4.6.3: ``` __________________ GvmConnectionTestCase.test_feed_xml_error ___________________ self = def test_feed_xml_error(self): connection = GvmConnection() connection._start_xml() with self.assertRaises( GvmError, msg='Cannot parse XML response. Response data read bla'...

When trying to send a command to a UnixSocketConnection closed e.g. by gvmd after an error response a IOError is returned. In this case the socket must be re-opened. Maybe...

enhancement

## What ## Why ## References ## Checklist - [ ] Tests

The Python Gmp. delete_scanner() API always returns 404 when deleting a OSP-Sensor instance. This is either a python-gvm API bug for not sending the correct command to GVMD or a...

Hello, I encountered some problems when I used python-gvm, so I would like to ask you for advice. When I use modify_permission to modify an existing permission, it doesn't work...

### Expected behavior I expect the python-gvm library to validate the name of new targets when using Gmp.create_target(). ### Current behavior At the moment I can create new targets via...

### Expected behavior as described here , get_tasks should accept the ignore_pagination parameter. using python modules the parameter is not recognized https://docs.greenbone.net/API/GMP/gmp-21.4.html#command_get_tasks https://greenbone.github.io/python-gvm/api/gmpv224.html#gvm.protocols.gmpv224.Gmp.get_tasks ### Current behavior it's not possible to...

Bumps the python-packages group with 3 updates in the / directory: [importlib-metadata](https://github.com/python/importlib_metadata), [mypy](https://github.com/python/mypy) and [ruff](https://github.com/astral-sh/ruff). Updates `importlib-metadata` from 7.2.1 to 8.0.0 Changelog Sourced from importlib-metadata's changelog. v8.0.0 Deprecations and Removals...

dependencies
python

I'm getting a results with severity=0. Not all results with severity 0 are sampled, only those with incomplete information, it's more like a bug or I'm missing something. My filter...

### Expected behavior When creating a new ticket with function gmp.create_ticket it should verify if the assigned user has already read permission to the task ### Current behavior When creating...