From 6dcba6c8ae4b96236c32f0ba5197f5a4ee98359e Mon Sep 17 00:00:00 2001 From: chrisr3d Date: Wed, 20 Nov 2019 17:37:37 -0500 Subject: [PATCH] fix: Fixed AssemblyLine input description --- doc/README.md | 2 +- doc/expansion/assemblyline_submit.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index 520e8f7..6ab49ee 100644 --- a/doc/README.md +++ b/doc/README.md @@ -32,7 +32,7 @@ A module to submit samples and URLs to AssemblyLine for advanced analysis, and r > >If the sample or url is correctly submitted, you get then the link of the submission. - **input**: ->Sample, url (or domain) to submit to AssemblyLine. +>Sample, or url to submit to AssemblyLine. - **output**: >Link of the report generated in AssemblyLine. - **references**: diff --git a/doc/expansion/assemblyline_submit.json b/doc/expansion/assemblyline_submit.json index 66bf7cc..7c90f34 100644 --- a/doc/expansion/assemblyline_submit.json +++ b/doc/expansion/assemblyline_submit.json @@ -2,7 +2,7 @@ "description": "A module to submit samples and URLs to AssemblyLine for advanced analysis, and return the link of the submission.", "logo": "logos/assemblyline.png", "requirements": ["assemblyline_client: Python library to query the AssemblyLine rest API."], - "input": "Sample, url (or domain) to submit to AssemblyLine.", + "input": "Sample, or url to submit to AssemblyLine.", "output": "Link of the report generated in AssemblyLine.", "references": ["https://www.cyber.gc.ca/en/assemblyline"], "features": "The module requires the address of the AssemblyLine server you want to query as well as your credentials in this instance. Credentials include the user-ID and an API key or the password associated to the user-ID.\n\nIf the sample or url is correctly submitted, you get then the link of the submission."