Vote #81194
完了Update Redcarpet to 3.5.1
0%
journals
<pre><code class="diff">
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
</code></pre>
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------