Skip to content

Instantly share code, notes, and snippets.

GSoC 2023 Final Report:

Organization: SQLancer

Project: Test-case Reduction

Overview

SQLancer generates a large number of statements, but not all of them are relevant to the bug. To automatically reduce the test cases, I implemented two reducers in SQLancer, the statement reducer and the AST-based reducer.