yuntongzhang / PreciseBugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreciseBugs Dataset and Source Code

All data could be found in Zenodo: https://zenodo.org/record/8218280

Folder Structure

├── CVEs: Bugs collected by tracking CVEs. Each BugEntry.json contains buggy file, fix file, location, type, etc.
│
├── OSS-Fuzz: Bugs collected by tracking OSS-Fuzz.
│
└── BugInjection: Bugs based on injecting noisy to correct source code.

About