Monday, July 27, 2020

PSF GSoC students blogs: GSoC Week 9: Triage data

What I did this week?

I was working on the Addition of File paths to the HTML reports and I have submit a PR for that. Users will now be able to see what are the files that were vulnerable I also worked on improving the Template design to better support this new functionality.

What is coming up next?

I'll be taking a leave for 6 days from 29 July to Aug 3rd. but before that I'll complete my Triage information stuff in the HTML reports.

Have I got stuck anywhere?

There are no blocking issues for me at this moment.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...