protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.7k stars 15.5k forks source link

Digitally Signed Executables #17571

Open kisssadam opened 3 months ago

kisssadam commented 3 months ago

What language does this apply to? Each language.

Describe the problem you are trying to solve. I would like to be able to trust the executable file by looking at its digital signatures.

Describe the solution you'd like I would like to use digitally signed Windows executables of protoc.exe. The executables that Gradle tries to use with plugin com.gradle.protobuf are not digitally signed thus they are blocked by my company's protection system.

Describe alternatives you've considered N/A

Additional context Our firm wide app protection system blocks using protoc.exe, because it's not digitally signed and expects us to manually unblock it for each run.

zhangskz commented 1 month ago

While this is something we would like eventually, it is unlikely this is something we'll be able to get to this right now given staffing and priorities.