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.
forgejo/modules/markup
Gusted 72256c16a8
Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs (#18472)
* Don't panic & allow shorter sha1

- Don't panic when the full regex isn't matched and allow the usage of a
shorter sha1 being used.
- Resolves #18471

* Update modules/markup/html.go

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2 years ago
..
common Update Goldmark to Goldmark 1.4.4 (#18420) 2 years ago
csv format with gofumpt (#18184) 2 years ago
external Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 3 years ago
markdown format with gofumpt (#18184) 2 years ago
mdstripper format with gofumpt (#18184) 2 years ago
orgmode format with gofumpt (#18184) 2 years ago
html.go Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs (#18472) 2 years ago
html_internal_test.go format with gofumpt (#18184) 2 years ago
html_test.go Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs (#18472) 2 years ago
renderer.go Prevent double sanitize (#16386) 3 years ago
renderer_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
sanitizer.go format with gofumpt (#18184) 2 years ago
sanitizer_test.go format with gofumpt (#18184) 2 years ago