Skip to content

Commit 1b90398

Browse files
authored
fix(deps, security): temporarily ignore ed25519-dalek security vulnerability (vectordotdev#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
1 parent b0c89ab commit 1b90398

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/actions/spelling/allow.txt

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ corejs
248248
coreutils
249249
curta
250250
daemonset
251+
dalek
251252
databend
252253
datacenter
253254
datadog

deny.toml

+4
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ license-files = [
3838

3939
[advisories]
4040
ignore = [
41+
# `ed25519-dalek` is vulnerable due to "Double Public Key Signing Function Oracle Attack".
42+
# Temporarily ignoring this vulnerability until the following issue is resolved:
43+
# https://github.com/wasmCloud/nkeys/issues/20
44+
"RUSTSEC-2022-0093"
4145
]

0 commit comments

Comments
 (0)