...
It can be downloaded here: RC_Data_v2.zip (first publication date: April 2, 2020. Publication dates of later versions listed at bottom.)
This data was generated as part of a series of research projects led by Lori Flynn into automated classification of static analysis alerts (warnings) and meta-alerts (alerts mapped to code flaws, a.k.a. conditions).
...
Unzip the .zip file, using your favorite tool. That leaves you with the license file license.txt
and the database file opheliaRC_merge_oss_c_java.gz Data_v2.gz
To restore to a mongo database, the following instructions work in a bash terminal in Linux:
1. Extract the compressed file: gunzip
opheliagunzip RC_
merge_oss_c_javaData_v2.gz
2. mongorestore --host localhost:27017 --archive=<YOUR_FILEPATH_HERE>/ophelia
RC_
merge_oss_c_javaData_v2
In the above command, replace <YOUR_FILEPATH_HERE>
with the filepath on your own machine.
Then, you can inspect the database (e.g., using the mongo
application from a bash terminal)
Publication dates, notes:
- RC_Data (version 1): April 2, 2020. Note: first publication.
- RC_Data_v2: April 27, 2020. Note: updated checker mappings.