From 987ccb47387f9448a3c470bb22ad93a3c14eba8d Mon Sep 17 00:00:00 2001 From: Roy Jones Date: Sun, 7 Dec 2025 20:27:50 +0100 Subject: [PATCH] docs: document purpose of oss-fuzz.sh Documents the purpose of oss-fuzz.sh, clarifying that it is wired into Google OSS-Fuzz rather than being a general development script. --- oss-fuzz.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/oss-fuzz.sh b/oss-fuzz.sh index 020b6fee27..770f3c5c3d 100644 --- a/oss-fuzz.sh +++ b/oss-fuzz.sh @@ -1,3 +1,9 @@ +#!/usr/bin/env bash +# This script is used by the OSS-Fuzz integration to build and run fuzzing +# targets for go-ethereum. It is not intended for everyday development use. +# If you need to update it, please keep the Google OSS-Fuzz project in mind +# and coordinate changes with the fuzzing maintainers. + #!/bin/bash -eu # Copyright 2022 Google LLC #