Skip to content

Commit 9b154b2

Browse files
committed
feat(next-devsecops): "What's Next For DevSecOps" section draft
1 parent d50d5ea commit 9b154b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

2019/en/src/0xb1-next-devsecops.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
What's Next For DevSecOps
22
=========================
3+
4+
Due to their importance in modern application architectures, building secure
5+
APIs is crucial. Security can not be neglected and it should be part of the
6+
whole development life-cycle. Scanning and penetration testing on a yearly basis
7+
are not enough anymore.
8+
9+
DevSecOps should join the development effort, facilitating continuous security
10+
testing across the entire software development life-cycle. Their goal is to
11+
enhance the development pipeline with security automation and without impacting
12+
development speed.
13+
14+
In case of doubt, better refreshing the [DevSecOps Manifesto][1].
15+
16+
| | |
17+
|-|-|
18+
| **Understand the Threat Model** | b |
19+
| **Understand the SDLC** | |
20+
| **Testing Strategies** | |
21+
| **Achieving Coverage and Accuracy** | |
22+
| **Clearly Communicate Findings** | Contribute value with less or no friction. Deliver findings in a timely fashion, in the tools development teams are using (not PDF files). Join the development team to address the findings. Take the opportunity to educate them, clearly describing the weakness and how it can be abused, including an attack scenario to make it real. |
23+
24+
[1]: https://www.devsecops.org/

0 commit comments

Comments
 (0)