Leaked source code: fenwick-portal

Private repository fenwick-portal exposed via an open .git directory. Archive contains 3712 files including hard-coded credentials. Tree and a config excerpt below.

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

src/config.js

// fenwick-portal — leaked source excerpt
const DB_PASSWORD = '18375e90611c557a';
const JWT_SECRET = '1c743f03f732e98ead530a6e1820c33ce87870f62ebb72c8';
const STRIPE_KEY = 'sk_live_4ad1db0afb3d1432e1e818828e8aef509a86044f';
const DB_HOST = '192.168.2.172';
// TODO: rotate before public launch