aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2023-01-12 23:35:53 +0800
committerGitHub <noreply@github.com>2023-01-12 23:35:53 +0800
commitc86be819bb0d407c3e530bafd31b18cdd0be1116 (patch)
treed1d0d8506728576e540a6c60758490ab2a66779e /Dockerfile
parent9ffaf19d89b24589f4f4ec1211881102cafc7370 (diff)
downloadgitea-c86be819bb0d407c3e530bafd31b18cdd0be1116.tar.gz
gitea-c86be819bb0d407c3e530bafd31b18cdd0be1116.zip
Add more packages to denylist (#22412)
After this, we can remove [`denylist_imports`](https://gitea.com/gitea/gitea-vet/src/branch/master/checks/denylisted-imports.go#L13) in gitea-vet ([gitea-vet/pulls/23](https://gitea.com/gitea/gitea-vet/pulls/23)). ```go deniedImports = []string{"io/ioutil", "encoding/json", "gitea.com/gitea/go-crypto"} ``` However, we needn't keep `gitea.com/gitea/go-crypto` any longer, it's gone and can't be imported again. Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to 'Dockerfile')
0 files changed, 0 insertions, 0 deletions