Date: Tue, 20 Oct 2015 02:33:47 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399798 - head/security/vuxml Message-ID: <201510200233.t9K2XlT2042735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: junovitch Date: Tue Oct 20 02:33:47 2015 New Revision: 399798 URL: https://svnweb.freebsd.org/changeset/ports/399798 Log: Document multiple XSS vulnerabilities fixed in CodeIgniter PR: 203403 Security: https://vuxml.FreeBSD.org/freebsd/95602550-76cf-11e5-a2a1-002590263bf5.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 20 01:07:11 2015 (r399797) +++ head/security/vuxml/vuln.xml Tue Oct 20 02:33:47 2015 (r399798) @@ -58,6 +58,33 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="95602550-76cf-11e5-a2a1-002590263bf5"> + <topic>codeigniter -- multiple XSS vulnerabilities</topic> + <affects> + <package> + <name>codeigniter</name> + <range><lt>2.2.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The CodeIgniter changelog reports:</p> + <blockquote cite="https://codeigniter.com/userguide2/changelog.html"> + <p>Fixed a number of XSS attack vectors in Security Library method + xss_clean (thanks to Frans Rosén from Detectify.</p> + </blockquote> + </body> + </description> + <references> + <freebsdpr>ports/203403</freebsdpr> + <url>https://codeigniter.com/userguide2/changelog.html</url> + </references> + <dates> + <discovery>2015-10-08</discovery> + <entry>2015-10-20</entry> + </dates> + </vuln> + <vuln vid="7f645ee5-7681-11e5-8519-005056ac623e"> <topic>Git -- Execute arbitrary code</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510200233.t9K2XlT2042735>