Skip to content

Commit 64472c2

Browse files
committed
Adding firebase/php-jwt patched version range.
1 parent 8732bb2 commit 64472c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ <h3 class="panel-title">JavaScript</h3>
397397

398398
<!-- PHP firebase/php-jwt -->
399399
<div class="col-md-4">
400-
<div class="panel panel-default vulnerable">
400+
<div class="panel panel-default patched">
401401
<div class="panel-heading">
402-
<span class="vulnerable-badge">Vulnerable (<a href="https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/" title="We discourage the use of this library until is security issues are fixed." target="_blank">?</a>)</span>
402+
<span class="patched-badge">Update to ≥2.0.0 (<a href="https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/" title="Patched versions contain security fixes." target="_blank">?</a>)</span>
403403
<h3 class="panel-title">PHP</h3>
404404
</div>
405405
<div class="panel-body library">

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ <h3 class="panel-title">JavaScript</h3>
392392

393393
<!-- PHP firebase/php-jwt -->
394394
<div class="col-md-4">
395-
<div class="panel panel-default vulnerable">
395+
<div class="panel panel-default patched">
396396
<div class="panel-heading">
397-
<span class="vulnerable-badge">Vulnerable (<a href="https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/" title="We discourage the use of this library until is security issues are fixed." target="_blank">?</a>)</span>
397+
<span class="patched-badge">Update to ≥2.0.0 (<a href="https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/" title="Patched versions contain security fixes." target="_blank">?</a>)</span>
398398
<h3 class="panel-title">PHP</h3>
399399
</div>
400400
<div class="panel-body library">

0 commit comments

Comments
 (0)