diff --git a/packages.json b/packages.json index 68d94bf..0d88fb5 100644 --- a/packages.json +++ b/packages.json @@ -15702,6 +15702,20 @@ "license": "MIT", "web": "https://github.com/planetis-m/patgraph" }, + { + "name": "libfuzzer", + "url": "https://github.com/planetis-m/libfuzzer", + "method": "git", + "tags": [ + "fuzzing", + "unit-testing", + "hacking", + "security" + ], + "description": "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.", + "license": "MIT", + "web": "https://github.com/planetis-m/libfuzzer" + }, { "name": "golden", "url": "https://github.com/disruptek/golden",