greenbone / python-gvm

Greenbone Vulnerability Management Python Library
https://greenbone.github.io/python-gvm/
GNU General Public License v3.0
107 stars 60 forks source link

Adjust transform classes for bytes based protocol #1151

Closed bjoernricks closed 4 months ago

bjoernricks commented 4 months ago

What

Adjust transform classes for bytes based protocol

Why

For the protocol implementation bytes are passed in the form of Responses to the transform callables. Therefore adjust the Transform classes to handle bytes now.

References

Checklist

github-actions[bot] commented 4 months ago

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA f2d7801135e21cc5de36203f8b39ae98be9d03dc.

Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

github-actions[bot] commented 4 months ago

Conventional Commits Report

:cry: No conventional commits found.

:point_right: Learn more about the conventional commits usage at Greenbone.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.57%. Comparing base (2bc27a2) to head (f2d7801).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1151 +/- ## ======================================= Coverage 97.57% 97.57% ======================================= Files 65 65 Lines 4543 4544 +1 Branches 832 832 ======================================= + Hits 4433 4434 +1 Misses 74 74 Partials 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.