nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

Update go version #45

Closed notthepoint closed 2 years ago

notthepoint commented 2 years ago

Could you publish a new version of your docker image? It's currently using 1.17.9, which contains several CVEs. The CVEs would be solved by using 1.17.13.

nsmithuk commented 2 years ago

Hi @notthepoint

Thank you for pointing this out! :-)

I re-triggered the build for this; it should now have been built with the latest version of 1.17.

I'll look at moving to 1.19 at some point, but unfortunately Go have changed how the NIST curves are stored internally, which will mean a refactor on the local-kms side before it can be upgraded.

notthepoint commented 1 year ago

Thank you!