diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-18 22:56:43 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-18 22:56:43 +0800 |
commit | 4f455b9489003fc690fc1127a15b8c9189030686 (patch) | |
tree | a64558af1daa9a5166df0340c237711ba34304e5 | |
parent | 31f21082f4b9c4a0e93d185f00db9cdd472b5214 (diff) | |
download | freebsd-ports-gnome-4f455b9489003fc690fc1127a15b8c9189030686.tar.gz freebsd-ports-gnome-4f455b9489003fc690fc1127a15b8c9189030686.tar.zst freebsd-ports-gnome-4f455b9489003fc690fc1127a15b8c9189030686.zip |
- fix entries so issues for bugzilla40/42 are detected
first version found only bugzilla44 issues (tested with pkg audit)
-rw-r--r-- | security/vuxml/vuln.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 65d2292271a5..7d9a2f179f58 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -56,7 +56,13 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>bugzilla40</name> + <range><ge>2.0.0</ge><lt>4.4.3</lt></range> + </package> + <package> <name>bugzilla42</name> + <range><ge>2.0.0</ge><lt>4.4.3</lt></range> + </package> + <package> <name>bugzilla44</name> <range><ge>2.0.0</ge><lt>4.4.3</lt></range> </package> @@ -85,6 +91,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2014-04-17</discovery> <entry>2014-04-18</entry> + <modified>2014-04-18</modified> </dates> </vuln> @@ -93,10 +100,14 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>bugzilla40</name> - <name>bugzilla42</name> - <name>bugzilla44</name> <range><ge>2.0.0</ge><lt>4.0.12</lt></range> + </package> + <package> + <name>bugzilla42</name> <range><ge>4.1.1</ge><lt>4.2.8</lt></range> + </package> + <package> + <name>bugzilla44</name> <range><ge>4.4.0</ge><lt>4.4.3</lt></range> </package> </affects> @@ -118,6 +129,7 @@ Note: Please add new entries to the beginning of this file. <dates> <discovery>2014-04-17</discovery> <entry>2014-04-18</entry> + <modified>2014-04-18</modified> </dates> </vuln> |