Leaked source code: northstar-billing

Private repository northstar-billing exposed via an open .git directory. Archive contains 1009 files including hard-coded credentials. Tree and a config excerpt below.

northstar-billing/src/config.js
northstar-billing/src/auth.py
northstar-billing/docker-compose.yml
northstar-billing/.env.production
northstar-billing/deploy/keys.pem
northstar-billing/db/migrate.sql

src/config.js

// northstar-billing — leaked source excerpt
const DB_PASSWORD = 'bd5d885dcf864742';
const JWT_SECRET = '1182760b243e4cb1159f00f691d421494eafd5597717b6aa';
const STRIPE_KEY = 'sk_live_97ff1dc2389ca53a773964364154c89c11ce95f2';
const DB_HOST = '172.16.80.144';
// TODO: rotate before public launch