s0md3v / Bolt

CSRF Scanner
GNU General Public License v3.0
548 stars 123 forks source link

iteration statement fix #13

Closed fabelx closed 3 years ago

fabelx commented 3 years ago

The expression for url, forms in allForms [0] .items () runs (iterates) once. It takes the first element (dictionary) from allForms once. I assume the loop for is created to process all the elements of the allForms list.