diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-17 17:10:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-17 17:10:45 +0000 |
commit | 0a371162cd7d06a87ed8fa25719c9df856b70fdc (patch) | |
tree | 33a456d49b44307e866033b01299c19aac8e21dd | |
parent | - Unbreak on big-endian architectures (diff) |
- Replace phpmyadmin with phpMyAdmin to fix portaudit
Note:
portaudit does not flag phpmyadmin as vulnerable,
so we need to change it to the pkgname (phpMyAdmin).
Reported by: glarkin@
Reviewed by: simon
Discussion on: ports-security@
Approved by: portmgr (secteam blanked)
Notes
Notes:
svn path=/head/; revision=220420
-rw-r--r-- | security/vuxml/vuln.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 37196bf7303f..23074501bd4c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -38,7 +38,7 @@ Note: Please add new entries to the beginning of this file. <topic>phpmyadmin -- Code execution vulnerability</topic> <affects> <package> - <name>phpmyadmin</name> + <name>phpMyAdmin</name> <range><lt>2.11.9.1</lt></range> </package> </affects> @@ -894,7 +894,7 @@ Note: Please add new entries to the beginning of this file. <topic>phpmyadmin -- cross site request forgery vulnerabilites</topic> <affects> <package> - <name>phpmyadmin</name> + <name>phpMyAdmin</name> <range><lt>2.11.7.1</lt></range> </package> </affects> @@ -915,6 +915,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2008-07-15</discovery> <entry>2008-07-18</entry> + <modified>2008-09-17</modified> </dates> </vuln> @@ -1164,7 +1165,7 @@ Note: Please add new entries to the beginning of this file. <topic>phpmyadmin -- Cross Site Scripting Vulnerabilities</topic> <affects> <package> - <name>phpmyadmin</name> + <name>phpMyAdmin</name> <range><lt>2.11.7</lt></range> </package> </affects> @@ -1191,6 +1192,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2008-06-23</discovery> <entry>2008-06-28</entry> + <modified>2008-09-17</modified> </dates> </vuln> @@ -2353,7 +2355,7 @@ Note: Please add new entries to the beginning of this file. <topic>phpmyadmin -- Shared Host Information Disclosure</topic> <affects> <package> - <name>phpmyadmin</name> + <name>phpMyAdmin</name> <range><lt>2.11.5.2</lt></range> </package> </affects> @@ -2378,6 +2380,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2008-04-23</discovery> <entry>2008-04-24</entry> + <modified>2008-09-17</modified> </dates> </vuln> @@ -2385,7 +2388,7 @@ Note: Please add new entries to the beginning of this file. <topic>phpmyadmin -- Username/Password Session File Information Disclosure</topic> <affects> <package> - <name>phpmyadmin</name> + <name>phpMyAdmin</name> <range><lt>2.11.5.1</lt></range> </package> </affects> @@ -2407,6 +2410,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2008-03-31</discovery> <entry>2008-04-24</entry> + <modified>2008-09-17</modified> </dates> </vuln> @@ -2963,7 +2967,7 @@ Note: Please add new entries to the beginning of this file. <topic>phpmyadmin -- SQL injection vulnerability</topic> <affects> <package> - <name>phpmyadmin</name> + <name>phpMyAdmin</name> <range><lt>2.11.5</lt></range> </package> </affects> @@ -2993,6 +2997,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2008-03-01</discovery> <entry>2008-03-04</entry> + <modified>2008-09-17</modified> </dates> </vuln> |