Given source code with (potential) security vulnerabilities, the model should be able to detect and discuss the issue with the programmer.
Example
<user> Is there any issue with this code?
{code that can be attacked through buffer overflow}
<instruct> Yes, the array can be used for a buffer overflow attack
<user> Is it dangerous?
<instruct> Yes it allows for arbitrary code execution
Additional Notes
Reference: @amarmet in the CarperAI Discord server.
🚀 The Task
Given source code with (potential) security vulnerabilities, the model should be able to detect and discuss the issue with the programmer.
Example
Additional Notes