diff options
author | dougb <dougb@FreeBSD.org> | 2011-11-13 10:20:57 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-11-13 10:20:57 +0800 |
commit | 853042ec9f87bc94c3dd2210f76dff9b1a54fdb4 (patch) | |
tree | 4070524e6bb99939d1571f278e3e8328fe35cf78 | |
parent | b66198a3386b71b5fb98a476273412777c9f3f43 (diff) | |
download | freebsd-ports-gnome-853042ec9f87bc94c3dd2210f76dff9b1a54fdb4.tar.gz freebsd-ports-gnome-853042ec9f87bc94c3dd2210f76dff9b1a54fdb4.tar.zst freebsd-ports-gnome-853042ec9f87bc94c3dd2210f76dff9b1a54fdb4.zip |
Fix the recent flash entry:
1. Only one <package> container is needed
2. Use of <lt> has to be relative to the latest (unvulnerable) version
3. Improve the range for the 11.x version to not tag all 10.x versions
4. Use https for the cite in blockquote
5. Fix a CVE entry
Feature safe: yes
-rw-r--r-- | security/vuxml/vuln.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 94a960263ef2..152272cb1aff 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -68,17 +68,14 @@ Note: Please add new entries to the beginning of this file. <affects> <package> <name>linux-f10-flashplugin</name> - <range><lt>10.3r183.10</lt></range> - </package> - <package> - <name>linux-f10-flashplugin</name> - <range><lt>11.0r1.153</lt></range> + <range><lt>10.3r183.11</lt></range> + <range><gt>11</gt><lt>11.1r102.55</lt></range> </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> <p>Adobe Product Security Incident Response Team reports:</p> - <blockquote cite="http://www.adobe.com/support/security/bulletins/apsb11-28.html"> + <blockquote cite="https://www.adobe.com/support/security/bulletins/apsb11-28.html"> <p>Critical vulnerabilities have been identified in Adobe Flash Player 11.0.1.152 and earlier versions for Windows, Macintosh, Linux and Solaris, and Adobe Flash Player 11.0.1.153 and earlier versions for @@ -100,7 +97,7 @@ Note: Please add new entries to the beginning of this file. <cvename>CVE-2011-2457</cvename> <cvename>CVE-2011-2458</cvename> <cvename>CVE-2011-2459</cvename> - <cvename>CVE-2011-2458</cvename> + <cvename>CVE-2011-2460</cvename> </references> <dates> <discovery>2011-11-10</discovery> |