Week 4:Improve HTML Reports based on Multiple Intermediate Reports

imsahil007
Published: 06/28/2021

What did you do this week?
I improved the MergeReport by adding new fields in `merge.py`. Now, we do not require to save a temporary file while merging multiple intermediate reports.
I have also started working on improving the reports when generated using the Intermediate report's utility. As a result, I was able to add a graph to the HTML report.
HTML Report

What is coming up next?
I am going to improving the HTML and PDF utility. And add some other data to the HTML reports to represent the triage in a meaninful way.
Note: Most of the merging will happen via Javascript rather than Python.

Did you get stuck anywhere?
Yes. I got stuck while running the Long tests. They were failing for some reason. It turned out that NVD downloads wasn't working for some hours.