diff options
author | eik <eik@FreeBSD.org> | 2004-03-11 11:45:26 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-03-11 11:45:26 +0000 |
commit | 62b1acc5581a14924e28f4a0d27cd7b7d839968b (patch) | |
tree | 15b96fc1e779a276490e39b76c1a3d913bee2de6 /www/mod_python3 | |
parent | 727f2d147f3dd4a33ff93efa5cd064c58aa5d18a (diff) | |
download | FreeBSD-ports-62b1acc5581a14924e28f4a0d27cd7b7d839968b.zip FreeBSD-ports-62b1acc5581a14924e28f4a0d27cd7b7d839968b.tar.gz |
mark FORBIDDEN: denial of service vulnerability
http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html
Diffstat (limited to 'www/mod_python3')
-rw-r--r-- | www/mod_python3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index 0b10c53..c8a0425 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= perky@FreeBSD.org COMMENT= Apache module that embeds the Python interpreter within the server +FORBIDDEN= denial of service vulnerability + WITH_APACHE2= yes USE_APACHE= yes USE_PYTHON= yes |