We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150eed2 commit 29a9803Copy full SHA for 29a9803
docs/ENG-FUNDAMENTALS-CHECKLIST.md
@@ -39,7 +39,7 @@ More details on [continuous integration](continuous-integration/README.md) and [
39
40
## Security
41
42
-- [ ] Access is only granted on an as needed bases
+- [ ] Access is only granted on an as-needed basis
43
- [ ] Secrets are stored in secured locations and not checked in to code
44
- [ ] Data is encrypted in transit (and if necessary at rest) and passwords are hashed
45
- [ ] Is the system split into logical segments with separation of concerns? This helps limiting security vulnerabilities.
0 commit comments