-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.cruft.json
23 lines (23 loc) · 944 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": "349a8390e48c1607f6dc245add2627df07c7bc9b",
"checkout": null,
"context": {
"cookiecutter": {
"service_name": "configextractor",
"__svc_name": "configextractor",
"__repository": "assemblyline-service-configextractor",
"__pkg_name": "configextractor_",
"class_name": "ConfigExtractor",
"short_description": "This service runs parsers to extract malware configuration data.",
"short_description_fr": "Ce service exécute des analyseurs pour extraire les données de configuration des logiciels malveillants.",
"stage": "CORE",
"category": "Static Analysis",
"org_name_full": "CybercentreCanada",
"org_name_short": "cccs",
"license": "mit",
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git"
}
},
"directory": null
}