Source: ffuf Version: 1.1.0-1 Severity: minor Tags: patch X-Debbugs-Cc: frank.dietr...@gmx.li
Dear Maintainer, In the package description is a small typo. Instead of 'fast' it's spelled 'fest'. The attached patch fix it. kind regards Frank -- System Information: Debian Release: bookworm/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.0.0-6-amd64 (SMP w/4 CPU threads; PREEMPT) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -ur ffuf-1.1.0/debian/control ffuf-1.1.0_fix/debian/control --- ffuf-1.1.0/debian/control 2020-09-10 13:04:29.000000000 +0200 +++ ffuf-1.1.0_fix/debian/control 2022-12-30 23:50:26.234444523 +0100 @@ -19,6 +19,6 @@ ${shlibs:Depends} Built-Using: ${misc:Built-Using} Description: Fast web fuzzer written in Go (program) - ffuf is a fest web fuzzer written in Go that allows typical directory + ffuf is a fast web fuzzer written in Go that allows typical directory discovery, virtual host discovery (without DNS records) and GET and POST parameter fuzzing. diff -ur ffuf-1.1.0/debian/ffuf.1 ffuf-1.1.0_fix/debian/ffuf.1 --- ffuf-1.1.0/debian/ffuf.1 2020-09-10 13:04:29.000000000 +0200 +++ ffuf-1.1.0_fix/debian/ffuf.1 2022-12-30 23:50:33.018546171 +0100 @@ -13,7 +13,7 @@ .fam T .fi .SH DESCRIPTION -\fBffuf\fP is a fest web fuzzer written in Go that allows typical directory +\fBffuf\fP is a fast web fuzzer written in Go that allows typical directory discovery, virtual host discovery (without DNS records) and GET and POST parameter fuzzing. .RE