Skip to content

Commit c6f5fc6

Browse files
committed
Add network filter to dep allowlist.
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent ec35983 commit c6f5fc6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

bazel/repository_locations.bzl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
16921692
strip_prefix = "dlfcn-win32-{version}",
16931693
urls = ["https://github.com/dlfcn-win32/dlfcn-win32/archive/refs/tags/v{version}.tar.gz"],
16941694
use_category = ["dataplane_ext"],
1695-
extensions = ["envoy.filters.http.dynamic_modules"],
1695+
extensions = [
1696+
"envoy.filters.http.dynamic_modules",
1697+
"envoy.filters.listener.dynamic_modules",
1698+
"envoy.filters.network.dynamic_modules",
1699+
],
16961700
release_date = "2025-03-04",
16971701
cpe = "N/A",
16981702
license = "MIT",

0 commit comments

Comments
 (0)