Package owaspprovides an https://github.com/OWASP checklist editor.
It was written to integrate ISVS and ASVS checklists with tests that
verify the requirements.
§ Quick start
Install the editor
go get -u sogvin.com/cmd/wasped
Prepare a checklist, start of with asvs.json or isvs.json. Set the Applicable field to true on each
entry that is applicable to your project.
When you have verified a requirement check it off with
$ wasped --verify "1.3.2" asvs.json
finally you can render a markdown report summarizing your progress
$ wasped --report asvs_report.md --title "My ASVS report" asvs.json
§ Automate verification in tests
The package is designed to simplify verification of requirements using
tests and producing a readable report.