Add instruction to run cargo vet prune when updating crate audits (#3505)

This commit is contained in:
Gerard Guillemas Martos 2024-02-13 12:02:09 +01:00 committed by GitHub
parent 5eacdb0e45
commit 4dcbec0af0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,6 +65,8 @@ The following process can be followed whenever the dependency checking action fa
- `cargo vet trust <PACKAGE>` - `cargo vet trust <PACKAGE>`
- Otherwise, it can be (for now) exempted from the vetting process. - Otherwise, it can be (for now) exempted from the vetting process.
- `cargo vet add-exemption <PACKAGE>` - `cargo vet add-exemption <PACKAGE>`
- Afterwards, prune the list of audits to remove outdated entries.
- `cargo vet prune`
- The changes will be approved by **@surrealdb/security**. - The changes will be approved by **@surrealdb/security**.
- If the action fails due to `cargo-acl`: - If the action fails due to `cargo-acl`:
- The newly required access (e.g. `unsafe`, `fs`, `net`...) should be understood by the author of the PR. - The newly required access (e.g. `unsafe`, `fs`, `net`...) should be understood by the author of the PR.