[RUSTSEC-2020-0002]: Upgrade to prost 0.6.1 #1639
Labels
domain: security
Anything related to security
have: should
We should have this feature, but is not required. It is medium priority.
source: vector
Anything `vector` source related
type: tech debt
A code change that does not add user value.
https://rustsec.org/advisories/RUSTSEC-2020-0002.html
The version of
prost
we're using is vulnerable to stack overflows when parsing untrusted inputs. The most likely impact for users is the possibility for denial of service on any public-facingvector
sources. I don't imagine this is a common scenario, but we should upgrade nonetheless.The biggest hurdle here is that the new version of
prost
pulls in a new version ofbytes
, which we use widely. Due to other dependencies that will likely remain on the current version ofbytes
for some time, we'll need a plan for them to cohabitate.The text was updated successfully, but these errors were encountered: