Advisories
- Fix security issue GHSA-rhf7-wvw3-vjvm
CSRF/CORS is not an issue anymore. I changed the ?delete and the ?mkdir handler to HTTP Verbs DELETE and POST and also added referer and origin header. This way a user will be protected against CSRF attack and curl behavior will be preserved.
Thanks again https://github.com/wooseokdotkim for contributing to the security of the project.
Testing
Improved the testing framework and added a lot of tests to get a better code coverage.