trailofbits / manticore

Symbolic execution tool
https://blog.trailofbits.com/2017/04/27/manticore-symbolic-execution-for-humans/
GNU Affero General Public License v3.0
3.66k stars 470 forks source link

Pin protobuf version to 3.20.1 #2556

Closed kokrui closed 2 years ago

kokrui commented 2 years ago

Protobuf introduced major version 4.21.0, which contains breaking changes

This is a quick fix which pins protobuf to 3.20.1 before we eventually migrate the codebase to proto4

ekilmer commented 2 years ago

closing in favor of using better dependency version constraints in #2558