The app for independent voices

⚠️ Top 10 Laravel security issues I've found during audits ⚠️

#1 → Exposed API Keys & Passwords

How many times do I need to say it?

Don't commit secrets into git!😡

Don't commit secrets into git!😡

Don't commit secrets into git!😡

Don't commit secrets into git!😡

The unsurprising champion: API keys and passwords committed into version control, and scattered across codebases.

API keys unlock billing, storage, PII, and lots more, so it's a terrible idea given how widely shared code and repos are between 3rd party services and devs.

The tools I use to find secrets are:

  1. Gitleaks: github.com/zricethezav/…

  2. TruffleHog: github.com/trufflesecur…

I wrote about them over here:

Security Tip: Finding Secrets
Apr 23, 2023
at
11:50 PM

Log in or sign up

Join the most interesting and insightful discussions.