From 20cfa2a6bc6a05123936eefeb87c74ef6083ccbc Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:02:02 +0300 Subject: [PATCH] Add package drchaos (#2333) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index d7894a3..ce973bd 100644 --- a/packages.json +++ b/packages.json @@ -6800,6 +6800,24 @@ "license": "MIT", "web": "https://github.com/zah/nim-package-visible-types" }, + { + "name": "drchaos", + "url": "https://github.com/status-im/nim-drchaos", + "method": "git", + "tags": [ + "security", + "binary", + "structured", + "fuzzing", + "unit-testing", + "coverage-guided", + "grammar-fuzzer", + "mutator-based" + ], + "description": "A powerful and easy-to-use fuzzing framework in Nim for C/C++/Obj-C targets", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-drchaos" + }, { "name": "presto", "url": "https://github.com/status-im/nim-presto",