Stream: git-wasmtime

Topic: wasmtime / PR #3461 Change how security advisories work o...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2021 at 19:57):

alexcrichton opened PR #3461 from update-audits to main:

Before this commit we actually have two builders checking for security
advisories on CI, one is cargo audit and one is cargo deny. The
cargo deny builder is slightly different in that it checks a few other
things about our dependency tree such as licenses, duplicates, etc. This
commit removes the advisory check from cargo deny on CI and then moves
the cargo audit check to a separate workflow.

The cargo audit check will now run nightly and will open an issue on
the Wasmtime repository when an advisory is found. This should help make
it such that our CI is never broken by the publication of an advisory
but we're still promptly notified whenever an advisory is made. I've
updated the release process notes to indicate that the open issues
should be double-checked to ensure that there are no open advisories
that we need to take care of.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 18 2021 at 19:59):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 19 2021 at 15:12):

alexcrichton merged PR #3461.


Last updated: Nov 22 2024 at 16:03 UTC