Skip to content

Commit

Permalink
deps: Bump com_github_wasmtime -> 1.0.2 (#24086)
Browse files Browse the repository at this point in the history
Fix:

- CVE-2022-39392
- CVE-2022-39393
- CVE-2022-39394

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Nov 21, 2022
1 parent ce08a6d commit 08ed677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down

0 comments on commit 08ed677

Please sign in to comment.