Created
May 11, 2025 17:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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