checkov
checkov copied to clipboard
Add check for OpenAPI for global security using password flow
Describe the issue Add a check that flags the use of a password with OAuth2
Examples
...
"securityDefinitions": {
"name": {
"type": "oauth2",
"flow": "password",
...
}
}
...