Affected by GO-2025-3504
and 8 other vulnerabilities
GO-2025-3504 : Envoy Gateway Log Injection Vulnerability in github.com/envoyproxy/gateway
GO-2026-4312 : Envoy Extension Policy lua scripts injection causes arbitrary command execution in github.com/envoyproxy/gateway
GO-2026-6003 : Envoy Gateway: xDS Control Plane Information Disclosure when operating in GatewayNamespaceMode in github.com/envoyproxy/gateway
GO-2026-6005 : Envoy Gateway: Wasm cache ServeHTTP reads mappingPath2Cache without lock in github.com/envoyproxy/gateway
GO-2026-6006 : Envoy Gateway: Wasm HTTP fetch decompresses gzip without output-size limit in github.com/envoyproxy/gateway
GO-2026-6007 : Envoy Gateway custom backendRef cross-namespace ReferenceGrant bypass in github.com/envoyproxy/gateway
GO-2026-6008 : Envoy Gateway: OCI layer extraction allocates make([]byte, h.Size) from untrusted tar header in github.com/envoyproxy/gateway
GO-2026-6009 : Envoy Gateway: Nil-dereference when SecurityPolicy targets TCPRoute without spec.authorization in github.com/envoyproxy/gateway
GO-2026-6011 : Envoy Gateway: Authentication Bypass via Improper Input Validation in EnvoyExtensionPolicy Lua Allows Secret Disclosure in github.com/envoyproxy/gateway
Discover Packages
github.com/envoyproxy/gateway
internal
utils
jsonpatch
package
Version:
v1.3.0-rc.1
Opens a new window with list of versions in this module.
Published: Jan 24, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
ApplyJSONPatches applies a series of JSONPatches to a provided JSON document.
Patches are applied in order, and any errors are aggregated into the return value.
An error with a specific patch just means that this specific patch is skipped, the document
will still be modified with any other provided patch operation.
If a patch is applied to a JSONPath, then that JSONPath is first exploded to standard paths
and the patch is applied to all matching paths.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.