Skip to content

Commit 6c2f877

Browse files
authored
Merge pull request #1224 from kbrock/CVE-2025-54314
Declare thor version CVE-2025-54314
2 parents 811654d + 7dab201 commit 6c2f877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "jekyll-sitemap"
1212
gem "jemoji"
1313
gem "kramdown-parser-gfm"
1414
gem "mini_racer"
15-
gem "thor"
15+
gem "thor", ">= 1.4.0" # CVE-2025-54314: https://github.com/advisories/GHSA-mqcp-p2hv-vw6x
1616

1717
group :test, :development do
1818
gem "dotenv"

0 commit comments

Comments
 (0)