0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-17 11:12:54 +01:00
gitea/modules/markup
zeripath 5fbccad906
Fix NPE in fuzzer (#16680)
The fuzzer found an issue with the issue pattern processor where there is a spurious
path.Clean which does not need to be there. This PR also sets the default AppURL for
the fuzzer too.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-08-13 00:22:05 +02:00
..
common
csv
external
markdown Fix table alignment in markdown (#16596) 2021-08-02 17:11:18 +01:00
mdstripper
orgmode
html.go Fix NPE in fuzzer (#16680) 2021-08-13 00:22:05 +02:00
html_internal_test.go
html_test.go Fix NPE in fuzzer (#16680) 2021-08-13 00:22:05 +02:00
renderer.go
renderer_test.go
sanitizer.go
sanitizer_test.go