diff options
author | brooks <brooks@FreeBSD.org> | 2006-05-26 04:31:58 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2006-05-26 04:31:58 +0800 |
commit | c6a6687bc7216f0e3823b8d4647e4eaf6fb8f921 (patch) | |
tree | 6a9da0dd4278b7c2b286328659457081e9a2bcf2 /www/drupal4 | |
parent | 08dd6f751bd9a932e5aba949d53482309d4d13ca (diff) | |
download | freebsd-ports-gnome-c6a6687bc7216f0e3823b8d4647e4eaf6fb8f921.tar.gz freebsd-ports-gnome-c6a6687bc7216f0e3823b8d4647e4eaf6fb8f921.tar.zst freebsd-ports-gnome-c6a6687bc7216f0e3823b8d4647e4eaf6fb8f921.zip |
Mark FORBIDDEN due to SQL injection and remote execution
vulnerabilities.
Diffstat (limited to 'www/drupal4')
-rw-r--r-- | www/drupal4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 9e479b69ed37..0894b8510042 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= drupal MAINTAINER= brooks@FreeBSD.org COMMENT= CMS that supports pgsql and mysql +FORBIDDEN= SQL injection and remote execution vulnerabilities + DRUPAL_PORT= yes USE_PHP= gd pcre session xml |