aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/mod_python/Makefile2
-rw-r--r--www/mod_python3/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile
index c97719fb0b80..0dd733014305 100644
--- a/www/mod_python/Makefile
+++ b/www/mod_python/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= python
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache module for integrating Python
+FORBIDDEN= denial of service vulnerability
+
USE_APACHE= yes
NO_PACKAGE= "Requires Python without threads support"
USE_PYTHON= yes
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile
index 0b10c53c7b18..c8a0425b25c9 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