Skip to content

Commit e77f4cb

Browse files
committed
fix(runtime): bound capability filesystem traversal
1 parent 4dfd41e commit e77f4cb

8 files changed

Lines changed: 880 additions & 134 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
3131
# Meta-schema validation only; resolver features stay disabled.
3232
jsonschema = { version = "0.52.1", default-features = false }
33+
libc = "0.2.189"
3334
tokio = { version = "1", features = ["full"] }
3435
tokio-rustls = { version = "0.26", default-features = false, features = ["ring", "tls12"] }
3536
tower = { version = "0.5", features = ["util"] }

0 commit comments

Comments
 (0)