Skip to content

Commit

Permalink
build(okhttp-dependency): address cve-2023-3635 in okhttp library (#58)
Browse files Browse the repository at this point in the history
This commit fixes a vulnerability (CVE-2023-3635) in Okio that could lead to data loss during type conversion. The issue arises when converting from a long to an integer, where data might be truncated or translated incorrectly.

Closes #57
  • Loading branch information
sufyankhanrao authored Jun 14, 2024
1 parent 635395f commit 5f20439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 5f20439

Please sign in to comment.