Stephen Kitt
f1fa4086b3
Use sigs.k8s.io/yaml instead of gopkg.in/yaml
...
Since we have a Kubernetes-specific fork of go-yaml, use that
consistently throughout the project. This doesn't eliminate the
dependencies on gopkg.in/yaml, which are still used indirectly; but it
ensures that the whole project benefits from fixes or changes to
sigs.k8s.io/yaml.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-10-07 15:32:00 +02:00
Kubernetes Prow Robot
048b2912b8
Merge pull request #124761 from benluddy/fuzz-cbor-decode
...
KEP-4222: Add CBOR fuzz test for unreasonable allocations during decode.
2024-07-09 10:02:17 -07:00
Ben Luddy
2d3e6f8762
Add OWNERS to test/fuzz.
2024-06-26 14:21:16 -04:00
Ben Luddy
7baa866cf2
Add interesting inputs to CBOR decode seed corpus.
2024-06-20 12:15:56 -04:00
Ben Luddy
a68f9712f7
Add CBOR fuzz test for unreasonable allocations during decode.
2024-06-20 12:10:33 -04:00
Ben Luddy
ef27338bef
Add skeleton CBOR package and introduce library dependency.
2024-01-25 08:32:50 -05:00
Benjamin Elder
56e092e382
hack/update-bazel.sh
2021-02-28 15:17:29 -08:00
Brendan Chang
fef67e4dab
Fix validation for metav1 fuzz targets.
2019-10-28 17:50:29 -04:00
Brendan Chang
03a650f365
Change FuzzTime to FuzzTimeStrict for naming consistency
2019-10-26 22:36:28 -04:00
Brendan Chang
9ef94b2d47
Fixing comments FuzzDurationStrict and FuzzMicroTimeStrict
2019-10-25 11:44:49 -04:00
Brendan Chang
7aa9434811
Use strict unmarshaling for metav1 fuzz targets
2019-10-23 19:16:50 -04:00
Brendan Chang
862e814f82
Use sigyaml for the metav1 fuzz targets
2019-10-22 16:41:49 -04:00
Brendan Chang
d2074fcdb8
Add fuzz targets for Duration, MicroTime, and Time
2019-10-21 19:00:39 -04:00
Mark Wolters
78c57cb2a3
Added go-fuzz target for json serializer Encode/Decode.
2019-10-18 09:11:43 -07:00
Mike Danese
647d6582bf
add fuzzing targets for sig-yaml and yaml.v2
...
This is in prepration to add continous fuzzing of various targets via
https://github.com/google/oss-fuzz .
2019-10-16 00:40:50 +00:00