diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index aa1068f502bac..2564c2cd006ae 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -248,6 +248,7 @@ corejs coreutils curta daemonset +dalek databend datacenter datadog diff --git a/deny.toml b/deny.toml index f9453e19a109c..c44f4d68c7477 100644 --- a/deny.toml +++ b/deny.toml @@ -38,4 +38,8 @@ license-files = [ [advisories] ignore = [ + # `ed25519-dalek` is vulnerable due to "Double Public Key Signing Function Oracle Attack". + # Temporarily ignoring this vulnerability until the following issue is resolved: + # https://github.com/wasmCloud/nkeys/issues/20 + "RUSTSEC-2022-0093" ]