You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/base
silverwind 55d7e53d99
Fix panic in BasicAuthDecode (#14046) (#14048)
* Fix panic in BasicAuthDecode

If the string does not contain ":" that function would run into an
`index out of range [1] with length 1` error. prevent that.

* Update BasicAuthDecode()

Co-authored-by: 6543 <6543@obermui.de>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
4 years ago
..
base.go API error cleanup (#7186) 6 years ago
natural_sort.go Sort repository tree entries in natural way (#2506) 7 years ago
natural_sort_test.go Sort repository tree entries in natural way (#2506) 7 years ago
tool.go Fix panic in BasicAuthDecode (#14046) (#14048) 4 years ago
tool_test.go Fix panic in BasicAuthDecode (#14046) (#14048) 4 years ago