Skip to content

Instantly share code, notes, and snippets.

@sapran
Last active March 27, 2018 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sapran/be2b5223518cf1e3620f4a4b2e6dddfd to your computer and use it in GitHub Desktop.
Save sapran/be2b5223518cf1e3620f4a4b2e6dddfd to your computer and use it in GitHub Desktop.
Notes to Application Security awareness training in line with OWASP SAMM initial development team education effort according to Education and Guidance practice.

Review OWASP Top 10 appsec risks

Security Maxims overview

Security Engineering principles overview.

  • Least Privilege
  • Fail-Safe Defaults
  • Economy of Mechanism
  • Complete Mediation
  • Open Design
  • Separation of Privilege
  • Least Common Mechanism
  • Psychological Acceptability
  • Defense in Depth
  • Secure Weakest Link First

Ross Anderson's Security Engineering book

Garry McGraws' 10 software security principles

Walk through the flagship OWASP projects

Practice (preparation for day 3): demonstrate the workflow of security penetration testing – discover, verify, and remediate a vulnerability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment