Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 515 Bytes

pull_request_template.md

File metadata and controls

18 lines (17 loc) · 515 Bytes

Secure Coding Practices Checklist GitHub Link

Secure Coding Checklist

  • Input Validation
  • Output Encoding
  • Authentication and Password Management
  • Session Management
  • Access Control
  • Cryptographic Practices
  • Error Handling and Logging
  • Data Protection
  • Communication Security
  • System Configuration
  • Database Security
  • File Management
  • Memory Management
  • General Coding Practices