Author: lyalyakin
Date: Wed Dec 15 22:42:14 2021
New Revision: 1896016
URL: http://svn.apache.org/viewvc?rev=1896016&view=rev
Log:
In site/publish: fixed list markup on the main page (index.html) in the entry
about CVE-44228.
Modified:
subversion/site/publish/index.html
Modified: subversion/site/publish/index.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/index.html?rev=1896016&r1=1896015&r2=1896016&view=diff
==============================================================================
--- subversion/site/publish/index.html (original)
+++ subversion/site/publish/index.html Wed Dec 15 22:42:14 2021
@@ -83,13 +83,14 @@
does not depend on the Apache Log4j library.</p>
<p>However depending on your installation there may be related components
- that are vulnerable:
- <li>Some vendors provide Java based web interfaces bundled with their
- Subversion distribution. Please check your vendor's information to
- verify if you are vulnerable.</li>
- <li>It is possible to write repository hooks in Java. These hooks are
- written by the repository administrator.</li>
-</p>
+ that are vulnerable:</p>
+ <ul>
+ <li>Some vendors provide Java based web interfaces bundled with their
+ Subversion distribution. Please check your vendor's information to
+ verify if you are vulnerable.</li>
+ <li>It is possible to write repository hooks in Java. These hooks are
+ written by the repository administrator.</li>
+ </ul>
</div> <!-- #news-20210526 -->