Browse Source

Add a regalloc2 wildcard audit for myself (#6329)

pull/6327/head
Trevor Elliott 2 years ago
committed by GitHub
parent
commit
7ac2f8b7e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      supply-chain/audits.toml
  2. 4
      supply-chain/config.toml
  3. 7
      supply-chain/imports.lock

13
supply-chain/audits.toml

@ -24,6 +24,19 @@ start = "2020-01-14"
end = "2024-04-27"
notes = "I am an author of this crate"
[[wildcard-audits.regalloc2]]
who = "Trevor Elliott <telliott@fastly.com>"
criteria = "safe-to-deploy"
user-id = 187138
start = "2022-11-29"
end = "2024-05-02"
notes = """
This is a Bytecode Alliance authored crate maintained in the `regalloc2`
repository of which I'm one of the maintainers and publishers for. I am employed
by a member of the Bytecode Alliance and plan to continue doing so and will
actively maintain this crate over time.
"""
[[wildcard-audits.wasm-encoder]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"

4
supply-chain/config.toml

@ -653,10 +653,6 @@ criteria = "safe-to-deploy"
version = "0.4.3"
criteria = "safe-to-deploy"
[[exemptions.regalloc2]]
version = "0.3.1"
criteria = "safe-to-deploy"
[[exemptions.regex]]
version = "1.5.5"
criteria = "safe-to-deploy"

7
supply-chain/imports.lock

@ -22,6 +22,13 @@ user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"
[[publisher.regalloc2]]
version = "0.7.0"
when = "2023-04-18"
user-id = 187138
user-login = "elliottt"
user-name = "Trevor Elliott"
[[publisher.wasm-mutate]]
version = "0.2.23"
when = "2023-04-13"

Loading…
Cancel
Save