rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
366 stars 87 forks source link

ignore vulnerability for serde_cbor #129

Closed lauralt closed 2 years ago

lauralt commented 2 years ago

cargo audit was raising a warning for the serde_cbor dependency (which is used by criterion, so only in benchmarks) in this PR #181. The CI didn't fail because we don't run cargo audit with the --deny warnings flag enabled. This has to be fixed in rust-vmm-ci. In vm-memory we are ignoring this vulnerability until criterion fixes the issue: bheisler/criterion.rs#534.