2009-05-25 05:56:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2009/05/25 09:56:58 benoit Exp $
|
import ratproxy 1.51
(buzz word alert!)
Semi-automated, largely passive web application security audit tool,
optimized for an accurate and sensitive detection, and automatic
annotation, of potential problems and security-relevant design patterns
based on the observation of existing, user-initiated traffic in complex
web 2.0 environments.
Detects and prioritizes broad classes of security problems, such as
dynamic cross-site trust model considerations, script inclusion issues,
content serving problems, insufficient XSRF and XSS defenses, and much
more.
testing and ok kili@
2008-09-23 16:59:40 -04:00
|
|
|
|
|
|
|
COMMENT= passive web application security assessment tool
|
|
|
|
|
2009-05-25 05:56:58 -04:00
|
|
|
DISTNAME= ratproxy-1.58
|
import ratproxy 1.51
(buzz word alert!)
Semi-automated, largely passive web application security audit tool,
optimized for an accurate and sensitive detection, and automatic
annotation, of potential problems and security-relevant design patterns
based on the observation of existing, user-initiated traffic in complex
web 2.0 environments.
Detects and prioritizes broad classes of security problems, such as
dynamic cross-site trust model considerations, script inclusion issues,
content serving problems, insufficient XSRF and XSS defenses, and much
more.
testing and ok kili@
2008-09-23 16:59:40 -04:00
|
|
|
CATEGORIES= www security
|
|
|
|
|
|
|
|
HOMEPAGE= http://ratproxy.googlecode.com/
|
|
|
|
|
2009-05-25 05:56:58 -04:00
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
|
import ratproxy 1.51
(buzz word alert!)
Semi-automated, largely passive web application security audit tool,
optimized for an accurate and sensitive detection, and automatic
annotation, of potential problems and security-relevant design patterns
based on the observation of existing, user-initiated traffic in complex
web 2.0 environments.
Detects and prioritizes broad classes of security problems, such as
dynamic cross-site trust model considerations, script inclusion issues,
content serving problems, insufficient XSRF and XSS defenses, and much
more.
testing and ok kili@
2008-09-23 16:59:40 -04:00
|
|
|
# Apache License 2.0
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
WANTLIB= c crypto ssl
|
|
|
|
|
2009-05-25 05:56:58 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
|
import ratproxy 1.51
(buzz word alert!)
Semi-automated, largely passive web application security audit tool,
optimized for an accurate and sensitive detection, and automatic
annotation, of potential problems and security-relevant design patterns
based on the observation of existing, user-initiated traffic in complex
web 2.0 environments.
Detects and prioritizes broad classes of security problems, such as
dynamic cross-site trust model considerations, script inclusion issues,
content serving problems, insufficient XSRF and XSS defenses, and much
more.
testing and ok kili@
2008-09-23 16:59:40 -04:00
|
|
|
RUN_DEPENDS= ::shells/bash
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/ratproxy/
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/ratproxy-report.sh ${WRKSRC}/ssl.c
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ratproxy ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ratproxy-report.sh ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ratproxy/
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ratproxy/
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/ratproxy/
|
|
|
|
.for d in keyfile.pem messages.list ratproxy-back.png
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$d ${PREFIX}/share/ratproxy/
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|