sqlancer
sqlancer copied to clipboard
Not a bug but a question
Hello!
Thanks a lot for a great tool you've made!
Here's a question:
Let's assume we found a bug with sqlancer after several minutes and covered not much execution paths.
Is there any possibility to ignore the bug or to remember the syntax and queries list, which lead to the bug and do not use it in further generation?
To be more specific, I use sqlancer for postgres.
Thx in advance!
remember the syntax and queries list
AFAICT no. I think the most common way is to delete the (suspicious) logic that generates the query and rerun the tool, until the bug's fixed in upstream.
Yep, thought so =( Thanks for the answer