Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 17 commits into from
Aug 14, 2024

Conversation

northdpole
Copy link
Collaborator

@northdpole northdpole commented Jul 28, 2024

  • parse CREs from spreadsheet
  • parse standards from spreadsheet
  • api handler for importing
  • validate spreadsheet format
  • optional gap analysis on cres and standards

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 "[email protected]"

@northdpole northdpole merged commit 95ace6b into main Aug 14, 2024
5 of 7 checks passed
@northdpole northdpole deleted the feature-#537-import-from-csv branch August 14, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant