AWS CodeGuru | TO THE NEW Blog
Summary
AWS CodeGuru utilizes Machine Learning and Automated Reasoning to identify security and quality issues in your application code, offering guidance on addressing and resolving them. As you see in below screenshot in my code, I got one finding Overflow when deserializing relational database objects in Java code, which says, “Deserializing objects from relational databases should allocate a 64-bit, not 32-bit, type for the auto-incremented identifier” and if click on your finding, it gives you full details of the vulnerability and also it’s recommendations. We will find issues in the Java and Python code and see recommendations on how to remediate them using CloudGuru Reviewer by following the below steps: 2. https://docs.aws.amazon.com/codeguru/detector-library/ AWS CodeGuru integrates machine learning and automated reasoning to enhance code security, performance, and quality. The tool’s versatility extends to various languages, version control systems, and cloud environments, offering a comprehensive solution for developers seeking intelligent insights and improvements in their applications.