We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Number of records indicated in short report does not match results given in long report
change
result['events'] = len(raw)
to
result['events'] = len(raw['events'])
in the file misp_analyzer.py, line 26
misp_analyzer.py
The text was updated successfully, but these errors were encountered:
#59 Fix the summary method of MISP_search analyzer
276c18c
nadouani
No branches or pull requests
Problem description
Number of records indicated in short report does not match results given in long report
Possible Solutions
change
to
in the file
misp_analyzer.py
, line 26The text was updated successfully, but these errors were encountered: