How to write a bug report that actually gets resolved – and why everyone should
1–10 of 18 posts
Re: How to write a bug report that actually gets resolved – and why everyone should
#2Re: How to write a bug report that actually gets resolved – and why everyone should
#3With one simple string , I was able to find 45 bugs in different software and every time I reported the bugs I decided to tell them what were the implications of the bugs.
With no professional background in security, I was able to claim 18K in bug bounty rewards by being professional, clear and providing clear implications of the bug.
It is quite possible that people fixing the bugs may not be well versed in some components of the bug and are likely to not understand the implication of the bugs until you tell them so.
Re: How to write a bug report that actually gets resolved – and why everyone should
#4Reporting the bug is important but highlighting what are the implications of the bug is equally important. With one simple string , I was able to find 45 bugs in different software and every time I reported the bugs I decided to tell them what were the implications of the bugs. With no professional background in security, I was able to claim 18K in bug bounty rewards by being professional, clear and providing clear i…
Re: How to write a bug report that actually gets resolved – and why everyone should
#5Reporting the bug is important but highlighting what are the implications of the bug is equally important. With one simple string , I was able to find 45 bugs in different software and every time I reported the bugs I decided to tell them what were the implications of the bugs. With no professional background in security, I was able to claim 18K in bug bounty rewards by being professional, clear and providing clear i…
Good old SQL injection?
Re: How to write a bug report that actually gets resolved – and why everyone should
#6Shameless self-promotion: we are working on LogRocket [1] specifically so that you don't have to ask users for steps to reproduce.
Re: How to write a bug report that actually gets resolved – and why everyone should
#7These guys are doing bug capture well.
Re: How to write a bug report that actually gets resolved – and why everyone should
#8> Avoid using ambiguous words like “broken” or “not working.”
Holy crap yes, this. So many infuriating waste of time bugs. And adding screenshots is good to call out. "X looks wrong", is useless, "X looks wrong " might still be useless, but at least you're trying.
Re: How to write a bug report that actually gets resolved – and why everyone should
#9https://getmarker.io/ These guys are doing bug capture well.