Skip to content

Commit 0370be3

Browse files
committed
Update Redcarpet to 3.5.1 (#34461).
The version fixes a security vulnerability using :quote in combination with the :escape_html option. git-svn-id: http://svn.redmine.org/redmine/trunk@20665 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 3498a6a commit 0370be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ end
4444

4545
# Optional Markdown support, not for JRuby
4646
group :markdown do
47-
gem "redcarpet", "~> 3.5.0"
47+
gem 'redcarpet', '~> 3.5.1'
4848
end
4949

5050
# Include database gems for the adapters found in the database

0 commit comments

Comments
 (0)