From da451505bf8daa7e53df5e857ae72694f1784c5e Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 10 Jul 2025 17:03:38 +0100 Subject: [PATCH] Add dependency or Fuzzing workflow --- fuzzing/scripts/oss-fuzz-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzing/scripts/oss-fuzz-dependencies.sh b/fuzzing/scripts/oss-fuzz-dependencies.sh index 0bbbc62e..a6b1f411 100755 --- a/fuzzing/scripts/oss-fuzz-dependencies.sh +++ b/fuzzing/scripts/oss-fuzz-dependencies.sh @@ -20,5 +20,5 @@ # Note that sqlite3 is required as a build dep of a plugin which is not # currently part of fuzz testing. Once it is part of fuzz testing, sqlite will # need to be built statically. -apt-get update && apt-get install -y libargon2-dev libedit-dev libtool-bin make libsqlite3-dev +apt-get update && apt-get install -y libargon2-dev libedit-dev libtool-bin make libmicrohttpd-dev libsqlite3-dev git clone https://github.com/ralight/cJSON ${SRC}/cJSON