Skip to content

Commit 47e8ba7

Browse files
committed
Break dependency on older vulnerable version of spin crate
1 parent d4041c5 commit 47e8ba7

File tree

2 files changed

+13
-40
lines changed

2 files changed

+13
-40
lines changed

Cargo.lock

Lines changed: 11 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

router/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ rustls-webpki = "^0.101.7" # Override to address WS-2023-0305, CVE-2018-16875
3232
rand = "^0.8.5"
3333
serde = "^1.0.173"
3434
serde_json = "^1.0.103"
35-
# Attempt to address WS-2023-0094
36-
# spin comes in via tonic->tokio-rustls->rustls->ring but this pins a specific old version 0.5.2 :(
37-
#spin = "=0.9.8"
35+
# Pin sct to avoid WS-2023-0094 in older 0.5.2 version of spin sub-dependency
36+
sct = "=0.7.1"
3837
thiserror = "^1.0.50"
3938
tokenizers = "0.14.1"
4039
tokio = { version = "1.34.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }

0 commit comments

Comments
 (0)