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.03k stars 197 forks source link

Vulnerability due to indirect imports #124

Open RohitPSPH opened 2 years ago

RohitPSPH commented 2 years ago

We found a vulnerability for during our code scan:

This is due to the usage of this package(github.com/awslabs/aws-lambda-go-api-proxy). It looks like this may need to be cascaded to lower level packages.

Dependency graph:

sapessi commented 2 years ago

Unfortunately there isn't a new stable version of Iris. The only option would be to update to 12.2.2-beta, which may include breaking changes. Let us work through this over the next few days.