You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@apache.org on 2021/03/30 10:52:52 UTC

svn commit: r1888200 - in /httpd/site/trunk/content/security: cvejsontohtml.py vulnerabilities-httpd.xml

Author: mjc
Date: Tue Mar 30 10:52:52 2021
New Revision: 1888200

URL: http://svn.apache.org/viewvc?rev=1888200&view=rev
Log:
Another attempt to fix the utf-8

Modified:
    httpd/site/trunk/content/security/cvejsontohtml.py
    httpd/site/trunk/content/security/vulnerabilities-httpd.xml

Modified: httpd/site/trunk/content/security/cvejsontohtml.py
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/security/cvejsontohtml.py?rev=1888200&r1=1888199&r2=1888200&view=diff
==============================================================================
--- httpd/site/trunk/content/security/cvejsontohtml.py (original)
+++ httpd/site/trunk/content/security/cvejsontohtml.py Tue Mar 30 10:52:52 2021
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
 import json
 import os
 import re
@@ -105,7 +103,7 @@ for sectioncves in sections:
         for ti in e['timetable']:
             html+= "<tr><td class=\"cve-header\">"+ti[0]+"</td><td class=\"cve-value\">"+ti[1]+"</td></tr>\n"
         html+= "</table></dd>"
-        print (html)
+        print (html.encode("utf-8"))
     print ("</dl></br/>")
 
 

Modified: httpd/site/trunk/content/security/vulnerabilities-httpd.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/security/vulnerabilities-httpd.xml?rev=1888200&r1=1888199&r2=1888200&view=diff
==============================================================================
--- httpd/site/trunk/content/security/vulnerabilities-httpd.xml (original)
+++ httpd/site/trunk/content/security/vulnerabilities-httpd.xml Tue Mar 30 10:52:52 2021
@@ -1,5 +1,6 @@
 <security updated="20210330">
-<issue reported="20200722" public="20200807">
+
+  <issue reported="20200722" public="20200807">
    <cve name="CVE-2020-11984"/>
 
    <severity level="3">moderate</severity>