Skip to content

Commit

Permalink
fix(deps, security): temporarily ignore ed25519-dalek security vuln…
Browse files Browse the repository at this point in the history
…erability (#18245)

* fix: use a `ed25519-dalek` version which doesn't contain a vulnerability

* add 'dalek' to dict

* add comment

* as discussed, we will temporarily allow this vulnerability to exist
  • Loading branch information
pront authored Aug 14, 2023
1 parent b0c89ab commit 1b90398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ corejs
coreutils
curta
daemonset
dalek
databend
datacenter
datadog
Expand Down
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit 1b90398

Please sign in to comment.