2011-04-16 17:13:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2011/04/16 21:13:44 sthen 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
|
2011-04-16 17:13:43 -04:00
|
|
|
REVISION= 0
|
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/
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= shells/bash
|
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
|
|
|
|
|
|
|
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>
|