gitlab-org--gitlab-foss/changelogs/unreleased/security-wiki-rdoc-content.yml
Luke Duncalfe 49a78d419d Pass all wiki markup formats through pipelines
Previously, when the wiki page format was anything other than `markdown`
or `asciidoc` the formatted content would be returned though a Gitaly
call. Gitaly in turn would delegate formatting to the gitlab-gollum-lib
gem, which in turn would delegate that to various gems (like RDoc for
`rdoc`) and then apply some very liberal sanitization.

It was too liberal!

This change brings our wiki content formatting in line with how we
format other markdown at GitLab, so we have a SSOT for sanitization.

https://gitlab.com/gitlab-org/gitlab/issues/30540
2019-10-23 11:42:37 +13:00

5 lines
117 B
YAML

---
title: Sanitize all wiki markup formats with GitLab sanitization pipelines
merge_request:
author:
type: security