oapi-codegen / nethttp-middleware

Apache License 2.0
8 stars 6 forks source link

Incomplete request validation #23

Open Renizmy opened 3 weeks ago

Renizmy commented 3 weeks ago

Hello,

We encountered a strange behavior in the middleware implementation for the go-chi router. The solution does not exclude parameters that are sent in excess in a request. This issue may results in the server processing additional, unintended parameters, which could lead to unexpected behavior or security vulnerabilities.

If there's interest or an existing plan for this feature, I'd be happy to contribute or help with testing and documentation.