Closed jodh-intel closed 2 years ago
The latest version of ttrpc-compiler in this repo is 0.4.0:
ttrpc-compiler
0.4.0
https://github.com/containerd/ttrpc-rust/blob/master/compiler/Cargo.toml#L3
... and that crate depends on prost 0.8:
prost 0.8
However, ttrpc-compiler version 0.4.0 on crates.io depends on prost 0.5:
prost 0.5
... and that version of prost contains a security issue which was fixed in version 0.8.0:
prost
0.8.0
I'm guessing a new version of ttrpc-compiler have been created after #94 landed? Please can you make a new public release on crates.io so Kata Containers can upgrade to a safe version of this dependency?
/cc @egernst, @Tim-Zhang, @mxpv.
@jodh-intel Thank you for your reminder, the release is scheduled https://github.com/containerd/ttrpc-rust/pull/114
@jodh-intel 0.4.1 released
Thanks very much @Tim-Zhang!
The latest version of
ttrpc-compiler
in this repo is0.4.0
:https://github.com/containerd/ttrpc-rust/blob/master/compiler/Cargo.toml#L3
... and that crate depends on
prost 0.8
:However,
ttrpc-compiler
version0.4.0
on crates.io depends onprost 0.5
:... and that version of
prost
contains a security issue which was fixed in version0.8.0
:I'm guessing a new version of
ttrpc-compiler
have been created after #94 landed? Please can you make a new public release on crates.io so Kata Containers can upgrade to a safe version of this dependency?/cc @egernst, @Tim-Zhang, @mxpv.