diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-23 22:09:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-23 22:09:31 +0800 |
commit | 087c3f64cec74d1e80eeaf0d8507733682264173 (patch) | |
tree | 9d9c90a5bf585d5dbcb69dbc4d72277611b69c8e /security | |
parent | 3e87ec4c52d7da58c6fc6457949fc231c378f2e8 (diff) | |
download | freebsd-ports-gnome-087c3f64cec74d1e80eeaf0d8507733682264173.tar.gz freebsd-ports-gnome-087c3f64cec74d1e80eeaf0d8507733682264173.tar.zst freebsd-ports-gnome-087c3f64cec74d1e80eeaf0d8507733682264173.zip |
- Fix portaudit build
- Rework latest wireshark entry
- Bump modified
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 14e315893466..a7751ab61942 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -35,15 +35,16 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> <vuln vid="f6f19735-9245-4918-8a60-87948ebb4907"> - <topic>wireshark -- Wireshark 1.0.5 Multiple Denial of Service - Vulnerabilities</topic> + <topic>wireshark -- multiple vulnerabilities</topic> <affects> <package> + <name>ethereal</name> + <name>ethereal-lite</name> + <name>tethereal</name> + <name>tethereal-lite</name> <name>wireshark</name> - <range> - <le>1.0.5</le> - <ge>0.99.6</ge> - </range> + <name>wireshark-lite</name> + <range><lt>1.0.6</lt></range> </package> </affects> <description> @@ -65,8 +66,10 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2009-02-06</discovery> <entry>2009-03-22</entry> + <modified>2009-03-23</modified> </dates> </vuln> + <vuln vid="72cba7b0-13cd-11de-a964-0030843d3802"> <topic>netatalk -- arbitrary command execution in papd daemon</topic> <affects> |