jtpereyda / boofuzz

A fork and successor of the Sulley Fuzzing Framework
GNU General Public License v2.0
1.99k stars 339 forks source link

Fixed deprecation warning for Session.fuzz(name=name) #689

Closed SR4ven closed 9 months ago

SR4ven commented 9 months ago

Calling Session.fuzz(name=name) should not warn about deprecated Session.fuzz_by_name

Fixes #640