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.24.9
Published
Dec 8, 2022
Platform
darwin/amd64
Imports
4 packages
Last checked
1 hour ago

Tools for package owners.