factionsecurity / faction

Pen Test Report Generation and Assessment Collaboration
https://www.factionsecurity.com/
GNU General Public License v2.0
411 stars 27 forks source link

reproduction with unit test for issue 61 #62

Closed moerketh closed 2 months ago

moerketh commented 2 months ago

Sharing a reproduction for #61 with you. The added unittest reproduces the exact exception. Standard template with a textbox is included.

Also had to modify the tests somewhat as it didn't compile locally and is dependent on a database that is not setup. I used a mock to abstract away the database.

Not intending this for merge, feel free to use this in any way you see fit.