qmonnet / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
922 stars 235 forks source link

deps: update time crate version. #76

Closed ipuustin closed 1 year ago

ipuustin commented 1 year ago

The time crate version used in rbpf has a security issue (though the use of it in this library is secure). Update the time crate version to make the audits of the crates which depend on rbpf succeed.

qmonnet commented 1 year ago

CI was failing because of #77 with recent versions of the toolchain, so I pushed a fix on master, and went ahead and rebased/force-pushed your branch on top of that.

qmonnet commented 1 year ago

Out of curiosity, and if it's public info, what crate depending on rbpf were you auditing?

ipuustin commented 1 year ago

Thanks! A new version would be nice at some point, but there is no real hurry about that. :-) I was examining libcontainer dependencies.

qmonnet commented 1 year ago

https://crates.io/crates/rbpf/0.2.0 freshly released.