Skip to content

Commit dce823b

Browse files
authored
Merge pull request #20 from wurstbrot/wurstbrot-patch-1
enhance trainings
2 parents cef4873 + 45979ef commit dce823b

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

data/CultureandOrg.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
---
22
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/
328
Security consulting on request:
429
risk: Not asking a security expert when questions regarding security appear might lead to flaws.
530
measure: Security consulting to teams is given on request. The security consultants can be internal or external.

0 commit comments

Comments
 (0)