Skip to content

Instantly share code, notes, and snippets.

@tdshipley
Created April 29, 2019 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdshipley/11a35f3f2f6a3df533990c279c72265d to your computer and use it in GitHub Desktop.
Save tdshipley/11a35f3f2f6a3df533990c279c72265d to your computer and use it in GitHub Desktop.
Mapping file for Dependency Checker and OWASP Glue
{
"app_name": "my_app_name",
"task_name": "OWASP Dependency Checker",
"mappings": [
{
"key": "alerts",
"properties": {
"description": "description",
"detail": "detail",
"source": "source",
"severity": "severity",
"fingerprint": "fingerprint"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment