OWASP / OpenCRE

https://opencre.org
Creative Commons Zero v1.0 Universal
77 stars 33 forks source link

close #537 by creating an importer for the new format #538

Closed northdpole closed 1 month ago

northdpole commented 2 months ago

instructions for testing: you can get all of a standard in CSV format from an existing instance with curl http://127.0.0.1:5000/rest/v1/standard/<standard_name(e.g. ASVS)>\?format\=csv you can upload your own standard with curl -X POST http://localhost:5000/rest/v1/cre_csv_import -F "cre_csv=@asvs.csv"