Hello everyone, I am Saurabh, a final year student Computer engineering at NIT Kurukshetra. I would like to thank the OWASP organization for giving me this opportunity to work on the OWASP OWTF project with GSoC.
My project was about imporoving the stability of the framework along with adding the new features to the framework. In the course of the 10 weeks I worked on migrating the CI jobs from travis to github actions. Implementing a new feature that can help you to create custom plugin groups. Improved the speed of the fronted by implementing react lazy loading.
Travis CI eneded their free plan for communities resulting in the the CI pipelines for OWTF to stop. This was fixed by migrating it to Github Actions.
Fix: link
The default plugin groups allow the user to execute three basic categories of plugins this PR imporves that functionality by allowing the user to create custom groups right from the frontend.
Fix: link
A website experience is defined by how smooth it can function and how fast it can function also this is a step forward in upgrading the project with the latest dependencies.
Fix: link
Clicking on the button to show logs resulted in an error.
Fix: link
The makefile being used to install the framework had elements that were not working and the documentations for the installations were not being proper according to the updated scripts.
Fix: link
The web interface is stuck on loading application as the latest version of node is not compatible with the npm packages.
Fix: link
The PyYaml library gave warning on using yaml.load and asked us to use yaml.safe_load. This PR aims to solve that.
Fix: link
The Async nature of the framework resulted in the system creating too many parallel connections with the db this resulted in the db to stop responding to the application until the pool is cleaned up.
Fix: link
After the completition of my GSoC goals I would keep working on updating the complete project codebase to support the latest dependencies and code styles so that we can again create a stable release of OWTF.
To begin with I would like to than my mentors for being supportive and helping me with my project by providing me with the resources. I would also like to thank my fellow GSoC partner Aman for helping me in the project and also for solving my doubts. GSoC has helped me in getting started with open-source contributions. Although GSoC is coming to an end this I would still continue working on the project and many more in the coming future.