Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cortex removes the input details from failure reports #38

Closed
nadouani opened this issue Jul 10, 2017 · 0 comments
Closed

Cortex removes the input details from failure reports #38

nadouani opened this issue Jul 10, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@nadouani
Copy link
Contributor

nadouani commented Jul 10, 2017

Request Type

Bug

Work Environment

Question Answer
Cortex version 1.1.3

Problem Description

Using cortexutils library, analyzers include their input on the failure output report, to help users investigate the errors that could occur.

It seems that there is an regression in Cortex that removes that inputattributes from the failure reports, and just keep the successand errorMessageproperties.

As an example, the failure report should look like

{
    "input": {
        "tlp": 1,
        "dataType": "file",
        "filename": "output.swf",
        ...
        "config": {
            ...
        }
    },
    "errorMessage": "An error occurred during the file scan",
    "success": false
}
@nadouani nadouani added the bug label Jul 10, 2017
@nadouani nadouani modified the milestone: 1.1.4 Jul 10, 2017
@To-om To-om closed this as completed Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants