awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.09k stars 200 forks source link

go mod update #180

Closed tharun-d closed 1 year ago

tharun-d commented 1 year ago

we are using this package in production which has security vulnerabilities

Description of changes: updating go mod packages and also go version

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

drakejin commented 1 year ago

I think we should upgrade Golang version to avoid security issues.

Also, You should check below PR. @sapessi Same context.

https://github.com/awslabs/aws-lambda-go-api-proxy/pull/177

tharun-d commented 1 year ago

Hi @drakejin @sapessi can we get this merged ASAP, we have serious security issues in GIN package which will get resolved by this merge

tharun-d commented 1 year ago

Hi @drakejin @sapessi can we get some eyes on this

drakejin commented 1 year ago

I have no right to merge. cc @sapessi ..

tharun-d commented 1 year ago

@sapessi can we merge this

nicholas-keers commented 1 year ago

Hello, I would love if you could merge this please @sapessi, the dependencies are starting to get some issues and the library has been left stale for a quite a few months now