Skip to content
Snippets Groups Projects
Commit 0768d536 authored by David Kim's avatar David Kim :dart: Committed by GitLab Release Tools Bot
Browse files

Invalidate markdown cache to clear up stored XSS

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

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

Changelog: security
parent 5087c814
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