PyVulRepair is a Large Language Model for Automatic Repair of Single Statement Security Vulnerabilities in Python Source Code.
Python Language is one of the top programming languages and has applications in many fields. This project is to build an APR tool to repair single statement security vulnerabilities in Python Source Code.
I leverage two deep learning Python libraries i.e Transformer and PyTorch to build the PyVulRepair.
In my experiment, I use two datasets i.e MoreFixes and STTB-3M that contain 10,000 Python Single Statement security vulnerability bugs and 3 million Python Single Statement bugs respectively.
Install requirements using;
pip install -r requirements.txt