mitre / hipcheck

Automatically assess and score software repositories for supply chain risk.
https://mitre.github.io/hipcheck/
Apache License 2.0
80 stars 6 forks source link

HC core + SDK outbound gRPC requests not chunked #579

Closed j-lanson closed 2 weeks ago

j-lanson commented 2 weeks ago

Code was written originally to assemble multi-chunk messages into one message, but not to detect large outbound messages and chunk them.