Skip to content

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Apr 08:01
· 147 commits to main since this release

Advisories

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.