kubernetesk8s.io/kubernetes/test/fuzz/json Index | Files

package json

import "k8s.io/kubernetes/test/fuzz/json"

Package json implements fuzzers for json deserialization routines in Kubernetes. These targets are compatible with the github.com/dvyukov/go-fuzz fuzzing framework.

Index

Functions

func FuzzNonStrictDecode

func FuzzNonStrictDecode(data []byte) int

FuzzNonStrictDecode is a fuzz target for "k8s.io/apimachinery/pkg/runtime/serializer/json" non-strict decoding.

func FuzzStrictDecode

func FuzzStrictDecode(data []byte) int

FuzzStrictDecode is a fuzz target for "k8s.io/apimachinery/pkg/runtime/serializer/json" strict decoding.

Source Files

json.go

Version
v1.33.2 (latest)
Published
Jun 17, 2025
Platform
js/wasm
Imports
4 packages
Last checked
40 minutes ago

Tools for package owners.