-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from CybercentreCanada/repo_update
Update project to follow template
- Loading branch information
Showing
24 changed files
with
902 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"template": "https://github.com/CybercentreCanada/assemblyline-service-template.git", | ||
"commit": "349a8390e48c1607f6dc245add2627df07c7bc9b", | ||
"checkout": null, | ||
"context": { | ||
"cookiecutter": { | ||
"service_name": "cape", | ||
"__svc_name": "cape", | ||
"__repository": "assemblyline-service-cape", | ||
"__pkg_name": "cape", | ||
"class_name": "CAPE", | ||
"short_description": "This Assemblyline service submits files to a CAPEv2 deployment and parses the report returned.", | ||
"short_description_fr": "Ce service Assemblyline soumet des fichiers à un déploiement CAPEv2 et analyse le rapport renvoyé.", | ||
"stage": "CORE", | ||
"category": "Dynamic Analysis", | ||
"org_name_full": "CybercentreCanada", | ||
"org_name_short": "cccs", | ||
"license": "mit", | ||
"_template": "https://github.com/CybercentreCanada/assemblyline-service-template.git" | ||
} | ||
}, | ||
"directory": null | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "RunServiceOnce CAPE", | ||
"type": "python", | ||
"request": "launch", | ||
"module": "assemblyline_v4_service.dev.run_service_once", | ||
"cwd": "${workspaceFolder}", | ||
"args": [ | ||
"-d", | ||
"cape.cape.CAPE", | ||
"${file}" | ||
], | ||
"justMyCode": false, | ||
}, | ||
{ | ||
"name": "[Service] CAPE - Privileged", | ||
"type": "python", | ||
"request": "launch", | ||
"module": "assemblyline_v4_service.run_privileged_service", | ||
"env": { | ||
"SERVICE_MANIFEST_PATH": "service_manifest.yml", | ||
"PRIVILEGED": "true", | ||
"SERVICE_PATH": "cape.cape.CAPE", | ||
"TASKING_DIR": "/tmp/CAPE" | ||
}, | ||
"console": "internalConsole", | ||
"cwd": "${workspaceFolder}", | ||
"justMyCode": false, | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.