Earlier quoted context omitted.
This particular issue was posted on Quora, where anyone could pick it up and participate in what is essentially a denial of service attack (whether or not performed intentionally). It wasn't submitted as a private bug report to Google so they could fix the issue. It was spread in a public forum. I think it's fair for Google to politely ask "a few of your own tests to validate an issue you will submit as a bug report…
Boss: Median latency is 100ms and 99.9th percentile latency is 1 second. Nobody ever asks about that 0.1%...
Google Bug Bounty – The $5k Error Page
141–144 of 144 posts
Re: Google Bug Bounty – The $5k Error Page
#142Re: Google Bug Bounty – The $5k Error Page
#143Earlier quoted context omitted.
~10% valid submissions still sounds like a fantastic number to me. Sure you have to sort out the bad ones, but it's still a solid stream of valid reports.
It's a pain when you're in the thick of it, but it really is a great way to round out your security program. There's an astonishing number of incredibly skilled and motivated folks out there, and a well-run bounty program can create a nice symbiotic relationship that benefits both. One other thing that never really gets any press is the fact that a good chunk of the folks sending in reports are young people in impove…
Re: Google Bug Bounty – The $5k Error Page
#144Earlier quoted context omitted.
On Quora someone asked what the longest search query time was. I was able to craft a query that took multiple seconds to complete. It used wildcards and undocumented iteration allowing one to stuff thausands of queries into a single query. Turns out it is someone's job to measure result response times, and he/she came into the thread to kindly ask us to stop messing up their statistics.
It's hard to believe, but years ago, back when Google had what was called "stop words" (like 'the', that it ordinarily ignored) I was able to make Google perform a search that took over 30 seconds. The reason stop words take such a long time is that millions of sites have words like "the" on them, so doing a join on all those simply takes a long time. My method to find a long string consisting entirely of stop words,…