diff options
author | Go MAEDA <maeda@farend.jp> | 2020-12-18 00:40:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-12-18 00:40:41 +0000 |
commit | 0370be3ed1a42b831cb86507f85f6245bb1f8ead (patch) | |
tree | 8c461d2c3c73c49a9416e1c4b556433fcfdda60b | |
parent | 3498a6a6247612f04f24185bd6175a113d4987b9 (diff) | |
download | redmine-0370be3ed1a42b831cb86507f85f6245bb1f8ead.tar.gz redmine-0370be3ed1a42b831cb86507f85f6245bb1f8ead.zip |
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
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ end # Optional Markdown support, not for JRuby group :markdown do - gem "redcarpet", "~> 3.5.0" + gem 'redcarpet', '~> 3.5.1' end # Include database gems for the adapters found in the database |