diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-07 03:10:28 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2002-05-07 03:10:28 +0000 |
commit | bcada78a458e8126016faa53e17bf078c873b93e (patch) | |
tree | bfcda4440f9b1d070751e53f048c9973354eb841 /www/mod_python | |
parent | 109950ce7efca070f105b1b40d8157d4dd4a2cbe (diff) | |
download | ports-bcada78a458e8126016faa53e17bf078c873b93e.tar.gz ports-bcada78a458e8126016faa53e17bf078c873b93e.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
Notes
Notes:
svn path=/head/; revision=58638
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 |