diff options
author | tijl <tijl@FreeBSD.org> | 2016-11-06 21:34:17 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-11-06 21:34:17 +0800 |
commit | 07299f8fc36198a87ff0d50d352e1d46260cf784 (patch) | |
tree | eee040eda12c19a18ed8e79398bf036c18b91673 /security/vuxml | |
parent | 66f97a1f928358a11288fb0c9fc6ec16dcda0e6b (diff) | |
download | freebsd-ports-graphics-07299f8fc36198a87ff0d50d352e1d46260cf784.tar.gz freebsd-ports-graphics-07299f8fc36198a87ff0d50d352e1d46260cf784.tar.zst freebsd-ports-graphics-07299f8fc36198a87ff0d50d352e1d46260cf784.zip |
Undocument linux-*-expat vulnerabilities.
linux-*-expat is only used by linux-*-fontconfig to read configuration
files written in XML and by dbus-binding-tool(1) from linux-*-dbus-glib, a
development tool that generates C code from an Introspection XML file to
expose a GObject via D-Bus.
These vulnerabilities are therefore not believed to be exploitable on
FreeBSD and only cause annoying warnings and prevent installation of
linux-*-expat. It also does not look like Red Hat will provide fixes for
these any time soon.
PR: 210155
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 242a7db1d71..421968fb37b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -8688,11 +8688,6 @@ and CVE-2013-0155.</p> <name>expat</name> <range><lt>2.1.1_1</lt></range> </package> - <package> - <name>linux-c6-expat</name> - <name>linux-f10-expat</name> - <range><ge>0</ge></range> - </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> @@ -8716,6 +8711,7 @@ and CVE-2013-0155.</p> <dates> <discovery>2016-03-18</discovery> <entry>2016-06-09</entry> + <modified>2016-11-06</modified> </dates> </vuln> @@ -9579,14 +9575,6 @@ and CVE-2013-0155.</p> <name>expat</name> <range><lt>2.1.1</lt></range> </package> - <package> - <name>linux-c6-expat</name> - <range><lt>2.1.1</lt></range> - </package> - <package> - <name>linux-f10-expat</name> - <range><lt>2.1.1</lt></range> - </package> </affects> <description> <body xmlns="http://www.w3.org/1999/xhtml"> @@ -9609,7 +9597,7 @@ and CVE-2013-0155.</p> <dates> <discovery>2016-05-17</discovery> <entry>2016-05-20</entry> - <modified>2016-06-05</modified> + <modified>2016-11-06</modified> </dates> </vuln> |