testmycode / tmc-netbeans

Test My Code NetBeans plugin
GNU General Public License v2.0
19 stars 18 forks source link

Sends events in a tight loop if auth fails #125

Closed mpartel closed 8 years ago

mpartel commented 8 years ago

We've experienced a high volume of spyware event requests from a user that seems to have an incorrect/outdated password saved in tmc. I believe it's caused by this loop, which doesn't check for failure in doSend and has no ratelimiter or cooldown.