sqlancer icon indicating copy to clipboard operation
sqlancer copied to clipboard

Not a bug but a question

Open st3l1n opened this issue 3 years ago • 1 comments

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!

st3l1n avatar Sep 18 '22 17:09 st3l1n

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.

oraluben avatar Sep 20 '22 07:09 oraluben

Yep, thought so =( Thanks for the answer

st3l1n avatar Sep 24 '22 09:09 st3l1n