logo

Database

Vonage Secret Key

Description

The source code repository contains sensitive information: Vonage Secret Key

Weakness:

009 - Sensitive information in source code

Category: Information Collection

Detection Strategy

    Matches Vonage Secret Key patterns in source code and configuration files

Vulnerable code example

VONAGE_API_SECRET=A1b2C3d4E5f6G7h8
nexmo_api_secret: "Zx9Qm3Wv7Nt1Rp5K"
VONAGE_API_SECRET_KEY=A1b2C3d4E5f6G7h8
new Vonage({apiKey: "abcd1234", apiSecret: "A1b2C3d4E5f6G7h8"})