checkov icon indicating copy to clipboard operation
checkov copied to clipboard

Add check for OpenAPI for global security using password flow

Open tsmithv11 opened this issue 3 years ago • 0 comments

Describe the issue Add a check that flags the use of a password with OAuth2

Examples

...
"securityDefinitions": {
    "name": {
      "type": "oauth2",
      "flow": "password",
      ...
    }
}
...

tsmithv11 avatar Jul 11 '22 22:07 tsmithv11