Skip to content

Commit 4fba2cc

Browse files
committed
feat: add validated network policy types
Define HTTP/DNS policy structs with validation helpers and host matching. Introduce normalized policy forms and add tests plus new dependencies.
1 parent df370ed commit 4fba2cc

3 files changed

Lines changed: 402 additions & 32 deletions

File tree

Cargo.lock

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

crates/wasm-runtime-interface/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ edition.workspace = true
77
serde = { workspace = true }
88
thiserror = { workspace = true }
99
tracing = { workspace = true }
10-
chrono = { workspace = true }
10+
chrono = { workspace = true }
11+
ipnet = "2.11.0"
12+
url = "2.5.8"

0 commit comments

Comments
 (0)