google / java-photoslibrary

Java client library for the Google Photos Library API
http://developers.google.com/photos
Apache License 2.0
107 stars 64 forks source link

Security vulnerabilities in protobuf dependency #50

Open dlazerka opened 1 year ago

dlazerka commented 1 year ago

The issues doesn't seem to impact this library, as it only concerns parsing user-provided content as a protobuf, while here it only parses google-provided content. But nevertheless, automated code scanning tools don't know about that and generate warnings that this library is vulnerable.

Proposed solution: update protobuf version to the latest.