Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- [ ] High Level Data Flow Diagrams Exist for Feature/Function?
- [ ] Initial Threat Modeling table has been completed against diagram?
- [ ] Have code changes been validated against [OWASP Top 10?](https://owasp.org/www-project-top-ten/)

- [A01:2021- Broken Access Control](https://owasp.org/Top10/A01_2021-Broken_Access_Control/)
- [A02: 2021- Cryptographic Failures](https://owasp.org/Top10/A02_2021-Cryptographic_Failures/)
- [A03: 2021- Injection](https://owasp.org/Top10/A03_2021-Injection/)
Expand Down