Closed bjoernricks closed 4 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
⚠️: 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.
Package | Version | Score | Details |
---|
:cry: No conventional commits found.
:point_right: Learn more about the conventional commits usage at Greenbone.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.57%. Comparing base (
2bc27a2
) to head (f2d7801
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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