Incident Response Documentation#324
Incident Response Documentation#324swethaa-11 wants to merge 2 commits intoRedback-Operations:mainfrom
Conversation
🔒 OWASP Scanner ResultsVulnerabilities were detected: File docs/cybersecurity/SecDevOps Team/Archived Files/README.md does not exist.
|
VishalAbiman05
left a comment
There was a problem hiding this comment.
Security suggestion – Medium severity
This document correctly shows how to create a client secret, but it doesn't warn the reader about secure storage.
Risk: A developer might paste this secret into a config file, .env committed to GitHub, or share it in plain text.
Recommendation: Add a warning after step 5, such as:
⚠️ Security: This client secret is a credential. Never hardcode it in source code or commit it to GitHub. Store it in Azure Key Vault, GitHub Secrets, or environment variables. Rotate it before expiry.
Also consider adding a note to set a calendar reminder for rotation (6–12 months).
This change helps prevent accidental credential exposure.
No description provided.