forgejo/modules/validation
zeripath e6b3be4608
Add more checks in migration code (#21011)
When migrating add several more important sanity checks:

* SHAs must be SHAs
* Refs must be valid Refs
* URLs must be reasonable

Signed-off-by: Andrew Thornton <art27@cantab.net>

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <matti@mdranta.net>
2022-09-04 13:47:56 +03:00
..
binding.go Add more checks in migration code (#21011) 2022-09-04 13:47:56 +03:00
binding_test.go Upgrade chi to v5 (#17298) 2021-10-13 22:50:23 -04:00
glob_pattern_test.go
helpers.go use IsLoopback (#19477) 2022-04-25 13:55:12 +08:00
helpers_test.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
refname_test.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
regex_pattern_test.go
validurl_test.go