You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/CultureandOrg.yml
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
---
2
2
Education and Guidance:
3
+
Ad-Hoc Security trainings for software developers:
4
+
risk: Understanding security is hard and personnel needs to be trained on it. Otherwise, flaws like an SQL Injection might be introduced into the software which might get exploited.
5
+
measure: Provide security awareness training for all personnel involved in software development Ad-Hoc.
6
+
difficultyOfImplementation:
7
+
knowledge: 2
8
+
time: 1
9
+
resources: 1
10
+
usefulness: 3
11
+
level: 1
12
+
samm: EG1-A
13
+
- In case you do not have the budget to hire an external security expert, an option is to use the <a href="https://github.com/bkimminich/juice-shop">OWASP Juice Shop</a> on a "hacking Friday"
14
+
- https://cheatsheetseries.owasp.org/
15
+
Regular security training for all:
16
+
risk: Understanding security is hard.
17
+
measure: Provide security awareness training for all personnel involved in software development on a regular basis like twice in a year for 1-3 days.
18
+
difficultyOfImplementation:
19
+
knowledge: 2
20
+
time: 2
21
+
resources: 1
22
+
usefulness: 3
23
+
level: 2
24
+
samm: EG1-A
25
+
implementation:
26
+
- In case you do not have the budget to hire an external security expert, an option is to use the <a href="https://github.com/bkimminich/juice-shop">OWASP Juice Shop</a> on a "hacking Friday"
27
+
- https://cheatsheetseries.owasp.org/
3
28
Security consulting on request:
4
29
risk: Not asking a security expert when questions regarding security appear might lead to flaws.
5
30
measure: Security consulting to teams is given on request. The security consultants can be internal or external.
0 commit comments