Request to add compatibility with Openvas 10 where the OMP command is deprecated.
Contributor guide
Tech stack
python
Domain
backendsecuritydata
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Basic understanding of OpenvasPython programming
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
50
Research direction
The issue requires updating the Openvas integration to support version 10, where the OMP command is deprecated. First, review the existing comments (9 comments) for any hints on the new API. Then, examine the repository's Openvas related code (likely in the connectors or importers directory) to understand the current OMP usage. Research the Openvas 10 API documentation to find the replacement for OMP. Implement the necessary changes and test with Openvas 10.