Skip to content

Commit 49bbea9

Browse files
committed
fix(go.mod): update weaviate version to address security vulnerability
1 parent 088b5a4 commit 49bbea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ require (
8585
replace github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.3.1
8686

8787
// Fix CVE-2025-67818: Path Traversal vulnerability in backup modules
88-
replace github.com/weaviate/weaviate => github.com/weaviate/weaviate v1.36.5
88+
replace github.com/weaviate/weaviate => github.com/weaviate/weaviate v1.36.6

0 commit comments

Comments
 (0)