-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: DevSecOps | ||
description: DevSecOps | ||
--- | ||
|
||
# DevSecOps | ||
|
||
DevSecOps is a term that refers to the integration of security practices into the software development and operations process. The main objective of devsecops is to make security an integral part of the software development lifecycle, rather than treating it as an afterthought. This approach enables organizations to build and deploy secure applications more quickly and efficiently, while also reducing the risk of security breaches and vulnerabilities. | ||
|
||
## Methodology | ||
|
||
- Vulnerability checks in dependencies | ||
- SAST | ||
- Code analysis | ||
- IDE | ||
- Pre-commit | ||
- Pipeline | ||
- DAST | ||
- Vulnerabilties management | ||
|
||
## Tools | ||
|
||
### Vulnerability checks in dependencies | ||
|
||
- dependency check | ||
- snyk | ||
- trivy | ||
- ... | ||
|
||
### SAST | ||
|
||
- lint* | ||
- SonarQube | ||
- ... | ||
|
||
### DAST | ||
|
||
- nuclei | ||
- OWASP ZAP | ||
- ... | ||
|
||
### Vulnerabilties management | ||
|
||
- DefectDojo |