Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clusterfuzzlite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build environment for ClusterFuzzLite. base-builder-rust provides the Rust
# toolchain, cargo-fuzz, and the sanitizer setup that OSS-Fuzz uses. Pinned by
# digest for a reproducible, supply-chain-safe build; Renovate keeps it current.
FROM gcr.io/oss-fuzz-base/base-builder-rust:latest@sha256:cf0c9d52afd33f354692198cd99402c240d5c467a3a3503908e97a027708075f
FROM gcr.io/oss-fuzz-base/base-builder-rust:latest@sha256:433319ea1a6bbea6c1db1915a5d385021908cc62026d9f0efda2270ef6060de3

# The fuzz targets link the yamlrocks library, which includes the PyO3 extension
# code. Compiling the annotated list/dict pyclasses needs CPython >= 3.12 (PyO3
Expand Down
Loading