Skip to content

gdbmeter/gdbmeter-bugs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to provide a basis to study the (logics) bugs found by GDBMeter. The format and helper script are based on sqlancer/bugs.

The main file, bugs.json, describes the found bugs with additional metadata. You can automatically derive a SQLite database from the JSON file using the following command:

./bugs.py export_database

In each PR, we automatically validate the JSON file. When changing the file or adding entries to it, be sure to locally check the file before committing it:

./bugs.py check

To format the JSON file as expected by the check command, you can use the following command:

./bugs.py format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages