Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OWASP/Container-Security-Verification-Standard

Container Security Verification Standard
https://github.com/OWASP/Container-Security-Verification-Standard

Last synced: 2 months ago
JSON representation

Container Security Verification Standard

Awesome Lists containing this project

README

        

# Container Security Verification Standard

Welcome to the Container Security Verification Standard (CSVS) version 1.0. The CSVS is a community-effort to establish a framework of security requirements and controls that focus on normalizing the functional and non-functional security controls required when designing, developing and testing container-based solutions with a focus on Docker.

## Download

* [Word document](https://github.com/OWASP/Container-Security-Verification-Standard/releases/download/v1.0/container_security_verification_standard_v1.0_en.docx)
* [PDF document](https://github.com/OWASP/Container-Security-Verification-Standard/releases/download/v1.0/container_security_verification_standard_v1.0_en.pdf)
* [Source code](https://github.com/OWASP/Container-Security-Verification-Standard)

## Contributing

We're always looking for people who are willing to review and extend the CSVS. If you feel like you could be one of them, please either just create a pull request with your changes or open an issue if you need any help.

## FAQ

1. **The document looks similar to the OWASP Application Security Verification Standard. How is it related?**
We love the work done by the OWASP ASVS project team and indeed the overall structure and e.g. the scripts to export the CSVS to different formats is coming from the ASVS.
2. **Topic XYZ is missing. Why?**
Either it didn't cross our minds yet or we thought it is already covered in one of the requirements in the CSVS. Anyway, please let us know by [opening an issue](https://github.com/OWASP/Container-Security-Verification-Standard/issues/new) or even fork the CSVS and send us a pull request with your proposed changes.
3. **There are already other documents that cover container security like the [CIS Docker Benchmark](https://www.cisecurity.org/benchmark/docker/) or [NIST Application Container Security Guide](https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-190.pdf). Why do we need the CSVS?**
Existing documents often contain more than 100 pages or are using a lot of running text. We think there should be a clear standard that allows you to go through and actually verify your level of security related to container solutions.
4. **Is there any referencing from the CSVS to other standards and vice-versa?**
Unfortunately not yet, but we made sure to cover at least the [CIS Docker Benchmark](https://www.cisecurity.org/benchmark/docker/) and [NIST Application Container Security Guide](https://nvlpubs.nist.gov/nistpubs/specialpublications/nist.sp.800-190.pdf).