Update README.md
Browse files
README.md
CHANGED
@@ -203,3 +203,35 @@ configs:
|
|
203 |
- split: train
|
204 |
path: data/train-*
|
205 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
- split: train
|
204 |
path: data/train-*
|
205 |
---
|
206 |
+
|
207 |
+
### Dataset Description
|
208 |
+
|
209 |
+
Following data collection and processing, we have created the first dataset comprising a total of 4,379 GitHub issues. Of these, 844 are linked to disclosed CVE vulnerabilities, while 3,535 represent issues unrelated to any vulnerabilities. These issues are taken from 31 different repositories. For each issue linked to a vulnerability, we include CVE ID, disclosure date, vulnerability description, a list of references, details on the affected software, and vulnerability impact metrics updated until August 11th, 2024.
|
210 |
+
|
211 |
+
- **Paper:** [Automating the Detection of Code Vulnerabilities by Analyzing GitHub Issues](https://arxiv.org/abs/2501.05258)
|
212 |
+
|
213 |
+
### Fields
|
214 |
+
|
215 |
+
1. **cve_id**: The unique CVE identifier.
|
216 |
+
2. **cve_published**: The timestamp when the CVE was published.
|
217 |
+
3. **cve_descriptions**: Textual descriptions of the CVE.
|
218 |
+
4. **cve_metrics**: Container of CVSS metric information.
|
219 |
+
5. **cve_references**: List of external reference links.
|
220 |
+
6. **cve_configurations**: Details about affected configurations.
|
221 |
+
7. **url**: The primary link to the source or CVE entry.
|
222 |
+
8. **cve_tags**: Tags categorizing the CVE.
|
223 |
+
9. **domain**: Domain of the refenrece link.
|
224 |
+
10. **issue_owner_repo**: Repository owner and name from GitHub.
|
225 |
+
11. **issue_body**: Body text of the GitHub issue.
|
226 |
+
12. **issue_title**: Title of the GitHub issue.
|
227 |
+
13. **issue_comments_url**: API URL for issue comments.
|
228 |
+
14. **issue_comments_count**: Number of comments on the issue.
|
229 |
+
15. **issue_created_at**: Timestamp of issue creation.
|
230 |
+
16. **issue_updated_at**: Timestamp of the last issue update.
|
231 |
+
17. **issue_html_url**: Web link to view the issue on GitHub.
|
232 |
+
18. **issue_github_id**: GitHub's unique ID for the issue.
|
233 |
+
19. **issue_number**: Issue number in the repository.
|
234 |
+
20. **label**: Boolean label (true/false) for classification.
|
235 |
+
21. **issue_msg**: Prompt used for the generation of the embedding.
|
236 |
+
22. **issue_msg_n_tokens**: Number of tokens in the prompt.
|
237 |
+
23. **issue_embedding**: Embedding of the prompt generated with text-embedding-3-large.
|