Re: [protobuf] Re: What are some protobufs security measures?

2016-07-18 Thread Oi Lee
I did not add an issue to github because I follow the instructions in the readme.txt in the python folder. On Wednesday, July 13, 2016 at 7:13:42 PM UTC-6, Oi Lee wrote: > > Yes I can. :) > But just so you know, I did not clone the master from github, instead I > downloaded the tar from >

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
Yes I can. :) But just so you know, I did not clone the master from github, instead I downloaded the tar from https://github.com/google/protobuf/releases/tag/v2.6.1. Also I found some record of this issue here: https://bugzilla.redhat.com/show_bug.cgi?id=1154474 On Wednesday, July 13, 2016

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread 'Feng Xiao' via Protocol Buffers
Can you create a github issue for this? On Wed, Jul 13, 2016 at 1:55 PM, Oi Lee wrote: > BTW, I'm on CENTOS7, if that helps. > > On Wednesday, July 13, 2016 at 2:44:46 PM UTC-6, Oi Lee wrote: >> >> When I try to run that from protobuf/python, I get an error. >> >>

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
BTW, I'm on CENTOS7, if that helps. On Wednesday, July 13, 2016 at 2:44:46 PM UTC-6, Oi Lee wrote: > > When I try to run that from protobuf/python, I get an error. > > distutils.errors.DistutilsError: Could not find suitable distribution for > Requirement.parse('google-apputils') > > > On

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
When I try to run that from protobuf/python, I get an error. distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('google-apputils') On Wednesday, July 13, 2016 at 2:08:46 PM UTC-6, Feng Xiao wrote: > > > > On Wed, Jul 13, 2016 at 1:03 PM, Oi Lee

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread 'Feng Xiao' via Protocol Buffers
On Wed, Jul 13, 2016 at 1:03 PM, Oi Lee wrote: > If I used the make install from github instructions > , is that > compiled using the C++ protobuf library? > Yes, that will install C++ protobuf library. To enable

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-13 Thread Oi Lee
If I used the make install from github instructions , is that compiled using the C++ protobuf library? On Monday, July 11, 2016 at 5:55:19 PM UTC-6, Feng Xiao wrote: > > > > On Mon, Jul 11, 2016 at 3:39 PM, Oi Lee

Re: [protobuf] Re: What are some protobufs security measures?

2016-07-11 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Jul 11, 2016 at 3:39 PM, Oi Lee wrote: > How do you compile protobuf-Python to use C++ protobuf library? I think > I'm using pure-Python protobuf implementation but not totally sure. > How did you install protobuf python? If you install it through PyPI, it's pure

[protobuf] Re: What are some protobufs security measures?

2016-07-11 Thread Oi Lee
How do you compile protobuf-Python to use C++ protobuf library? I think I'm using pure-Python protobuf implementation but not totally sure. On Friday, July 8, 2016 at 4:29:46 PM UTC-6, Josh Haberman wrote: > > This is a complicated question and hard to answer in a general way. > > When

[protobuf] Re: What are some protobufs security measures?

2016-07-11 Thread Oi Lee
Thank you for the quick response! :) On Friday, July 8, 2016 at 4:29:46 PM UTC-6, Josh Haberman wrote: > > This is a complicated question and hard to answer in a general way. > > When protobuf-Python is compiled to use the C++ protobuf library, it will > use C++ for all parsing. So all of the

[protobuf] Re: What are some protobufs security measures?

2016-07-08 Thread 'Josh Haberman' via Protocol Buffers
This is a complicated question and hard to answer in a general way. When protobuf-Python is compiled to use the C++ protobuf library, it will use C++ for all parsing. So all of the same protections against parsing untrusted input would apply. When you are using the pure-Python protobuf