Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 955 Bytes

security-code-review.md

File metadata and controls

29 lines (19 loc) · 955 Bytes

Security Code Review

Activities

  • Perform code reviews of security-related software and infrastructure with the Security Champion Guild.

The following areas of code tend to have a high-risk of containing security vulnerabilities:

  • Crypto implementations / usage
  • Parser, unparser
  • System configuration
  • Authentication, authorization
  • Session management
  • Request throttling
  • 🦄 (self-developed code, only used in that one software)

Benefits

  • New vulnerabilities may be found before reaching production.
  • Old vulnerabilities are found and fixed.

Assessment

  • Present the performed reviews (including participants, findings, consequences) and assess whether it is reasonable.

Further Readings

Send Feedback