OWASP DevSecOps Verification Standard

OWASP DevSecOps Verification Standard

The OWASP DevSecOps Verification Standard (DSOVS) is an open source framework that defines baseline requirements for any software project or organisation. You can use the DSOVS for:

  • ๐Ÿง Gap Analysis

    • DSOVS can be used to identify gaps that exist within a single or multiple software projects by providing internal or external analystsโ€™ with a clearly defined standard that cover all areas of the secure software development lifecycle.
  • ๐Ÿ—บ๏ธ Maturity Roadmap

    • DSOVS can be used by developers, architects, security people and anyone else to identify existing DevSecOps maturity levels whilst mapping a clear path to work towards heightened maturity.
  • โš ๏ธ During Third-party Risk Asessments

    • DSOVS can be used to audit the software development lifecycle (SDLC) maturity of third-parties which is important as it ensures that their software development processes are resilient and helps identify any potential vulnerabilities that exist due to people, processes or software.

๐Ÿงฎ Self-Assessment Tool

Try it live at dsovs.com, or run it from the assessment/ folder. Rate your maturity against every DSOVS control and generate a report; it runs entirely in your browser, so your answers are saved locally on your device and never leave it. You can export your results as JSON or print them to PDF.

Building your own tooling? Every control is also published as machine-readable data: the JSON API is generated from the source-of-truth files under data/controls/.

๐Ÿ’ฌ Connect with Us

  • #project-devsecops-verification-standard
  • @theonejvo (Jamieson Vincenti O'Reilly, Project Lead)
  • @yudhiy (Yudhi Yudhistira, Project Lead)
  • ๐ŸŽ‰ Get Involved

    Your contribution will help the DSOVS evolve as processes and technologies are ever changing.

    We welcome any kind of contribution and feedback to help make the DSOVS an even better open source project.

    Join our community today and be part of the journey

    For each phase, there are streams that the DSOVS assesses:## ๐Ÿ“– Table-of-Contents

    Organisation Phase

    โœ… ORG-001 Risk Assessment

    โœ… ORG-002 Security Training

    โœ… ORG-003 Security Champion

    โœ… ORG-004 Security Reporting

    Requirements Phase

    โœ… REQ-001 Security Policy and Regulatory Compliance

    โœ… REQ-002 Security Requirements and Standards

    โœ… REQ-003 Security User Stories and Acceptance Criterias

    โœ… REQ-004 Security Issues Tracking Design

    โœ… DES-001 Security Architecture Design Reviews

    โœ… DES-002 Threat Modelling

    Code/Build Phase

    โœ… CODE-001 Secure Development Environment

    โœ… CODE-002 Hardcoded Secrets Detection

    โœ… CODE-003 Manual Secure Code Review

    โœ… CODE-004 Static Application Security Testing (SAST)

    โœ… CODE-005 Software Composition Analysis (SCA)

    โœ… CODE-006 Software License Compliance

    โœ… CODE-007 Inline IDE Secure Code Analysis

    โœ… CODE-008 Container Security Scanning

    โœ… CODE-009 Secure Dependency Management

    Test Phase

    โœ… TEST-001 Security Test Management

    โœ… TEST-002 Dynamic Application Security Testing (DAST)

    โœ… TEST-003 Interactive Application Security Testing (IAST)

    โœ… TEST-004 Penetration Testing

    โœ… TEST-005 Security Test Coverage

    Release/Deploy Phase

    โœ… REL-001 Artifact Signing

    โœ… REL-002 Secure Artifact Management

    โœ… REL-003 Secret Management

    โœ… REL-004 Secure Configuration

    โœ… REL-005 Security Policy Enforcement

    โœ… REL-006 Infrastructure-as-Code (IaC) Secure Deployment

    โœ… REL-007 Compliance Scanning

    โœ… REL-008 Secure Release Management

    Operate/Monitor Phase

    โœ… OPR-001 Environment Hardening

    โœ… OPR-002 Application Hardening

    โœ… OPR-003 Environment Security Logging

    โœ… OPR-004 Application Security Logging

    โœ… OPR-005 Vulnerability Disclosure

    โœ… OPR-006 Certificate Management

    โœ… OPR-007 Attack Surface Management


    Get Involved

    Your contribution will help the DSOVS evolve as processes and technologies are ever changing. Please propose your changes by creating a new pull request in our GitHub Project.

    Feedback

    Please use the Github Issues for feedbacks:

    • What do you like?
    • What donโ€™t you like?
    • How can we make DSOVS easier to use?
    • How could DSOVS be improved?