https://medium.com/@saljanssen/ai-models-in-appsec-9719351ce746 https://www.linkedin.com/posts/qwiet_qwiet-ais-foundational-technology-receives-activity-7226955109581156352-h0jp https://sites.google.com/view/howtouseaiinapplicationsd8e/gen-ai-in-appsec What is agentic AI, and how does it differ from traditional AI in cybersecurity? Agentic AI is a term used to describe autonomous, goal-oriented, systems that are able to perceive their environment, take decisions, and act to achieve specific goals. Agentic AI 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 has the potential to revolutionize AppSec by integrating intelligent agents within 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 can also prioritize vulnerabilities based on their real-world impact and exploitability, providing contextually aware insights for remediation. What is a code property graph (CPG), and why is it important for agentic AI in AppSec? (CPG) is a rich representation of a codebase that captures relationships between various code elements, such as functions, variables, 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. What are the benefits of AI-powered automatic vulnerabilities fixing? 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-break