Skip to content

Sensitive Data: Secret Token Ruby - File Disclosure

Identifier: secret_token_rb

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Ruby Secret token is exposed.

Configuration

Example

Example configuration:

---
security_tests:
  secret_token_rb:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.