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.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
4 packages
Last checked
3 hours ago

Tools for package owners.