Commit 1ad6c8b
committed
Override protobuf-java version in milvus-store to fix CVE-2024-7254
The milvus-sdk-java 2.5.8 depends on protobuf-java 3.24.0 which is
vulnerable to CVE-2024-7254 (SNYK-JAVA-COMGOOGLEPROTOBUF-8055227)
Stack-based Buffer Overflow.
This fix adds a dependencyManagement section to override the transitive
protobuf-java dependency to use version 3.25.8 (defined in parent pom
as protobuf-java.version property) which contains the fix for this CVE.1 parent 28891ab commit 1ad6c8b
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
| |||
0 commit comments