greenbone / ospd

OSPd is a framework for vulnerability scanners which share the same communication protocol: OSP (Open Scanner Protocol)
GNU Affero General Public License v3.0
30 stars 36 forks source link

Remove dry run from ospd #402

Closed jjnicola closed 3 years ago

jjnicola commented 3 years ago

What: Remove dry run from ospd

Why: Although it is still supported as scanner param. If required, should be added as method in wrapper.

How: Start a scan with the scanner parameter 1

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #402 (9f30626) into master (e0b344a) will increase coverage by 0.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #402      +/-   ##
==========================================
+ Coverage   75.20%   75.53%   +0.32%     
==========================================
  Files          23       23              
  Lines        2682     2665      -17     
==========================================
- Hits         2017     2013       -4     
+ Misses        665      652      -13     
Impacted Files Coverage Δ
ospd/command/command.py 89.15% <100.00%> (+1.21%) :arrow_up:
ospd/ospd.py 73.21% <100.00%> (+0.83%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e0b344a...9f30626. Read the comment docs.