mystamps
mystamps copied to clipboard
Add integration tests for checking that secured resources can't be accessed with modified URL
After applying fix against CVE-2016-5007 (see 10a7f23efb1a5c8307154ec0d9818fb0102c4ddf) we also should add integration tests to ensure that, for example, unauthorized user can't access /series/add by changing URL to /series/add/ or /series/add.html
These tests also should cover the similar issue with /series/add/category/test and /series/add/country/test from #445
These tests also should cover the similar issue with /series/add/category/test and /series/add/country/test from #445
Since e579d538ce38824bf746f72e2653a6ad76f73862 commit URLs were changed to: /series/add?category=test and /series/add?country=test respectively.