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

Inconsistance between long and short reports in MISP analyzer #59

Closed
jeromeleonard opened this issue Jun 15, 2017 · 0 comments
Closed
Assignees
Labels
category:bug Issue is related to a bug
Milestone

Comments

@jeromeleonard
Copy link
Contributor

Problem description

Number of records indicated in short report does not match results given in long report

Possible Solutions

change

result['events'] = len(raw)

to

result['events'] = len(raw['events'])

in the file misp_analyzer.py, line 26

@nadouani nadouani self-assigned this Jun 15, 2017
@nadouani nadouani added the category:bug Issue is related to a bug label Jun 15, 2017
@nadouani nadouani added this to the 1.4.4 milestone Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

2 participants