Skip to content

Commit

Permalink
Lint unit-testing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Aug 31, 2023
1 parent 24442e9 commit 9a9d64d
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 143 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
dist/
coverage/
docs/

# Logs
logs
Expand Down
12 changes: 7 additions & 5 deletions docs/sdlc.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ This lifecycle is intended to be used by software teams including product manage
This lifecycle integrates security into all aspects of application software development which is comprised of six phases.

1. Requirements Gathering and Planning:
- Identify the scope, goals, and necessary resources for development
- Define functional and security requirements for the feature
- Considering [core engineering principles](./engineering-principles.md)
- Security controls such as authentication, data encryption, and secure communication protocols
- Inform the marketing team and customer support of the projected timelines, features, and any potential market impacts

- Identify the scope, goals, and necessary resources for development
- Define functional and security requirements for the feature
- Considering [core engineering principles](./engineering-principles.md)
- Security controls such as authentication, data encryption, and secure communication protocols
- Inform the marketing team and customer support of the projected timelines, features, and any potential market impacts

2. Design:

Expand All @@ -26,6 +27,7 @@ This lifecycle integrates security into all aspects of application software deve
- Document design decisions, security controls, implementation and verification

3. Development:

- Adhere to [coding standards and secure coding practices](../README.md)
- Implement features and security controls according to the design
- Conduct code review for all changes
Expand Down
Loading

0 comments on commit 9a9d64d

Please sign in to comment.