alexcrichton opened PR #8586 from alexcrichton:update-to-wildcard-audits
to bytecodealliance:main
:
With cargo-vet the cross-organization trust model is not quite the same with these two constructs in cargo-vet. Previously Wasmtime/wasm-tools crates were flagged as
[[wildcard-audits]]
but now being changed to all usingwasmtime-publish
to publish crates the[[trusted]]
entries were added at the recommendation ofcargo vet
. This means that other organizations could no longer import our own audits since[[trusted]]
entries aren't imported, only suggested.This commit changes all these entries to
wildcard-audits
with an explanation as to why.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested elliottt for a review on PR #8586.
alexcrichton requested wasmtime-default-reviewers for a review on PR #8586.
elliottt submitted PR review.
alexcrichton has enabled auto merge for PR #8586.
alexcrichton merged PR #8586.
Last updated: Nov 22 2024 at 16:03 UTC