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

Improvement: Eml_Parser Analyzer & Template #393

Merged
merged 1 commit into from
Dec 12, 2018

Conversation

arnydo
Copy link
Contributor

@arnydo arnydo commented Dec 11, 2018

Made small changes to how headers are parsed, storing in a dict rather than list.
Updated long template to better display the headers.

@arnydo
Copy link
Contributor Author

arnydo commented Dec 12, 2018

Finding some reports are not wrapping the text in the html table when the content is longer. Is there a pre-configured style than can be used to correct this? I was able to have it wrap the text by adding the following to the table element.

style="table-layout: fixed;word-wrap: break-word;"

<table class="table table-striped table-bordered" style="table-layout: fixed;word-wrap: break-word;">

Without additional style:
image

With additional style:
image

@nadouani nadouani added this to the 1.15.0 milestone Dec 12, 2018
@nadouani
Copy link
Contributor

Reviewed this PR, thanks @arnydo

@nadouani nadouani merged commit bdf2550 into TheHive-Project:develop Dec 12, 2018
@nadouani nadouani added category:enhancement Issue is related to an existing feature to improve scope:analyzer Issue is analyzer related labels Dec 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:enhancement Issue is related to an existing feature to improve scope:analyzer Issue is analyzer related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants