[{"data":1,"prerenderedAt":1022},["ShallowReactive",2],{"/blog/gitlab-18-10-brings-ai-native-triage-and-remediation":3,"navigation-en-us":239,"banner-en-us":667,"footer-en-us":677,"blog-post-authors-en-us-Alisa Ho":922,"blog-related-posts-en-us-gitlab-18-10-brings-ai-native-triage-and-remediation":936,"blog-promotions-en-us":960,"next-steps-en-us":1012},{"id":4,"title":5,"authors":6,"body":8,"category":220,"date":221,"description":222,"extension":223,"externalUrl":224,"faq":224,"featured":225,"heroImage":226,"meta":227,"navigation":228,"path":229,"seo":230,"slug":232,"stem":233,"tags":234,"template":237,"updatedDate":224,"__hash__":238},"blogPosts/en-us/blog/gitlab-18-10-brings-ai-native-triage-and-remediation.md","GitLab 18.10 brings AI-native triage and remediation ",[7],"Alisa Ho",{"type":9,"value":10,"toc":212},"minimark",[11,15,18,63,66,71,74,77,80,91,100,107,110,114,117,120,146,149,158,162,165,169,172,175,189,196,200,203],[12,13,14],"p",{},"GitLab 18.10 introduces new AI-powered security capabilities focused on improving the quality and speed of vulnerability management. Together, these features can help reduce the time developers spend investigating false positives and bring automated remediation directly into their workflow, so they can fix vulnerabilities without needing to be security experts.",[12,16,17],{},"Here is what’s new:",[19,20,21,38,51],"ul",{},[22,23,24,33,34,37],"li",{},[25,26,29],"a",{"href":27,"rel":28},"https://docs.gitlab.com/user/application_security/vulnerabilities/false_positive_detection/",[],[30,31,32],"strong",{},"Static Application Security Testing (SAST) false positive detection"," ",[30,35,36],{},"is now generally available."," This flow uses an LLM for agentic reasoning to determine the likelihood that a vulnerability is a false positive or not, so security and development teams can focus on remediating critical vulnerabilities first.",[22,39,40,33,47,50],{},[25,41,44],{"href":42,"rel":43},"https://docs.gitlab.com/user/application_security/vulnerabilities/agentic_vulnerability_resolution/",[],[30,45,46],{},"Agentic SAST vulnerability resolution",[30,48,49],{},"is now in beta."," Agentic SAST vulnerability resolution automatically creates a merge request with a proposed fix for verified SAST vulnerabilities, which can shorten time to remediation and reduce the need for deep security expertise.",[22,52,53,33,60,62],{},[25,54,57],{"href":55,"rel":56},"https://docs.gitlab.com/user/application_security/vulnerabilities/secret_false_positive_detection/",[],[30,58,59],{},"Secret false positive detection",[30,61,49],{}," This flow brings the same AI-powered noise reduction to secret detection, flagging dummy and test secrets to save review effort.",[12,64,65],{},"These flows are available to GitLab Ultimate customers using GitLab Duo Agent Platform.",[67,68,70],"h2",{"id":69},"cut-triage-time-with-sast-false-positive-detection","Cut triage time with SAST false positive detection",[12,72,73],{},"Traditional SAST scanners flag every suspicious code pattern they find, regardless of whether code paths are reachable or frameworks already handle the risk. Without runtime context, they cannot distinguish a real vulnerability from safe code that just looks dangerous.",[12,75,76],{},"This means developers could spend hours investigating findings that turn out to be false positives. Over time, that can erode confidence in the report and slow down the teams responsible for fixing real risks.",[12,78,79],{},"After each SAST scan, GitLab Duo Agent Platform automatically analyzes new critical and high severity findings and attaches:",[19,81,82,85,88],{},[22,83,84],{},"A confidence score indicating how likely the finding is to be a false positive",[22,86,87],{},"An AI-generated explanation describing the reasoning",[22,89,90],{},"A visual badge that makes “Likely false positive” versus “Likely real” easy to scan in the UI",[12,92,93,94,99],{},"These findings appear in the ",[25,95,98],{"href":96,"rel":97},"https://docs.gitlab.com/user/application_security/vulnerability_report/",[],"Vulnerability Report",", as shown below. You can filter the report to focus on findings marked as “Not false positive” so teams can spend their time addressing real vulnerabilities instead of sifting through noise.",[12,101,102],{},[103,104],"img",{"alt":105,"src":106},"Vulnerability report","https://res.cloudinary.com/about-gitlab-com/image/upload/v1773844787/i0eod01p7gawflllkgsr.png",[12,108,109],{},"GitLab Duo Agent Platform's assessment is a recommendation. You stay in control of every false positive to determine if it is valid, and you can audit the agent's reasoning at any time to build confidence in the model.",[67,111,113],{"id":112},"turn-vulnerabilities-into-automated-fixes","Turn vulnerabilities into automated fixes",[12,115,116],{},"Knowing that a vulnerability is real is only half the work.  Remediation still requires understanding the code path, writing a safe patch, and making sure nothing else breaks.",[12,118,119],{},"If the vulnerability is identified as likely not be a false positive by the SAST false positive detection flow, the Agentic SAST vulnerability resolution flow automatically:",[121,122,123,126,129,132],"ol",{},[22,124,125],{},"Reads the vulnerable code and surrounding context from your repository",[22,127,128],{},"Generates high-quality proposed fixes",[22,130,131],{},"Validates fixes through automated testing",[22,133,134,135],{},"Opens a merge request with a proposed fix that includes:\n",[19,136,137,140,143],{},[22,138,139],{},"Concrete code changes",[22,141,142],{},"A confidence score",[22,144,145],{},"An explanation of what changed and why",[12,147,148],{},"In this demo, you’ll see how GitLab can automatically take a SAST vulnerability all the way from detection to a ready-to-review merge request. Watch how the agent reads the code, generates and validates a fix, and opens an MR with clear, explainable changes so developers can remediate faster without being security experts.",[150,151],"iframe",{"src":152,"frameBorder":153,"allow":154,"referrerPolicy":155,"style":156,"title":157},"https://player.vimeo.com/video/1174573325?badge=0&autopause=0&player_id=0&app_id=58479","0","autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share","strict-origin-when-cross-origin","position:absolute;top:0;left:0;width:100%;height:100%;","GitLab 18.10 AI SAST False Positive Auto Remediation",[159,160],"script",{"src":161},"https://player.vimeo.com/api/player.js",[12,163,164],{},"As with any AI-generated suggestion, you should review the proposed merge request carefully before merging.",[67,166,168],{"id":167},"surface-real-secrets","Surface real secrets",[12,170,171],{},"Secret detection is only useful if teams trust the results. When reports are full of test credentials, placeholder values, and example tokens, developers may waste time reviewing noise instead of fixing real exposures. That can slow remediation and decrease confidence in the scan.",[12,173,174],{},"Secret false positive detection helps teams focus on the secrets that matter so they can reduce risk faster. When it runs on the default branch, it will automatically:",[121,176,177,180,183,186],{},[22,178,179],{},"Analyze each finding to spot likely test credentials, example values, and dummy secrets",[22,181,182],{},"Assign a confidence score for whether the finding is a real risk or a likely false positive",[22,184,185],{},"Generate an explanation for why the secret is being treated as real or noise",[22,187,188],{},"Add a badge in the Vulnerability Report so developers can see the status at a glance",[12,190,191,192,195],{},"Developers can also trigger this analysis manually from the Vulnerability Report by selecting ",[30,193,194],{},"“Check for false positive”"," on any secret detection finding, helping them clear out findings that do not pose risk and focus on real secrets sooner.",[67,197,199],{"id":198},"try-ai-powered-security-today","Try AI-powered security today",[12,201,202],{},"GitLab 18.10 introduces capabilities that cover the full vulnerability workflow, from cutting false positive noise in SAST and secret detection to automatically generating merge requests with proposed fixes.",[12,204,205,206,211],{},"To see how AI-powered security can help cut review time and turn findings into ready-to-merge fixes, ",[25,207,210],{"href":208,"rel":209},"https://about.gitlab.com/gitlab-duo-agent-platform/?utm_medium=blog&utm_source=blog&utm_campaign=eg_global_x_x_security_en_",[],"start a free trial of GitLab Duo Agent Platform today",".",{"title":213,"searchDepth":214,"depth":214,"links":215},"",2,[216,217,218,219],{"id":69,"depth":214,"text":70},{"id":112,"depth":214,"text":113},{"id":167,"depth":214,"text":168},{"id":198,"depth":214,"text":199},"security","2026-03-19","Learn about GitLab Duo Agent Platform capabilities that cut noise, surface real vulnerabilities, and turn findings into proposed fixes.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773843921/rm35fx4gylrsu9alf2fx.png",{},true,"/en-us/blog/gitlab-18-10-brings-ai-native-triage-and-remediation",{"config":231,"title":5,"description":222},{"noIndex":225},"gitlab-18-10-brings-ai-native-triage-and-remediation","en-us/blog/gitlab-18-10-brings-ai-native-triage-and-remediation",[235,220,236],"product","features","BlogPost","wAHsFlD3_acIbNg2cPiZfRpUIm2fo7XFhtnSUllTFuI",{"logo":240,"freeTrial":245,"sales":250,"login":255,"items":260,"search":587,"minimal":618,"duo":637,"switchNav":646,"pricingDeployment":657},{"config":241},{"href":242,"dataGaName":243,"dataGaLocation":244},"/","gitlab logo","header",{"text":246,"config":247},"Get free trial",{"href":248,"dataGaName":249,"dataGaLocation":244},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":251,"config":252},"Request a demo",{"href":253,"dataGaName":254,"dataGaLocation":244},"/sales/?contact-topic=request-demo","sales",{"text":256,"config":257},"Sign in",{"href":258,"dataGaName":259,"dataGaLocation":244},"https://gitlab.com/users/sign_in/","sign in",[261,290,390,395,509,565],{"text":262,"config":263,"menu":265},"Platform",{"dataNavLevelOne":264},"platform",{"type":266,"columns":267},"cards",[268,274,282],{"title":262,"description":269,"link":270},"The intelligent orchestration platform for DevSecOps",{"text":271,"config":272},"Explore our Platform",{"href":273,"dataGaName":264,"dataGaLocation":244},"/platform/",{"title":275,"description":276,"link":277},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":278,"config":279},"Meet GitLab Duo",{"href":280,"dataGaName":281,"dataGaLocation":244},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":283,"description":284,"link":285},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":286,"config":287},"Learn more",{"href":288,"dataGaName":289,"dataGaLocation":244},"/why-gitlab/","why gitlab",{"text":291,"left":228,"config":292,"menu":294},"Product",{"dataNavLevelOne":293},"solutions",{"type":295,"link":296,"columns":300,"feature":369},"lists",{"text":297,"config":298},"View all Solutions",{"href":299,"dataGaName":293,"dataGaLocation":244},"/solutions/",[301,325,348],{"title":302,"description":303,"link":304,"items":309},"Automation","CI/CD and automation to accelerate deployment",{"config":305},{"icon":306,"href":307,"dataGaName":308,"dataGaLocation":244},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[310,314,317,321],{"text":311,"config":312},"CI/CD",{"href":313,"dataGaLocation":244,"dataGaName":311},"/solutions/continuous-integration/",{"text":275,"config":315},{"href":280,"dataGaLocation":244,"dataGaName":316},"gitlab duo agent platform - product menu",{"text":318,"config":319},"Source Code Management",{"href":320,"dataGaLocation":244,"dataGaName":318},"/solutions/source-code-management/",{"text":322,"config":323},"Automated Software Delivery",{"href":307,"dataGaLocation":244,"dataGaName":324},"Automated software delivery",{"title":326,"description":327,"link":328,"items":333},"Security","Deliver code faster without compromising security",{"config":329},{"href":330,"dataGaName":331,"dataGaLocation":244,"icon":332},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[334,338,343],{"text":335,"config":336},"Application Security Testing",{"href":330,"dataGaName":337,"dataGaLocation":244},"Application security testing",{"text":339,"config":340},"Software Supply Chain Security",{"href":341,"dataGaLocation":244,"dataGaName":342},"/solutions/supply-chain/","Software supply chain security",{"text":344,"config":345},"Software Compliance",{"href":346,"dataGaName":347,"dataGaLocation":244},"/solutions/software-compliance/","software compliance",{"title":349,"link":350,"items":355},"Measurement",{"config":351},{"icon":352,"href":353,"dataGaName":354,"dataGaLocation":244},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[356,360,364],{"text":357,"config":358},"Visibility & Measurement",{"href":353,"dataGaLocation":244,"dataGaName":359},"Visibility and Measurement",{"text":361,"config":362},"Value Stream Management",{"href":363,"dataGaLocation":244,"dataGaName":361},"/solutions/value-stream-management/",{"text":365,"config":366},"Analytics & Insights",{"href":367,"dataGaLocation":244,"dataGaName":368},"/solutions/analytics-and-insights/","Analytics and insights",{"title":370,"type":295,"items":371},"GitLab for",[372,378,384],{"text":373,"config":374},"Enterprise",{"icon":375,"href":376,"dataGaLocation":244,"dataGaName":377},"Building","/enterprise/","enterprise",{"text":379,"config":380},"Small Business",{"icon":381,"href":382,"dataGaLocation":244,"dataGaName":383},"Work","/small-business/","small business",{"text":385,"config":386},"Public Sector",{"icon":387,"href":388,"dataGaLocation":244,"dataGaName":389},"Organization","/solutions/public-sector/","public sector",{"text":391,"config":392},"Pricing",{"href":393,"dataGaName":394,"dataGaLocation":244,"dataNavLevelOne":394},"/pricing/","pricing",{"text":396,"config":397,"menu":399},"Resources",{"dataNavLevelOne":398},"resources",{"type":295,"link":400,"columns":404,"feature":498},{"text":401,"config":402},"View all resources",{"href":403,"dataGaName":398,"dataGaLocation":244},"/resources/",[405,438,465],{"title":406,"items":407},"Getting started",[408,413,418,423,428,433],{"text":409,"config":410},"Install",{"href":411,"dataGaName":412,"dataGaLocation":244},"/install/","install",{"text":414,"config":415},"Quick start guides",{"href":416,"dataGaName":417,"dataGaLocation":244},"/get-started/","quick setup checklists",{"text":419,"config":420},"Learn",{"href":421,"dataGaLocation":244,"dataGaName":422},"https://university.gitlab.com/","learn",{"text":424,"config":425},"Product documentation",{"href":426,"dataGaName":427,"dataGaLocation":244},"https://docs.gitlab.com/","product documentation",{"text":429,"config":430},"Best practice videos",{"href":431,"dataGaName":432,"dataGaLocation":244},"/getting-started-videos/","best practice videos",{"text":434,"config":435},"Integrations",{"href":436,"dataGaName":437,"dataGaLocation":244},"/integrations/","integrations",{"title":439,"items":440},"Discover",[441,446,451,456,460],{"text":442,"config":443},"Customer success stories",{"href":444,"dataGaName":445,"dataGaLocation":244},"/customers/","customer success stories",{"text":447,"config":448},"Blog",{"href":449,"dataGaName":450,"dataGaLocation":244},"/blog/","blog",{"text":452,"config":453},"Demo Hub",{"href":454,"dataGaName":455,"dataGaLocation":244},"/demo-hub/","demo hub",{"text":457,"config":458},"The Source",{"href":459,"dataGaName":450,"dataGaLocation":244},"/the-source/",{"text":461,"config":462},"Remote",{"href":463,"dataGaName":464,"dataGaLocation":244},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":466,"items":467},"Connect",[468,473,478,483,488,493],{"text":469,"config":470},"GitLab Services",{"href":471,"dataGaName":472,"dataGaLocation":244},"/services/","services",{"text":474,"config":475},"Contribute",{"href":476,"dataGaName":477,"dataGaLocation":244},"https://contributors.gitlab.com","contribute",{"text":479,"config":480},"Community",{"href":481,"dataGaName":482,"dataGaLocation":244},"/community/","community",{"text":484,"config":485},"Forum",{"href":486,"dataGaName":487,"dataGaLocation":244},"https://forum.gitlab.com/","forum",{"text":489,"config":490},"Events",{"href":491,"dataGaName":492,"dataGaLocation":244},"/events/","events",{"text":494,"config":495},"Partners",{"href":496,"dataGaName":497,"dataGaLocation":244},"/partners/","partners",{"config":499,"title":502,"text":503,"link":504},{"background":500,"textColor":501},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":505,"config":506},"Read the latest",{"href":507,"dataGaName":508,"dataGaLocation":244},"/whats-new/","whats new",{"text":510,"config":511,"menu":513},"Company",{"dataNavLevelOne":512},"company",{"type":295,"columns":514},[515],{"items":516},[517,522,528,530,535,540,545,550,555,560],{"text":518,"config":519},"About",{"href":520,"dataGaName":521,"dataGaLocation":244},"/company/","about",{"text":523,"config":524,"footerGa":527},"Jobs",{"href":525,"dataGaName":526,"dataGaLocation":244},"/jobs/","jobs",{"dataGaName":526},{"text":489,"config":529},{"href":491,"dataGaName":492,"dataGaLocation":244},{"text":531,"config":532},"Leadership",{"href":533,"dataGaName":534,"dataGaLocation":244},"/company/team/e-group/","leadership",{"text":536,"config":537},"Handbook",{"href":538,"dataGaName":539,"dataGaLocation":244},"https://handbook.gitlab.com/","handbook",{"text":541,"config":542},"Investor relations",{"href":543,"dataGaName":544,"dataGaLocation":244},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":546,"config":547},"Trust Center",{"href":548,"dataGaName":549,"dataGaLocation":244},"/security/","trust center",{"text":551,"config":552},"AI Transparency Center",{"href":553,"dataGaName":554,"dataGaLocation":244},"/ai-transparency-center/","ai transparency center",{"text":556,"config":557},"Newsletter",{"href":558,"dataGaName":559,"dataGaLocation":244},"/company/contact/#contact-forms","newsletter",{"text":561,"config":562},"Press",{"href":563,"dataGaName":564,"dataGaLocation":244},"/press/","press",{"text":566,"config":567,"menu":568},"Contact us",{"dataNavLevelOne":512},{"type":295,"columns":569},[570],{"items":571},[572,577,582],{"text":573,"config":574},"Talk to sales",{"href":575,"dataGaName":576,"dataGaLocation":244},"/sales/","talk to sales",{"text":578,"config":579},"Support portal",{"href":580,"dataGaName":581,"dataGaLocation":244},"https://support.gitlab.com/hc/en-us","support portal",{"text":583,"config":584},"Customer portal",{"href":585,"dataGaName":586,"dataGaLocation":244},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":588,"login":589,"suggestions":596},"Close",{"text":590,"link":591},"To search repositories and projects, login to",{"text":592,"config":593},"gitlab.com",{"href":258,"dataGaName":594,"dataGaLocation":595},"search login","search",{"text":597,"default":598},"Suggestions",[599,601,605,607,611,615],{"text":275,"config":600},{"href":280,"dataGaName":275,"dataGaLocation":595},{"text":602,"config":603},"Code Suggestions (AI)",{"href":604,"dataGaName":602,"dataGaLocation":595},"/solutions/code-suggestions/",{"text":311,"config":606},{"href":313,"dataGaName":311,"dataGaLocation":595},{"text":608,"config":609},"GitLab on AWS",{"href":610,"dataGaName":608,"dataGaLocation":595},"/partners/technology-partners/aws/",{"text":612,"config":613},"GitLab on Google Cloud",{"href":614,"dataGaName":612,"dataGaLocation":595},"/partners/technology-partners/google-cloud-platform/",{"text":616,"config":617},"Why GitLab?",{"href":288,"dataGaName":616,"dataGaLocation":595},{"freeTrial":619,"mobileIcon":624,"desktopIcon":629,"secondaryButton":632},{"text":620,"config":621},"Start free trial",{"href":622,"dataGaName":249,"dataGaLocation":623},"https://gitlab.com/-/trials/new/","nav",{"altText":625,"config":626},"Gitlab Icon",{"src":627,"dataGaName":628,"dataGaLocation":623},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":625,"config":630},{"src":631,"dataGaName":628,"dataGaLocation":623},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":633,"config":634},"Get Started",{"href":635,"dataGaName":636,"dataGaLocation":623},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":638,"mobileIcon":642,"desktopIcon":644},{"text":639,"config":640},"Learn more about GitLab Duo",{"href":280,"dataGaName":641,"dataGaLocation":623},"gitlab duo",{"altText":625,"config":643},{"src":627,"dataGaName":628,"dataGaLocation":623},{"altText":625,"config":645},{"src":631,"dataGaName":628,"dataGaLocation":623},{"button":647,"mobileIcon":652,"desktopIcon":654},{"text":648,"config":649},"/switch",{"href":650,"dataGaName":651,"dataGaLocation":623},"#contact","switch",{"altText":625,"config":653},{"src":627,"dataGaName":628,"dataGaLocation":623},{"altText":625,"config":655},{"src":656,"dataGaName":628,"dataGaLocation":623},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":658,"mobileIcon":663,"desktopIcon":665},{"text":659,"config":660},"Back to pricing",{"href":393,"dataGaName":661,"dataGaLocation":623,"icon":662},"back to pricing","GoBack",{"altText":625,"config":664},{"src":627,"dataGaName":628,"dataGaLocation":623},{"altText":625,"config":666},{"src":631,"dataGaName":628,"dataGaLocation":623},{"title":668,"titleMobile":669,"button":670,"config":675},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":286,"config":671},{"href":672,"dataGaName":673,"dataGaLocation":674},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":676,"disabled":225},"release",{"data":678},{"text":679,"source":680,"edit":686,"contribute":691,"config":696,"items":701,"minimal":911},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":681,"config":682},"View page source",{"href":683,"dataGaName":684,"dataGaLocation":685},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":687,"config":688},"Edit this page",{"href":689,"dataGaName":690,"dataGaLocation":685},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":692,"config":693},"Please contribute",{"href":694,"dataGaName":695,"dataGaLocation":685},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":697,"facebook":698,"youtube":699,"linkedin":700},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[702,749,803,847,879],{"title":391,"links":703,"subMenu":718},[704,708,713],{"text":705,"config":706},"View plans",{"href":393,"dataGaName":707,"dataGaLocation":685},"view plans",{"text":709,"config":710},"Why Premium?",{"href":711,"dataGaName":712,"dataGaLocation":685},"/pricing/premium/","why premium",{"text":714,"config":715},"Why Ultimate?",{"href":716,"dataGaName":717,"dataGaLocation":685},"/pricing/ultimate/","why ultimate",[719],{"title":720,"links":721},"Contact Us",[722,725,727,729,734,739,744],{"text":723,"config":724},"Contact sales",{"href":575,"dataGaName":254,"dataGaLocation":685},{"text":578,"config":726},{"href":580,"dataGaName":581,"dataGaLocation":685},{"text":583,"config":728},{"href":585,"dataGaName":586,"dataGaLocation":685},{"text":730,"config":731},"Status",{"href":732,"dataGaName":733,"dataGaLocation":685},"https://status.gitlab.com/","status",{"text":735,"config":736},"Terms of use",{"href":737,"dataGaName":738,"dataGaLocation":685},"/terms/","terms of use",{"text":740,"config":741},"Privacy statement",{"href":742,"dataGaName":743,"dataGaLocation":685},"/privacy/","privacy statement",{"text":745,"config":746},"Cookie preferences",{"dataGaName":747,"dataGaLocation":685,"id":748,"isOneTrustButton":228},"cookie preferences","ot-sdk-btn",{"title":291,"links":750,"subMenu":759},[751,755],{"text":752,"config":753},"DevSecOps platform",{"href":273,"dataGaName":754,"dataGaLocation":685},"devsecops platform",{"text":756,"config":757},"AI-Assisted Development",{"href":280,"dataGaName":758,"dataGaLocation":685},"ai-assisted development",[760],{"title":761,"links":762},"Topics",[763,768,773,778,783,788,793,798],{"text":764,"config":765},"CICD",{"href":766,"dataGaName":767,"dataGaLocation":685},"/topics/ci-cd/","cicd",{"text":769,"config":770},"GitOps",{"href":771,"dataGaName":772,"dataGaLocation":685},"/topics/gitops/","gitops",{"text":774,"config":775},"DevOps",{"href":776,"dataGaName":777,"dataGaLocation":685},"/topics/devops/","devops",{"text":779,"config":780},"Version Control",{"href":781,"dataGaName":782,"dataGaLocation":685},"/topics/version-control/","version control",{"text":784,"config":785},"DevSecOps",{"href":786,"dataGaName":787,"dataGaLocation":685},"/topics/devsecops/","devsecops",{"text":789,"config":790},"Cloud Native",{"href":791,"dataGaName":792,"dataGaLocation":685},"/topics/cloud-native/","cloud native",{"text":794,"config":795},"AI for Coding",{"href":796,"dataGaName":797,"dataGaLocation":685},"/topics/devops/ai-for-coding/","ai for coding",{"text":799,"config":800},"Agentic AI",{"href":801,"dataGaName":802,"dataGaLocation":685},"/topics/agentic-ai/","agentic ai",{"title":804,"links":805},"Solutions",[806,808,810,815,819,822,826,829,831,834,837,842],{"text":335,"config":807},{"href":330,"dataGaName":335,"dataGaLocation":685},{"text":324,"config":809},{"href":307,"dataGaName":308,"dataGaLocation":685},{"text":811,"config":812},"Agile development",{"href":813,"dataGaName":814,"dataGaLocation":685},"/solutions/agile-delivery/","agile delivery",{"text":816,"config":817},"SCM",{"href":320,"dataGaName":818,"dataGaLocation":685},"source code management",{"text":764,"config":820},{"href":313,"dataGaName":821,"dataGaLocation":685},"continuous integration & delivery",{"text":823,"config":824},"Value stream management",{"href":363,"dataGaName":825,"dataGaLocation":685},"value stream management",{"text":769,"config":827},{"href":828,"dataGaName":772,"dataGaLocation":685},"/solutions/gitops/",{"text":373,"config":830},{"href":376,"dataGaName":377,"dataGaLocation":685},{"text":832,"config":833},"Small business",{"href":382,"dataGaName":383,"dataGaLocation":685},{"text":835,"config":836},"Public sector",{"href":388,"dataGaName":389,"dataGaLocation":685},{"text":838,"config":839},"Education",{"href":840,"dataGaName":841,"dataGaLocation":685},"/solutions/education/","education",{"text":843,"config":844},"Financial services",{"href":845,"dataGaName":846,"dataGaLocation":685},"/solutions/finance/","financial services",{"title":396,"links":848},[849,851,853,855,858,860,863,865,867,869,871,873,875,877],{"text":409,"config":850},{"href":411,"dataGaName":412,"dataGaLocation":685},{"text":414,"config":852},{"href":416,"dataGaName":417,"dataGaLocation":685},{"text":419,"config":854},{"href":421,"dataGaName":422,"dataGaLocation":685},{"text":424,"config":856},{"href":426,"dataGaName":857,"dataGaLocation":685},"docs",{"text":447,"config":859},{"href":449,"dataGaName":450,"dataGaLocation":685},{"text":861,"config":862},"What's new",{"href":507,"dataGaName":508,"dataGaLocation":685},{"text":442,"config":864},{"href":444,"dataGaName":445,"dataGaLocation":685},{"text":461,"config":866},{"href":463,"dataGaName":464,"dataGaLocation":685},{"text":469,"config":868},{"href":471,"dataGaName":472,"dataGaLocation":685},{"text":474,"config":870},{"href":476,"dataGaName":477,"dataGaLocation":685},{"text":479,"config":872},{"href":481,"dataGaName":482,"dataGaLocation":685},{"text":484,"config":874},{"href":486,"dataGaName":487,"dataGaLocation":685},{"text":489,"config":876},{"href":491,"dataGaName":492,"dataGaLocation":685},{"text":494,"config":878},{"href":496,"dataGaName":497,"dataGaLocation":685},{"title":510,"links":880},[881,883,885,887,889,891,895,900,902,904,906],{"text":518,"config":882},{"href":520,"dataGaName":512,"dataGaLocation":685},{"text":523,"config":884},{"href":525,"dataGaName":526,"dataGaLocation":685},{"text":531,"config":886},{"href":533,"dataGaName":534,"dataGaLocation":685},{"text":536,"config":888},{"href":538,"dataGaName":539,"dataGaLocation":685},{"text":541,"config":890},{"href":543,"dataGaName":544,"dataGaLocation":685},{"text":892,"config":893},"Sustainability",{"href":894,"dataGaName":892,"dataGaLocation":685},"/sustainability/",{"text":896,"config":897},"Diversity, inclusion and belonging (DIB)",{"href":898,"dataGaName":899,"dataGaLocation":685},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":546,"config":901},{"href":548,"dataGaName":549,"dataGaLocation":685},{"text":556,"config":903},{"href":558,"dataGaName":559,"dataGaLocation":685},{"text":561,"config":905},{"href":563,"dataGaName":564,"dataGaLocation":685},{"text":907,"config":908},"Modern Slavery Transparency Statement",{"href":909,"dataGaName":910,"dataGaLocation":685},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":912},[913,916,919],{"text":914,"config":915},"Terms",{"href":737,"dataGaName":738,"dataGaLocation":685},{"text":917,"config":918},"Cookies",{"dataGaName":747,"dataGaLocation":685,"id":748,"isOneTrustButton":228},{"text":920,"config":921},"Privacy",{"href":742,"dataGaName":743,"dataGaLocation":685},[923],{"id":924,"title":7,"body":224,"config":925,"content":927,"description":224,"extension":930,"meta":931,"navigation":228,"path":932,"seo":933,"stem":934,"__hash__":935},"blogAuthors/en-us/blog/authors/alisa-ho.yml",{"template":926},"BlogAuthor",{"name":7,"config":928},{"headshot":929},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1771440109/xcnydlisb91u4qiwdyw2.jpg","yml",{},"/en-us/blog/authors/alisa-ho",{},"en-us/blog/authors/alisa-ho","WU4QiU5Np9PQ8aLtvZXnH41_rF4JeUvaD9lOvDqkzYw",[937,945,953],{"title":938,"description":939,"heroImage":940,"category":220,"date":941,"authors":942,"slug":944,"externalUrl":224},"How GitLab tracks vulnerabilities through refactors and reformatting","Learn how GitLab's improved Scope+Offset fingerprinting keeps vulnerability tracking stable across comments, blank lines, and reformatting.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1759320418/xjmqcozxzt4frx0hori3.png","2026-08-12",[943],"Julian Thome","improved-scope-offset-fingerprinting",{"title":946,"description":947,"heroImage":940,"category":220,"date":948,"authors":949,"slug":952,"externalUrl":224},"GitLab Secrets Manager adds ESO, Terraform, API support","Simplify credential management across your stack. GitLab Secrets Manager provides secure retrieval in Kubernetes, Terraform, and external workflows.","2026-08-06",[950,951],"Erick Bajao","Joe Randazzo","gitlab-secrets-manager-add-eso-terraform-api-support",{"title":954,"description":955,"heroImage":956,"category":220,"date":957,"authors":958,"slug":959,"externalUrl":224},"Secure every commit to production with Claude and GitLab","Claude Security catches vulnerabilities inside a coding session. GitLab picks up from there, scanning, enforcing policy, and producing audit evidence for the software lifecycle. ","https://res.cloudinary.com/about-gitlab-com/image/upload/v1756122536/akivvcnafog9c4dhhzkp.png","2026-08-03",[7],"claude-security-and-gitlab",{"promotions":961},[962,976,987,998],{"id":963,"categories":964,"header":966,"text":967,"button":968,"image":973},"ai-modernization",[965],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":969,"config":970},"Get your AI maturity score",{"href":971,"dataGaName":972,"dataGaLocation":450},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":974},{"src":975},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":977,"categories":978,"header":979,"text":967,"button":980,"image":984},"devops-modernization",[235,787],"Are you just managing tools or shipping innovation?",{"text":981,"config":982},"Get your DevOps maturity score",{"href":983,"dataGaName":972,"dataGaLocation":450},"/assessments/devops-modernization-assessment/",{"config":985},{"src":986},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":988,"categories":989,"header":990,"text":967,"button":991,"image":995},"security-modernization",[220],"Are you trading speed for security?",{"text":992,"config":993},"Get your security maturity score",{"href":994,"dataGaName":972,"dataGaLocation":450},"/assessments/security-modernization-assessment/",{"config":996},{"src":997},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":999,"paths":1000,"header":1003,"text":1004,"button":1005,"image":1010},"github-azure-migration",[1001,1002],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1006,"config":1007},"See how GitLab compares to GitHub",{"href":1008,"dataGaName":1009,"dataGaLocation":450},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1011},{"src":986},{"header":1013,"blurb":1014,"button":1015,"secondaryButton":1020},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1016,"config":1017},"Get your free trial",{"href":1018,"dataGaName":249,"dataGaLocation":1019},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":723,"config":1021},{"href":575,"dataGaName":254,"dataGaLocation":1019},1786803747561]