Skip to content
Snippets Groups Projects
week4.md 1.08 KiB
Newer Older
radek's avatar
radek committed
# Week three report

Radek Valigura from now on just **Radek**.
Olli Mehtonen from now on just **Olli**.
Aapo Kauranen from now on just **Aapo**.

What have we done so far:
---

Radek:
- connected with the sentry
- wrote more tests
- played the  “Privacy’s not dead!” game
- did OpenSSL Pratcice badge
radek's avatar
radek committed
- created new enpoints for users to use
- fixed issues and cleaned up a project a bit
radek's avatar
radek committed

Olli:
-

Aapo:
-

## OWASP security risks

1. Security Misconfiguration - Make sure that permissions and roles and properly configured on cloud services (on azure).
2. Vulnerable and Outdated Components - Proper testing on the compatibility of different libraries we use together.
3. Security Misconfiguration - Let's not install any unnecessary features and frameworks, try to keep things minimal and not overloaded/complicated.
4. Identification and Authentication Failures - Let's not allow passwords that are too easy (needs to have minimum lenght, small and capital letters, numbers/symbols/letters mixed etc.)
5. Identification and Authentication Failures - Implement multifactor authentication, pretty basic.