]> source.dussan.org Git - gitea.git/commit
Use CleanPath instead of path.Clean (#23371)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 8 Mar 2023 12:17:39 +0000 (20:17 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 12:17:39 +0000 (20:17 +0800)
commitb116418f05b822481bba3613873eef876da73814
tree65d1d88d940c26029e7ef920c4dd30761763ce46
parent090e75392385041b3abb30d02564962a3ff687f6
Use CleanPath instead of path.Clean (#23371)

As title.
13 files changed:
models/git/lfs_lock.go
modules/options/base.go
modules/public/public.go
modules/storage/local.go
modules/storage/minio.go
modules/util/path.go
modules/util/path_test.go
routers/web/base.go
routers/web/repo/editor.go
routers/web/repo/lfs.go
services/migrations/gitea_uploader.go
services/packages/container/blob_uploader.go
services/repository/files/file.go