mcanoglu commited on
Commit
32a801e
·
1 Parent(s): ffdfe92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ A dataset containing safe and vulnerable code to fine-tune a llm for defect detection.
6
+
7
+ The data is extracted from the wonderful work in the [CVEFixes](https://github.com/secureIT-project/CVEfixes) repository.
8
+
9
+ Citation:
10
+ ```
11
+ @inproceedings{bhandari2021:cvefixes,
12
+ title = {{CVEfixes: Automated Collection of Vulnerabilities and Their Fixes from Open-Source Software}},
13
+ booktitle = {{Proceedings of the 17th International Conference on Predictive Models and Data Analytics in Software Engineering (PROMISE '21)}},
14
+ author = {Bhandari, Guru and Naseer, Amara and Moonen, Leon},
15
+ year = {2021},
16
+ pages = {10},
17
+ publisher = {{ACM}},
18
+ doi = {10.1145/3475960.3475985},
19
+ copyright = {Open Access},
20
+ isbn = {978-1-4503-8680-7},
21
+ language = {en}
22
+ }
23
+ ```