Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Jarfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jar 'com.github.crawler-commons:crawler-commons', '1.2'
jar 'commons-io:commons-io', '2.16.1'

# Apache HTTP client used for requests to websites
# Pinned to 5.5.1+ to pull in httpcore5/httpcore5-h2 5.3.6, resolving CVE-2025-8671
# (HTTP/2 stream-reset DoS in httpcore5-h2 < 5.3.5)
jar 'org.apache.httpcomponents.client5:httpclient5', '5.5.1'
# Pinned to 5.6.2+ to pull in httpcore5/httpcore5-h2 5.4.3, resolving
# CVE-2025-8671, CVE-2026-54399, and CVE-2026-54428 (HTTP DoS in httpcore5-h2).
jar 'org.apache.httpcomponents.client5:httpclient5', '5.6.2'

# For managing Brotli input streams
jar 'org.apache.commons:commons-compress', '1.27.1'
Expand Down
6 changes: 3 additions & 3 deletions Jars.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ org.bouncycastle:bcutil-jdk18on:1.84:compile:
com.github.crawler-commons:crawler-commons:1.2:compile:
org.slf4j:slf4j-api:1.7.7:compile:
commons-io:commons-io:2.16.1:compile:
org.apache.httpcomponents.client5:httpclient5:5.5.1:compile:
org.apache.httpcomponents.core5:httpcore5:5.3.6:compile:
org.apache.httpcomponents.core5:httpcore5-h2:5.3.6:compile:
org.apache.httpcomponents.client5:httpclient5:5.6.2:compile:
org.apache.httpcomponents.core5:httpcore5:5.4.3:compile:
org.apache.httpcomponents.core5:httpcore5-h2:5.4.3:compile:
org.apache.commons:commons-compress:1.27.1:compile:
commons-codec:commons-codec:1.17.1:compile:
org.apache.commons:commons-lang3:3.16.0:compile:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading