Skip to content
Snippets Groups Projects
Commit 74a386f0 authored by GitLab Release Tools Bot's avatar GitLab Release Tools Bot
Browse files

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

Invalidate markdown cache to clear up stored XSS

See merge request gitlab-org/security/gitlab!2420
parents 00db9af7 160cdda9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment