stable
Clone or download
Read-only
Merge commit 'refs/changes/41/24541/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #24173: Enforce the size when manipulating the SVN immutable tags paths and allow list Change-Id: If66a4201c9a45df9586b2c963ac86f17a4e3fd01
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/svn/include/REST/v1/RepositoryResource.php | +5 | −0 | Go to diff View file |
M | plugins/svn/include/REST/v1/RepositoryResourceUpdater.php | +4 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Admin/ImmutableTagCreator.php | +21 | −2 | Go to diff View file |
A | plugins/svn/include/SVN/Admin/ImmutableTagListTooBigException.php | +31 | −0 | Go to diff View file |
M | plugins/svn/include/SVN/Repository/RepositoryCreator.php | +8 | −0 | Go to diff View file |
M | plugins/svn/templates/admin/immutable_tag.mustache | +2 | −0 | Go to diff View file |
M | plugins/svn/tests/rest/SVN/RepositoryTest.php | +25 | −0 | Go to diff View file |
A | plugins/svn/tests/unit/SVN/Admin/ImmutableTagCreatorTest.php | +66 | −0 | Go to diff View file |