-
Notifications
You must be signed in to change notification settings - Fork 0
Sample Student
Noah Spahn edited this page Mar 2, 2026
·
1 revision
My personal contributions involve having read the following papers:
-
title: Identifying the characteristics of vulnerable code changes: an empirical study
- Author list: Bosu, Amiangshu and Carver, Jeffrey C. and Hafiz, Munawar and Hilley, Patrick and Janni, Derek
- Summary: This paper talks about the characteristics that surround vulnerabilities and their remediation. It does not include code changes.
-
title: Patchworking: Exploring the code changes induced by vulnerability fixing activities
- Author list: Canfora, Gerardo and Di Sorbo, Andrea and Forootani, Sara and Martinez, Matias and Visaggio, Corrado A.
- Summary: Utilizes ASTs to capture structural code changes but then simply tabulates the percentage of types of operations without capturing an actual remediation pattern.
@inproceedings{bosu_identifying_2014,
author = {Bosu, Amiangshu and Carver, Jeffrey C. and Hafiz, Munawar and Hilley, Patrick and Janni, Derek},
title = {Identifying the characteristics of vulnerable code changes: an empirical study},
booktitle = FSE,
year = {2014},
pages = {257--268},
doi = {10.1145/2635868.2635880}
}
@article{canfora_patchworking_2022,
author = {Canfora, Gerardo and Di Sorbo, Andrea and Forootani, Sara and Martinez, Matias and Visaggio, Corrado A.},
title = {Patchworking: {Exploring} the code changes induced by vulnerability fixing activities},
journal = IST,
year = {2022},
volume = {142},
pages = {106745},
doi = {10.1016/j.infsof.2021.106745}
}