Author: hartmannathan
Date: Tue Apr 12 19:12:02 2022
New Revision: 1899790
URL: http://svn.apache.org/viewvc?rev=1899790&view=rev
Log:
Add comment above regression test for CVE-2021-28544
* subversion/tests/cmdline/authz_tests.py:
(log_inaccessible_copyfrom): Add comment that this test is for the above
mentioned CVE. (Previously elided this comment until after the disclosure.)
Modified:
subversion/trunk/subversion/tests/cmdline/authz_tests.py
Modified: subversion/trunk/subversion/tests/cmdline/authz_tests.py
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/authz_tests.py?rev=1899790&r1=1899789&r2=1899790&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/authz_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/authz_tests.py Tue Apr 12
19:12:02 2022
@@ -1763,6 +1763,7 @@ def delete_file_with_starstar_rules(sbox
svntest.main.run_svn(None, 'rm', sbox.repo_url + '/iota', '-m', 'rm by URL')
+# test for the bug also known as CVE-2021-28544
@Skip(svntest.main.is_ra_type_file)
def log_inaccessible_copyfrom(sbox):
"log doesn't leak inaccessible copyfrom paths"