0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-27 08:39:18 -05:00
forgejo/modules/markup/markdown
Gusted bb9dcec39c
[v8.0/forgejo] Don't panic on empty blockquote
- Backport #4602
- On a empty blockquote the callout feature would panic, as it expects
to always have at least one child.
- This panic cannot result in a DoS, because any panic that happens
while rendering any markdown input will be recovered gracefully.
- Adds a simple condition to avoid this panic.

(cherry picked from commit efd63ec1d8)
2024-07-22 14:17:50 +02:00
..
callout [v8.0/forgejo] Don't panic on empty blockquote 2024-07-22 14:17:50 +02:00
math Fix markdown math brackets render problem (#31420) 2024-06-23 12:40:06 +02:00
ast.go
color_util.go
color_util_test.go
convertyaml.go
goldmark.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
markdown.go
markdown_test.go [v8.0/forgejo] Don't panic on empty blockquote 2024-07-22 14:17:50 +02:00
meta.go
meta_test.go
prefixed_id.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02:00
renderconfig.go
renderconfig_test.go
toc.go
transform_codespan.go Enable unparam linter (#31277) 2024-06-16 13:42:58 +02:00
transform_heading.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02:00
transform_image.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
transform_link.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
transform_list.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00