WebFuzzForge / wenum

Wfuzz fork
GNU General Public License v2.0
19 stars 6 forks source link

cache checks can have race conditions #42

Open percepo opened 1 year ago

percepo commented 1 year ago

Due to different threads looking into the state, the checks can have race conditions and something that shouldnt be requeued may be queued twice. This should be fixed