7b3dba8204
Changes: (No changelog available but main changes inspecting commits): - Add check for wordpress installer in subdir - Remove CVS test, produces too false positives and hardly any true positives - Add installer check for common PHP web applications - Add info check for composer files - Add info check for mailman - Add check for monit default webinterface credentials - Rework optionsbleed check and avoid ReDoS attack (upstream issue #24)
23 lines
707 B
Makefile
23 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/05/05 13:45:21 leot Exp $
|
|
|
|
DISTNAME= snallygaster-0.0.6
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/snallygaster/}
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://github.com/hannob/snallygaster
|
|
COMMENT= Tool to scan for secret files on HTTP servers
|
|
LICENSE= cc0-1.0-universal
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
|
|
DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
|
|
DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
# Only for Python 3
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|