https://en.wikipedia.org/wiki/Machine_learning https://medium.com/@saljanssen/ai-models-in-appsec-9719351ce746 https://www.anshumanbhartiya.com/posts/the-future-of-appsec What is agentic AI, and how does it differ from traditional AI in cybersecurity? Agentic AI refers to autonomous, goal-oriented systems that can perceive their environment, make decisions, and take actions to achieve specific objectives. is a more flexible and adaptive version of traditional AI. In cybersecurity, agentic AI enables continuous monitoring, real-time threat detection, and proactive response capabilities. How can agentic AI enhance application security (AppSec) practices? Agentic AI can revolutionize AppSec practices by integrating intelligent agents into the software development lifecycle (SDLC). These agents can monitor code repositories continuously, analyze commits to find vulnerabilities, and use advanced techniques such as static code analysis and dynamic testing. Agentic AI prioritizes vulnerabilities according to their impact in the real world and exploitability. This provides contextually aware insights into remediation. A code property graph is a rich representation that shows the relationships between code elements such as variables, functions and data flows. Agentic AI can gain a deeper understanding of the application's structure and security posture by building a comprehensive CPG. This contextual awareness allows the AI to make better security decisions and prioritize vulnerabilities. It can also generate targeted fixes. AI-powered automatic vulnerability fixing leverages the deep understanding of a codebase provided by the CPG to not only identify vulnerabilities but also generate context-aware, non-breaking fixes automatically. around the vulnerability to understand the intended functionality and then creates a fix without breaking existing features or introducing any new bugs. This approach significantly reduces the time between vulnerability discovery and remediation