-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.cruft.json
23 lines (23 loc) · 997 Bytes
/
.cruft.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"template": "[email protected]:CybercentreCanada/assemblyline-service-template.git",
"commit": "5602da0b27eef2035f37d5b29211f73491eecf2a",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "apivector",
"__svc_name": "apivector",
"__repository": "assemblyline-service-apivector",
"__pkg_name": "apivector",
"class_name": "APIVector",
"short_description": "This service extracts library imports from windows PE files or memory dump to generate api vector classification.",
"short_description_fr": "Ce service extrait les librairie importées des executables Windows ou des vidages de mémoire pour générer une classification vectorielle des api.",
"stage": "CORE",
"category": "Static Analysis",
"org_name_full": "CybercentreCanada",
"org_name_short": "cccs",
"license": "mit",
"_template": "[email protected]:CybercentreCanada/assemblyline-service-template.git"
}
},
"directory": null
}