forked from raystack/firehose
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixing curl security vulnerability issue (#36)
* fix: fixing Heap Buffer Overflow critical Vulnerability in cURL and libcurl (CVE-2023-38545) * fix: fixing curl security vulnerability issue --------- Co-authored-by: Shreyansh <[email protected]>
- Loading branch information
1 parent
24aadf4
commit 91794d2
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ lombok { | |
} | ||
|
||
group 'com.gotocompany' | ||
version '0.9.9' | ||
version '0.9.10' | ||
|
||
def projName = "firehose" | ||
|
||
|