Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 447 Bytes

File metadata and controls

14 lines (10 loc) · 447 Bytes

Secure Coding Review

This project demonstrates a basic secure coding review on a Python script. It identifies vulnerabilities such as:

  • Command injection
  • Hardcoded credentials
  • SQL injection risks

📁 Files

  • sample_code.py: Insecure sample code to audit
  • secure_review_report.md: Review findings and recommendations

🔍 How to Use

Open the secure_review_report.md file to see the issues found and suggestions to fix them.