mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.2 KiB
Tcl
26 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup samhocevar zzuf 0.15 v
|
|
categories security
|
|
platforms darwin
|
|
maintainers {wohner.eu:normen @Gminfly} openmaintainer
|
|
|
|
description zzuf is a transparent application input fuzzer
|
|
long_description zzuf is a transparent application input fuzzer. Its purpose \
|
|
is to find bugs in applications by corrupting their \
|
|
user-contributed data (which more than often comes from \
|
|
untrusted sources on the Internet). It works by intercepting \
|
|
file and network operations and changing random bits in the \
|
|
program's input. zzuf's behaviour is deterministic, making it \
|
|
easier to reproduce bugs.
|
|
|
|
homepage http://caca.zoy.org/wiki/zzuf
|
|
github.tarball_from releases
|
|
use_bzip2 yes
|
|
|
|
checksums rmd160 c6c3c7dc39719ebde7a4c97b4d22f3226536b7a7 \
|
|
sha256 04353d94c68391b3945199f100ab47fc5ff7815db1e92581a600d4175e3a6872
|