diff options
author | jedgar <jedgar@FreeBSD.org> | 2002-05-07 11:10:28 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2002-05-07 11:10:28 +0800 |
commit | b9bb54b713701052da94c808272ef69aee96ee52 (patch) | |
tree | 83b7dd7d4d2ef6f762bb06ad18513b06e27c8ef5 /www/mod_python | |
parent | c9a1da732b17b0579230e744313a56cfd415a227 (diff) | |
download | freebsd-ports-gnome-b9bb54b713701052da94c808272ef69aee96ee52.tar.gz freebsd-ports-gnome-b9bb54b713701052da94c808272ef69aee96ee52.tar.zst freebsd-ports-gnome-b9bb54b713701052da94c808272ef69aee96ee52.zip |
Mark FORBIDDEN:
Contains a vulnerability allowing a publisher to access an indirectly
imported module allowing a remote attacker to call functions from that
module.
http://www.modpython.org/pipermail/mod_python/2002-April/001991.html
Diffstat (limited to 'www/mod_python')
-rw-r--r-- | www/mod_python/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index f41eca5fc62c..4b81cf3f4345 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +FORBIDDEN= "Contains a vulnerability allowing a publisher to access an indirectly imported module allowing a remote attacker to call functions from that module" + BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 |