Commit 0a0aee80 authored by Sincheol (David) Kim's avatar Sincheol (David) Kim Committed by GitLab Release Tools Bot

Invalidate markdown cache to clear up stored XSS

Merge branch 'security-654-14-10' into '14-10-stable-ee'

See merge request gitlab-org/security/gitlab!2418

Changelog: security
parent ad109bc6
......@@ -11,8 +11,8 @@ module Gitlab
# this if the change to the renderer output is a new feature or a
# minor bug fix.
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/330313
CACHE_COMMONMARK_VERSION = 29
CACHE_COMMONMARK_VERSION_START = 10
CACHE_COMMONMARK_VERSION = 30
CACHE_COMMONMARK_VERSION_START = 10
BaseError = Class.new(StandardError)
UnsupportedClassError = Class.new(BaseError)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment