-
Notifications
You must be signed in to change notification settings - Fork 3
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
Filenames from libpff #145
Conversation
…ng into a helper. Minor attachement fixes as well
adding table to html when pdf derivative is parsed
…t corrupt same data files
…ng with line endings in sample data
…derivative path bug
…d so we can use base libpff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the comment mentioned, I did not come across other issues.
# Install Python dependancies | ||
RUN pip install -r requirements.txt | ||
# Install Optional Python dependancies | ||
RUN pip install libpff-python-ratom==20200808 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we still keeping the ratom libpff? I saw ratom in pipfiles too.
I didn't come across other issues.
Closing as #150 addresses this and more. |
Type of Contribution
What does this implement/fix? Explain your changes.
Previously we could only read attachment filenames with the
get_filenames()
method which has yet to be merged into libpff.Now this reads filenames from hex entries which works with libpff.
Link to issue?
n/a
Pull Request Checklist
Please check if your PR fulfills the following requirements:
How has this been tested?
Operating System: win10
Python Version: 3.7.3
Licensing