GitHub Launches AI-Powered Autofix Tool to Assist Devs in Patching Security Flaws

GitHub Launches AI-Powered Autofix Tool to Assist Devs in Patching Security Flaws

March 21, 2024 at 07:42AM

GitHub announced the availability of a new feature called code scanning autofix for Advanced Security customers. It leverages CodeQL, Copilot, and OpenAI GPT-4 to provide code suggestions to fix vulnerabilities in JavaScript, Typescript, Java, and Python. The feature aims to assist developers by generating potential fixes and explanations in natural language. However, developers should carefully evaluate the recommendations due to current limitations.

Based on the meeting notes, GitHub has announced a new feature called code scanning autofix, which is available in public beta for Advanced Security customers. This feature uses CodeQL, Copilot APIs, and OpenAI GPT-4 to generate code suggestions, and it aims to help developers fix vulnerabilities as they code by providing potential fixes and natural language explanations. However, GitHub has emphasized the current limitations of the code suggestions, such as the need for careful review to ensure correct and secure changes without introducing new vulnerabilities. Additionally, GitHub plans to add support for more programming languages, including C# and Go, in the future. It is worth noting that the company advises following them on Twitter and LinkedIn for more exclusive content.

Full Article