commit 3ef1d0b764d5c28f04a25cfbfa2a871dc001a1b9
parent e9a3321742000afdd38cdf66936a759f42a9b0a4
Author: Frederic Cambus <fred@statdns.com>
Date: Sat, 26 Oct 2019 19:27:48 +0200
Add a note in the README about sandboxing and fuzzing.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -6,6 +6,10 @@ StatZone is a DNS zone file analyzer targeted at TLD zones.
It is currently used to generate TLD Zone File Statistics on [StatDNS][3].
+StatZone is written with security in mind and is running sandboxed on OpenBSD
+(using pledge) and on Linux (using seccomp). It has also been extensively
+fuzzed using AFL and Honggfuzz.
+
## Dependencies
StatZone uses the CMake build system and requires uthash header files.