vulnapi
vulnapi copied to clipboard
VulnAPI is an open-source project designed to help you scan your APIs for common security vulnerabilities and weaknesses.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib) | `v0.55.0` -> `v0.56.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cerberauth/vulnapi). ## Open These updates have all been...
This pull request fixes a problem with the GetHeaders method in the OAuth and JWT Bearer security schemes. It wasn't handling cases where attack and valid values were nil, which...
Cache control response header public should not be set when an authentication is performed. It increase risk to put not shareable (personal, confidential, ...) data into a shared cache. [Cache-Control...
Hi team, I am wondering, how can I get confirmation of the endpoints scanned when you scan with curl or openapi? Our API has a lot of endpoints, and with...
Test for JWT `None`,`none`,`NONE`, `nOnE` alg. For now, only `none` is tested.