From 08ed67752adb9a0414b107d45f94ce4df93582a2 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Sat, 19 Nov 2022 10:00:37 +0000 Subject: [PATCH] deps: Bump `com_github_wasmtime` -> 1.0.2 (#24086) Fix: - CVE-2022-39392 - CVE-2022-39393 - CVE-2022-39394 Signed-off-by: Ryan Northey --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 76fee836f84a..3a81091beb75 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -983,11 +983,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "wasmtime", project_desc = "A standalone runtime for WebAssembly", project_url = "https://github.com/bytecodealliance/wasmtime", - version = "1.0.0", - sha256 = "af9906ce0c30f3de2bc967342735809817e74875cf8b3f509efd297887f54a1c", + version = "1.0.2", + sha256 = "b8883c009388a2d400c266c5a335afa8ebe509d9cc7eb2ab32e7173b7e7f6061", strip_prefix = "wasmtime-{version}", urls = ["https://github.com/bytecodealliance/wasmtime/archive/v{version}.tar.gz"], - release_date = "2022-09-20", + release_date = "2022-11-11", use_category = ["dataplane_ext"], extensions = ["envoy.wasm.runtime.wasmtime"], cpe = "cpe:2.3:a:bytecodealliance:wasmtime:*",