Skip to content

Commit 4c88831

Browse files
authored
Corrected the 1.10.5 patched version range in gems/faraday/CVE-2026-25765.yml
* Only the last patched version may use the `>=` operator.
1 parent f2c6db7 commit 4c88831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gems/faraday/CVE-2026-25765.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description: |
6161
```
6262
cvss_v3: 5.8
6363
patched_versions:
64-
- ">= 1.10.5"
64+
- "~> 1.10.5"
6565
- ">= 2.14.1"
6666
related:
6767
url:

0 commit comments

Comments
 (0)