Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Local storage should not store files as executable
The PR go-gitea#21198 introduced a probable security vulnerability which resulted in making all storage files be marked as executable. This PR ensures that these are forcibly marked as non-executable. Fix go-gitea#22161 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information