diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-11-29 08:41:51 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-11-29 08:41:51 +0000 |
commit | f7f50cf4a0b1c91b9c7dfc5bf3edb9726822690d (patch) | |
tree | fae01080e1f7d31a6d6f37aeed06987b65f5664b | |
parent | Use LIB_DEPENDS instead of bogus BUILD_DEPENDS (diff) |
Mark flyspar 0.9.8 as fixed wrt. "flyspray -- cross-site scripting
vulnerabilities" since our port version of 0.9.8 includes update1 which
fixes the issue.
Reported by: Volodymyr Kostyrko via pav
-rw-r--r-- | security/vuxml/Makefile | 4 | ||||
-rw-r--r-- | security/vuxml/vuln.xml | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/vuxml/Makefile b/security/vuxml/Makefile index 172dd2123393..af967f879f5e 100644 --- a/security/vuxml/Makefile +++ b/security/vuxml/Makefile @@ -80,7 +80,7 @@ validate: tidy: @${SH} ${FILESDIR}/tidy.sh "${FILESDIR}/tidy.xsl" "${VUXML_FILE}" -newentry: - @${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" +add newentry: + @env EDITOR="/usr/bin/true" ${SH} ${FILESDIR}/newentry.sh "${VUXML_FILE}" .include <bsd.port.mk> diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 997ddffc711c..0096d28dd8fe 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -228,7 +228,7 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>flyspray</name> - <range><le>0.9.8</le></range> + <range><lt>0.9.8</lt></range> </package> </affects> <description> @@ -246,12 +246,14 @@ Note: Please add new entries to the beginning of this file. </body> </description> <references> + <bid>15209</bid> <url>http://secunia.com/advisories/17316/</url> <url>http://lostmon.blogspot.com/2005/10/flyspray-bug-killer-multiple-variable.html</url> </references> <dates> <discovery>2005-10-26</discovery> <entry>2005-11-10</entry> + <modified>2005-11-29</modified> </dates> </vuln> |