Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicoSWD/asvs-checklist
OWASP Application Security Verification Standard 4.0 Checklist
https://github.com/nicoSWD/asvs-checklist
appsec asvs owasp security
Last synced: 21 days ago
JSON representation
OWASP Application Security Verification Standard 4.0 Checklist
- Host: GitHub
- URL: https://github.com/nicoSWD/asvs-checklist
- Owner: nicoSWD
- License: other
- Created: 2019-04-02T13:49:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T12:43:53.000Z (over 5 years ago)
- Last Synced: 2024-11-16T19:31:28.611Z (26 days ago)
- Topics: appsec, asvs, owasp, security
- Language: PHP
- Homepage:
- Size: 2.94 MB
- Stars: 31
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - nicoSWD/asvs-checklist - OWASP Application Security Verification Standard 4.0 Checklist (PHP)
README
🔐 OWASP ASVS 4.0 Checklist
===========================[![license](https://i.creativecommons.org/l/by-sa/3.0/80x15.png)](http://creativecommons.org/licenses/by-sa/3.0/)
Checklist for OWASP's [Application Security Verification Standard 4.0.1](https://www.owasp.org/index.php/Category:OWASP_Application_Security_Verification_Standard_Project)
Usage
=====
It's probably easiest if you copy [this Google Spreadsheet](https://docs.google.com/spreadsheets/d/11BNnfM8ImoL7PolLTgPch7xfdQDYTRfELbnayfZLDNI) to your own drive and work from there.Alternatively, you may download one of these files:
- [ASVS_v4.0_Checklist.ods](https://docs.google.com/spreadsheets/d/11BNnfM8ImoL7PolLTgPch7xfdQDYTRfELbnayfZLDNI/export?format=ods&id=11BNnfM8ImoL7PolLTgPch7xfdQDYTRfELbnayfZLDNI)
- [ASVS_v4.0_Checklist.xlsx](https://docs.google.com/spreadsheets/d/11BNnfM8ImoL7PolLTgPch7xfdQDYTRfELbnayfZLDNI/export?format=xlsx&id=11BNnfM8ImoL7PolLTgPch7xfdQDYTRfELbnayfZLDNI)![screenshot](resources/screenshot.png)
![screenshot](resources/screenshot2.png)
Script Usage
============You most likely won't need this. But if you need to re-parse the CSV into individual files for easier usage, run this:
```shell
$ bin/csvparse resources/OWASP_Application_Security_Verification_Standard_4.0-en.csv
```