File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const API_KEY = "sk-proj-abc123...";
109109api_key = " sk-proj-abc123..."
110110```
111111
112- #### ✅ CORRECT: Environment Variables
112+ #### ↪️ CORRECT: Environment Variables
113113
114114#### PHP with ` vlucas/phpdotenv `
115115
@@ -181,7 +181,7 @@ const openaiKey = process.env.OPENAI_API_KEY;
181181const claudeKey = process .env .ANTHROPIC_API_KEY ;
182182```
183183
184- ### 🔒 Additional Key Security
184+ ### 🔒 Additional Key Security for your repos
185185
186186``` gitignore
187187# .gitignore
@@ -1196,6 +1196,12 @@ module.exports = UniversalAIClient;
11961196- [ TruffleHog] ( https://github.com/trufflesecurity/trufflehog ) - Find leaked credentials
11971197- [ Dependabot] ( https://github.com/dependabot ) - Automated dependency updates
11981198
1199+ ### Good to know
1200+
1201+ - [ Security Headers — Complete Implementation Guide] ( https://github.com/VolkanSah/Security-Headers )
1202+ - [ Securing FastAPI Applications] ( https://github.com/VolkanSah/Securing-FastAPI-Applications )
1203+ - [ ModSecurity Webserver Protection Guide] ( https://github.com/VolkanSah/ModSecurity-Webserver-Protection-Guide )
1204+
11991205---
12001206
12011207## 💖 Support & Contributions
You can’t perform that action at this time.
0 commit comments