diff options
author | swills <swills@FreeBSD.org> | 2013-10-19 10:48:02 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-10-19 10:48:02 +0800 |
commit | c522084625b5b32345cc45133b6d042d5ab668c1 (patch) | |
tree | 08d4604de0b33fe26c7feb01aabbd9c22f8bbaaf /security/vuxml | |
parent | a5313e2e49c473f77714cf86428b34fc42de2e89 (diff) | |
download | freebsd-ports-gnome-c522084625b5b32345cc45133b6d042d5ab668c1.tar.gz freebsd-ports-gnome-c522084625b5b32345cc45133b6d042d5ab668c1.tar.zst freebsd-ports-gnome-c522084625b5b32345cc45133b6d042d5ab668c1.zip |
- Update to 0.10.21 to address a security issue
PR: ports/183092
Submitted by: Kenji Rikitake <kenji.rikitake@acm.org>
Security: 206f9826-a06d-4927-9a85-771c37010b32
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b4c6a578d19f..1c218f4ecbdf 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="206f9826-a06d-4927-9a85-771c37010b32"> + <topic>node.js -- DoS Vulnerability</topic> + <affects> + <package> + <name>node</name> + <range><lt>0.10.21</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>node.js developers report</p> + <blockquote cite="http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/"> + <p>This release contains a security fix for the http server implementation, please upgrade as soon as possible.</p> + </blockquote> + </body> + </description> + <references> + <url>http://blog.nodejs.org/2013/10/18/node-v0-10-21-stable/</url> + </references> + <dates> + <discovery>2013-10-19</discovery> + <entry>2013-10-19</entry> + </dates> + </vuln> + <vuln vid="e135f0c9-375f-11e3-80b7-20cf30e32f6d"> <topic>bugzilla -- multiple vulnerabilities</topic> <affects> |