Skip to content

Instantly share code, notes, and snippets.

@mcsee
Created May 11, 2025 17:04
Show Gist options
  • Save mcsee/27c3782443868d992951d86b91964cbe to your computer and use it in GitHub Desktop.
Save mcsee/27c3782443868d992951d86b91964cbe to your computer and use it in GitHub Desktop.
This gist belongs to Clean Code Cookbook http://cleancodecookbook.com By Maximiliano Contieri http://maximilianocontieri.com
// package.json
{
"name": "my-app",
"dependencies": {
"react": "^18.2.0",
"lodahs": "1.0.0", // Typosquatting attack
"internal-logger": "2.1.0"
// Vulnerable to dependency confusion
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment