-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.cruft.json
23 lines (23 loc) · 915 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": "https://github.com/CybercentreCanada/assemblyline-service-template.git",
"commit": "99becf8ed2990a4063a5bb1f8ce878824a5a1a7b",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "unpacker",
"__svc_name": "unpacker",
"__repository": "assemblyline-service-unpacker",
"__pkg_name": "unpacker",
"class_name": "Unpacker",
"short_description": "This Assemblyline service unpacks UPX packed executables for further analysis.",
"short_description_fr": "Ce service d'Assemblyline décompresse les exécutables UPX pour une analyse plus approfondie.",
"stage": "SECONDARY",
"category": "Static Analysis",
"org_name_full": "CybercentreCanada",
"org_name_short": "cccs",
"license": "mit",
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git"
}
},
"directory": null
}