Update README.md
Browse files
README.md
CHANGED
|
@@ -157,17 +157,19 @@ combined_df = combined_df.join(cve_df, on='cve', how='inner')
|
|
| 157 |
|
| 158 |
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 159 |
|
| 160 |
-
## Citation
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
|
|
|
|
|
|
| 171 |
|
| 172 |
## Glossary [optional]
|
| 173 |
|
|
|
|
| 157 |
|
| 158 |
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 159 |
|
| 160 |
+
### Citation
|
| 161 |
+
|
| 162 |
+
```bibtex
|
| 163 |
+
@misc{storhaug2026favia,
|
| 164 |
+
title={Favia: Forensic Agent for Vulnerability-fix Identification and Analysis},
|
| 165 |
+
author={André Storhaug and Jiamou Sun and Jingyue Li},
|
| 166 |
+
year={2026},
|
| 167 |
+
eprint={2602.12500},
|
| 168 |
+
archivePrefix={arXiv},
|
| 169 |
+
primaryClass={cs.SE},
|
| 170 |
+
url={https://arxiv.org/abs/2602.12500}
|
| 171 |
+
}
|
| 172 |
+
```
|
| 173 |
|
| 174 |
## Glossary [optional]
|
| 175 |
|