You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/02/05 22:41:24 UTC

svn propchange: r1557320 - svn:log

Author: breser
Revision: 1557320
Modified property: svn:log

Modified: svn:log at Wed Feb  5 21:41:24 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Feb  5 21:41:24 2014
@@ -3,6 +3,8 @@ Disallow methods other than GET/HEAD for
 Fixes the segfault for `svn ls http://svn.example.com` when SVN is handling
 the server root and SVNListParentPath is on.
 
+CVE-2014-0032
+
 * subversion/mod_dav_svn/repos.c
   (get_resource): Return an error when we try to get a parentpath list
     resource and the method isn't GET.