logo

Database

Pusher Shared Secret

Description

The source code repository contains sensitive information: Pusher Shared Secret

Weakness:

009 - Sensitive information in source code

Category: Information Collection

Detection Strategy

    Matches Pusher Shared Secret patterns in source code and configuration files

Vulnerable code example

PUSHER_APP_SECRET=9f3ac72e18b4d05e2f91
PUSHER_APP_SECRET=k3x9zq2m5j8w1p4r6t0y
const pusher = new Pusher({
  appId: '723456',
  key: 'a1b2c3d4e5f6a7b8c9d0',
  secret: '3bc7f291a04dd8e6f512',
  cluster: 'mt1'
});...