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

Add: option to parse mqtt broker address and port #477

Closed Kraemii closed 2 years ago

Kraemii commented 2 years ago

What: Add option for mqtt broker address and port. SC-431

Why:

How:

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #477 (a8110a6) into main (08ad6e5) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #477      +/-   ##
==========================================
+ Coverage   75.25%   75.28%   +0.03%     
==========================================
  Files          23       23              
  Lines        2683     2687       +4     
==========================================
+ Hits         2019     2023       +4     
  Misses        664      664              
Impacted Files Coverage Δ
ospd/parser.py 92.04% <100.00%> (+0.37%) :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 08ad6e5...a8110a6. Read the comment docs.

Kraemii commented 2 years ago

As ospd got merged into ospd-openvas, this PR will be integrated into https://github.com/greenbone/ospd-openvas/pull/510