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 exclude hosts which do not belong to the target (bp #377) #379

Closed mergify[bot] closed 3 years ago

mergify[bot] commented 3 years ago

This is an automatic backport of pull request #377 done by Mergify.


Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.io/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.io/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.io/
codecov[bot] commented 3 years ago

Codecov Report

Merging #379 (90fa464) into ospd-21.04 (4c75621) will increase coverage by 0.47%. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           ospd-21.04     #379      +/-   ##
==============================================
+ Coverage       74.32%   74.79%   +0.47%     
==============================================
  Files              23       23              
  Lines            2602     2619      +17     
==============================================
+ Hits             1934     1959      +25     
+ Misses            668      660       -8     
Impacted Files Coverage Δ
ospd/ospd.py 71.77% <ø> (ø)
ospd/scan.py 93.07% <100.00%> (+0.48%) :arrow_up:
ospd/protocol.py 90.43% <0.00%> (+0.86%) :arrow_up:
ospd/network.py 77.45% <0.00%> (+2.54%) :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 4c75621...90fa464. Read the comment docs.