File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
src/assets/Markdown Files Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,16 @@ In the corresponding [dimension YAMLs](https://github.com/devsecopsmaturitymodel
124124[...]
125125 teamsImplemented:
126126 Default: false
127+ B: true
127128 C: true
128- evidence:
129- B: Showed Jenkinsfile
129+ teamsEvidence:
130+ B: All team members completed OWASP Secure Coding Dojo training on 2025-01-11.
131+ C: |
132+ The pentest report from 2025 has been split into Jira tasks.
133+ _2025-04-01:_ All fixes of **critical** findings are deployed to production.
130134```
135+ The ` | ` is yaml syntax to indicate that the evidence spans multiple lines. Markdown
136+ syntax can be used. The evidence is currently visible on the activity from the Matrix page.
131137
132138# Back link
133139
Original file line number Diff line number Diff line change @@ -124,10 +124,16 @@ In the corresponding [dimension YAMLs](https://github.com/devsecopsmaturitymodel
124124[...]
125125 teamsImplemented:
126126 Default: false
127+ B: true
127128 C: true
128- evidence:
129- B: Showed Jenkinsfile
129+ teamsEvidence:
130+ B: All team members completed OWASP Secure Coding Dojo training on 2025-01-11.
131+ C: |
132+ The pentest report from 2025 has been split into Jira tasks.
133+ _2025-04-01:_ All fixes of **critical** findings are deployed to production.
130134```
135+ The ` | ` is yaml syntax to indicate that the evidence spans multiple lines. Markdown
136+ syntax can be used. The evidence is currently visible on the activity from the Matrix page.
131137
132138# Back link
133139
Original file line number Diff line number Diff line change 33## What is DSOMM?
44DSOMM is a framework that helps organizations to assess, improve and prioritize security activities in their software development cycle.
55
6- DSOMM is a project in the OWASP family .
6+ DSOMM is a project of the OWASP Foundation .
77
88## DSOMM vs OWASP SAMM
99[ DSOMM] ( https://dsomm.owasp.org/ ) and [ OWASP SAMM] ( https://owaspsamm.org/ ) are both frameworks that share a common goal of improving security.
You can’t perform that action at this time.
0 commit comments