Skip to content

Commit

Permalink
add pros and cons
Browse files Browse the repository at this point in the history
  • Loading branch information
xanhacks committed Dec 11, 2022
1 parent f2d56a3 commit ff59e35
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/others/devsecops.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ description: 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.

**Pros :**

- Detect vulnerabilies faster
- Detect more vulnerabilies

**Cons :**

- False positives
- Vulnerabilites triage

## Methodology

- Vulnerability checks in dependencies
Expand Down

0 comments on commit ff59e35

Please sign in to comment.