svn commit: r554452 - head/security/vuxml
Danilo G. Baio
dbaio at FreeBSD.org
Sun Nov 8 12:47:39 UTC 2020
Author: dbaio
Date: Sun Nov 8 12:47:38 2020
New Revision: 554452
URL: https://svnweb.freebsd.org/changeset/ports/554452
Log:
security/vuxml: Document www/py-notebook issue
Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh (CVE to be assigned).
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sun Nov 8 12:39:26 2020 (r554451)
+++ head/security/vuxml/vuln.xml Sun Nov 8 12:47:38 2020 (r554452)
@@ -58,6 +58,36 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="cf39ddf8-21be-11eb-8b47-641c67a117d8">
+ <topic>jupyter notebook -- open redirect vulnerability</topic>
+ <affects>
+ <package>
+ <name>py37-notebook</name>
+ <name>py38-notebook</name>
+ <name>py39-notebook</name>
+ <range><lt>6.1.5</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Jupyter reports:</p>
+ <blockquote cite="https://jupyter-notebook.readthedocs.io/en/stable/changelog.html#release-6-1-5">
+ <p>6.1.5 is a security release, fixing one vulnerability:
+ Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh (CVE to be assigned)
+ </p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://jupyter-notebook.readthedocs.io/en/stable/changelog.html#release-6-1-5</url>
+ <url>https://github.com/jupyter/notebook/blob/6.1.5/docs/source/changelog.rst</url>
+ </references>
+ <dates>
+ <discovery>2020-10-15</discovery>
+ <entry>2020-11-08</entry>
+ </dates>
+ </vuln>
+
<vuln vid="29b7f0be-1fb7-11eb-b9d4-001999f8d30b">
<topic>asterisk -- Outbound INVITE loop on challenge with different nonce</topic>
<affects>
More information about the svn-ports-head
mailing list