diff options
| author | apense <apense@users.noreply.github.com> | 2015-06-12 15:27:50 -0400 |
|---|---|---|
| committer | apense <apense@users.noreply.github.com> | 2015-06-12 15:27:50 -0400 |
| commit | e6444feb27e7fcac1969296810e235e690339ada (patch) | |
| tree | 8f4a3bd152ae61003d00bdc2532e7ff9a12223ea | |
| parent | 48029ef53782b0ef2f733ee3e15a6660aa1b49ed (diff) | |
| download | packages-e6444feb27e7fcac1969296810e235e690339ada.tar.gz packages-e6444feb27e7fcac1969296810e235e690339ada.zip | |
Added nimfuzz
Small fuzzing system based on fauxfactory
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 30340a1..c1a7fd5 100644 --- a/packages.json +++ b/packages.json @@ -1686,5 +1686,14 @@ "description": "High level, asynchronous file API mimicking Python's file interface.", "license": "ISC", "web": "https://github.com/fallingduck/asyncpythonfile-nim" + }, + { + "name": "nimfuzz", + "url": "https://github.com/apense/nimfuzz", + "method": "git", + "tags": ["fuzzing", "testing", "hacking", "security"], + "description": "Simple and compact fuzzing", + "license": "Apache License 2.0", + "web": "https://apense.github.io/apense/nimfuzz" } ] |
