keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.37k stars 374 forks source link

[bug]: CVE in codebase #1845

Open shivamsouravjha opened 3 weeks ago

shivamsouravjha commented 3 weeks ago

Is there an existing issue for this?

Current behavior

Steps to reproduce

Environment

None

Version

Cloud

Repository

keploy

aerowisca commented 1 week ago

seems the CVE was due to an older dependency of docker . go: upgraded github.com/docker/docker v24.0.4+incompatible => v26.1.1+incompatible This solves the issue but i hope we are not dependent on particular version for any specific task ? @shivamsouravjha

shivamsouravjha commented 2 days ago

nope we're not dependent on any particular docker version, but if we were to upgrade the docker version me must insure that any feature we use isn't downgraded.