0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-06 01:15:55 +02:00
gitea/modules/storage
zeripath a89b399faa
Local storage should not store files as executable (#22162)
The PR #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 #22161

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-12-19 08:50:36 +08:00
..
helper.go Skip initing disabled storages (#21985) 2022-11-30 21:39:02 +08:00
helper_test.go Skip initing disabled storages (#21985) 2022-11-30 21:39:02 +08:00
local.go Local storage should not store files as executable (#22162) 2022-12-19 08:50:36 +08:00
local_test.go
minio.go
storage.go Skip initing LFS storage if disabled (#21996) 2022-12-01 11:02:04 +02:00