containerd/contrib/fuzz
Sebastiaan van Stijn 9037069da8
update to go1.23.1, go1.22.7
- https://github.com/golang/go/issues?q=milestone%3AGo1.23.1+label%3ACherryPickApproved
- full diff: https://github.com/golang/go/compare/go1.23.0...go1.23.1

These minor releases include 3 security fixes following the security policy:

- go/parser: stack exhaustion in all Parse* functions

    Calling any of the Parse functions on Go source code which contains
    deeply nested literals can cause a panic due to stack exhaustion.

    This is CVE-2024-34155 and Go issue https://go.dev/issue/69138.

- encoding/gob: stack exhaustion in Decoder.Decode

    Calling Decoder.Decode on a message which contains deeply nested
    structures can cause a panic due to stack exhaustion.

    This is a follow-up to CVE-2022-30635.

    Thanks to Md Sakib Anwar of The Ohio State University for reporting
    this issue.

    This is CVE-2024-34156 and Go issue https://go.dev/issue/69139.

- go/build/constraint: stack exhaustion in Parse

    Calling Parse on a "// +build" build tag line with deeply nested
    expressions can cause a panic due to stack exhaustion.

    This is CVE-2024-34158 and Go issue https://go.dev/issue/69141.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.23.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-09-06 16:12:28 +02:00
..
archive_fuzzer.go Move archive to pkg/archive 2024-01-17 09:54:18 -08:00
builtins_linux.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
builtins_unix.go Move snapshots/native to plugins/snapshots/native 2024-01-17 09:53:42 -08:00
builtins_windows.go Move snapshots/windows to plugins/snapshots/windows 2024-01-17 09:54:00 -08:00
builtins.go Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
containerd_import_fuzzer.go Move namespaces to pkg/namespaces 2024-01-17 09:55:39 -08:00
content_fuzzer.go Move images to core/images 2024-01-17 09:51:26 -08:00
cri_fuzzer.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
cri_server_fuzzer.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
daemon.go Move config version to version package 2024-02-14 21:09:44 -08:00
diff_fuzzer.go Move mount to core/mount 2024-01-17 09:52:12 -08:00
exchange_fuzzer.go Make api a Go sub-module 2024-05-02 11:03:00 -07:00
fuzz_FuzzImportIndex.dict Fuzzing: Instrument with new sanitizers 2022-09-15 23:59:13 +01:00
fuzz_FuzzImportIndex.options Fuzzing: Instrument with new sanitizers 2022-09-15 23:59:13 +01:00
fuzz_images.go Remove deprecated platforms package 2024-01-23 09:14:03 -08:00
metadata_fuzzer.go Move namespaces to pkg/namespaces 2024-01-17 09:55:39 -08:00
oss_fuzz_build.sh update to go1.23.1, go1.22.7 2024-09-06 16:12:28 +02:00
uuid_fuzzer.go Copy fuzzers from github.com/cncf/cncf-fuzzing 2022-07-06 15:21:48 +00:00