Skip to content

Commit 1ccfdd0

Browse files
committed
Add preliminary release notes for 1.13.8
1 parent 42823bb commit 1ccfdd0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ <h2 id="utility">Utility Functions</h2>
27622762
<b class="header">VERSION</b>
27632763
<br>
27642764
It is possible to get the current Underscore version via
2765-
<tt>_.VERSION</tt>
2765+
<tt>_.VERSION</tt>
27662766
.
27672767
<pre>_.VERSION =&gt; 1.13.8</pre>
27682768
</p>
@@ -2990,6 +2990,24 @@ <h2 id="notes">Notes</h2>
29902990

29912991
<h2 id="changelog">Change Log</h2>
29922992

2993+
<p id="1.13.8">
2994+
<b class="header">1.13.8</b> &mdash; <small><i>February 19, 2026</i></small> <!-- &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.7...1.13.8">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.8/index.html">Docs</a> --><br />
2995+
<ul>
2996+
<li>
2997+
Fixes a security issue in <tt>_.flatten</tt> and <tt>_.isEqual</tt>
2998+
that, under very specific circumstances, could allow for a Denial of
2999+
Service (DoS) attack in server applications. This bug was present in
3000+
all previous versions of Underscore.
3001+
</li>
3002+
<li>
3003+
Adds documentation for <tt>_.VERSION</tt>.
3004+
</li>
3005+
<li>
3006+
Clarifies some terminology in the documentation for contributors.
3007+
</li>
3008+
</ul>
3009+
</p>
3010+
29933011
<p id="1.13.7">
29943012
<b class="header">1.13.7</b> &mdash; <small><i>July 24, 2024</i></small> &mdash; <a href="https://github.com/jashkenas/underscore/compare/1.13.6...1.13.7">Diff</a> &mdash; <a href="https://cdn.statically.io/gh/jashkenas/underscore/1.13.7/index.html">Docs</a><br />
29953013
<ul>

0 commit comments

Comments
 (0)