Actions
Patch #34461
closedUpdate Redcarpet to 3.5.1
Updated by Marius BĂLTEANU almost 4 years ago
- Tracker changed from Defect to Patch
diff --git a/Gemfile b/Gemfile
index 9824c3b2e..a5baf33ce 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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
Updated by Go MAEDA almost 4 years ago
https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md#version-351-security
Fix a security vulnerability using :quote in combination with the :escape_html option.
Updated by Go MAEDA almost 4 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you.
Actions