MASTER Assignment
Effective Fuzzing with Constraint-Aware Oracle to Detect Logical Bugs in Database Management Systems
Type : Master M-CS
Period: April, 2024 - September, 2024
Student : Parlanti, N. (Niccoló, Student M-CS)
Date Final project: September 30, 2024
Supervisors:
Abstract:
This thesis introduces a novel method for detecting logical bugs in Database Management Systems (DBMS), focusing on constraints such as CHECK and UNIQUE. It combines a custom oracle that simulates correct DBMS behavior with an evolutionary algorithm that generates diverse SQL queries. The approach aims to thoroughly test DBMS constraint enforcement, addressing areas that traditional testing methods may overlook. The system is designed to efficiently generate and validate queries to detect bugs related to constraint violations in DBMS environments.