[{"data":1,"prerenderedAt":1054},["ShallowReactive",2],{"/blog/coming-soon-gitlab-dependency-firewall":3,"navigation-en-us":269,"banner-en-us":696,"footer-en-us":706,"blog-post-authors-en-us-Tim Rizzi":951,"blog-related-posts-en-us-coming-soon-gitlab-dependency-firewall":966,"blog-promotions-en-us":991,"next-steps-en-us":1044},{"id":4,"title":5,"authors":6,"body":8,"category":247,"date":248,"description":249,"extension":250,"externalUrl":251,"faq":251,"featured":252,"heroImage":253,"meta":254,"navigation":255,"path":256,"seo":257,"slug":261,"stem":262,"tags":263,"template":267,"updatedDate":251,"__hash__":268},"blogPosts/en-us/blog/coming-soon-gitlab-dependency-firewall.md","Coming soon: GitLab dependency firewall",[7],"Tim Rizzi",{"type":9,"value":10,"toc":240},"minimark",[11,22,31,39,44,47,50,74,79,96,102,105,173,176,179,196,200,218,222,230,236],[12,13,14,15,21],"p",{},"The ",[16,17,20],"a",{"href":18,"rel":19},"https://about.gitlab.com/blog/gitlabs-maven-dependency-proxy-is-available-in-beta/",[],"Maven dependency proxy"," was released in GitLab 16.8. This new feature allows organizations to proxy and cache packages from one upstream repository to a GitLab project, which can help reduce reliance on external sources.",[12,23,24,25,30],{},"However, with this added efficiency there is an added security risk of software supply chain attacks like ",[16,26,29],{"href":27,"rel":28},"https://www.mcafee.com/learn/what-is-typosquatting",[],"typosquatting"," and other dependency confusion attacks. Supply chain attacks are when attackers try to get developers and CI/CD pipelines to include malicious packages to increase the surface area of the attack.",[12,32,14,33,38],{},[16,34,37],{"href":35,"rel":36},"https://gitlab.com/groups/gitlab-org/-/epics/5133",[],"dependency firewall",", planned for the second half of 2024, will help organizations avoid these attacks by warning them or blocking the download based on their project's policy.",[40,41,43],"h2",{"id":42},"what-is-the-dependency-firewall","What is the dependency firewall?",[12,45,46],{},"The dependency firewall is the first line of defense when downloading packages from the internet.",[12,48,49],{},"At a high level, GitLab wants to build the following capabilities into the dependency firewall:",[51,52,53,57,65,68,71],"ul",{},[54,55,56],"li",{},"prevent malicious packages from entering the software supply chain",[54,58,59,60],{},"check each new package against GitLab ",[16,61,64],{"href":62,"rel":63},"https://docs.gitlab.com/user/application_security/policies/",[],"policy",[54,66,67],{},"quarantine packages for review before they are available",[54,69,70],{},"manage quarantined packages",[54,72,73],{},"report package usage",[75,76,78],"h3",{"id":77},"what-does-a-dependency-firewall-policy-do","What does a dependency firewall policy do?",[12,80,81,82,86,87,90,91,95],{},"The planned dependency firewall policy will do two things: ",[83,84,85],"code",{},"warn"," and ",[83,88,89],{},"fail",". You will be able to create a ",[92,93,94],"strong",{},"dependency firewall policy"," that warns your organization when certain conditions are met or quarantines the package. For example, you can create a policy that prevents the package from being downloaded if it has any known critical vulnerabilities. Or you can simply add a warning for packages with known, but less severe, vulnerabilities.",[12,97,98,101],{},[92,99,100],{},"Note:"," The warnings can be limited to the log files for the minimal viable change (MVC).",[12,103,104],{},"The first rule we'll support will be as follows:",[106,107,112],"pre",{"className":108,"code":109,"language":110,"meta":111,"style":111},"language-markdown shiki shiki-themes github-light","1. When `Security scan`\n2. Select \"Scanners\" (dependency scanning)\n3. With `No exceptions` that finds `Any` vulnerabilities matching\n4. `Critical` severity\n","markdown","",[83,113,114,131,140,161],{"__ignoreMap":111},[115,116,119,123,127],"span",{"class":117,"line":118},"line",1,[115,120,122],{"class":121},"sqxcx","1.",[115,124,126],{"class":125},"sgsFI"," When ",[115,128,130],{"class":129},"sYu0t","`Security scan`\n",[115,132,134,137],{"class":117,"line":133},2,[115,135,136],{"class":121},"2.",[115,138,139],{"class":125}," Select \"Scanners\" (dependency scanning)\n",[115,141,143,146,149,152,155,158],{"class":117,"line":142},3,[115,144,145],{"class":121},"3.",[115,147,148],{"class":125}," With ",[115,150,151],{"class":129},"`No exceptions`",[115,153,154],{"class":125}," that finds ",[115,156,157],{"class":129},"`Any`",[115,159,160],{"class":125}," vulnerabilities matching\n",[115,162,164,167,170],{"class":117,"line":163},4,[115,165,166],{"class":121},"4.",[115,168,169],{"class":129}," `Critical`",[115,171,172],{"class":125}," severity\n",[12,174,175],{},"For the MVC, we will focus on adding a warning when a package downloaded through the dependency proxy has any known critical vulnerabilities.",[12,177,178],{},"Beyond the MVC, we will add support for the following:",[51,180,181,184,187,190,193],{},[54,182,183],{},"lower severity vulnerabilities",[54,185,186],{},"warnings in the package registry UI list view",[54,188,189],{},"rules to quarantine packages",[54,191,192],{},"the ability to review and update the quarantine",[54,194,195],{},"the ability to add a warning to the security vulnerability report",[40,197,199],{"id":198},"more-about-rules","More about rules",[201,202,203,212,215],"ol",{},[54,204,205,206,208,209,211],{},"Rules that are ",[83,207,85],{}," only can leverage a background job. Rules that ",[83,210,89],{}," need to be handled by the web request.",[54,213,214],{},"Rules handled by a background job can have an extended scope. For example, we can inspect the package information and open the archive to get the metadata, inspect it, and provide more robust rules and conditions.",[54,216,217],{},"Rules handled within the web request must be fast and scalable. This will limit what we can do in these cases.",[40,219,221],{"id":220},"next-steps","Next steps",[12,223,224,225,229],{},"To learn more or contribute to the dependency firewall, please ",[16,226,228],{"href":35,"rel":227},[],"visit our dependency firewall epic",".",[12,231,232],{},[233,234,235],"em",{},"Disclaimer: This blog contains information related to upcoming products, features, and functionality. It is important to note that the information in this blog post is for informational purposes only. Please do not rely on this information for purchasing or planning purposes. As with all projects, the items mentioned in this blog and linked pages are subject to change or delay. The development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab.",[237,238,239],"style",{},"html pre.shiki code .sqxcx, html code.shiki .sqxcx{--shiki-default:#E36209}html pre.shiki code .sgsFI, html code.shiki .sgsFI{--shiki-default:#24292E}html pre.shiki code .sYu0t, html code.shiki .sYu0t{--shiki-default:#005CC5}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":111,"searchDepth":133,"depth":133,"links":241},[242,245,246],{"id":42,"depth":133,"text":43,"children":243},[244],{"id":77,"depth":142,"text":78},{"id":198,"depth":133,"text":199},{"id":220,"depth":133,"text":221},"security","2024-03-26","Learn how this new feature will help organizations avoid supply chain software attacks by warning them or blocking the download based on a project's policy.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749665667/Blog/Hero%20Images/built-in-security.jpg",{},true,"/en-us/blog/coming-soon-gitlab-dependency-firewall",{"title":5,"description":249,"ogTitle":5,"ogDescription":249,"noIndex":252,"ogImage":253,"ogUrl":258,"ogSiteName":259,"ogType":260,"canonicalUrls":258},"https://about.gitlab.com/blog/coming-soon-gitlab-dependency-firewall","https://about.gitlab.com","article","coming-soon-gitlab-dependency-firewall","en-us/blog/coming-soon-gitlab-dependency-firewall",[247,264,265,266],"news","features","CI/CD","BlogPost","cx_StDX1zQZ20SQ7PfsZBKeub73MFJTuVqhh76otbik",{"logo":270,"freeTrial":275,"sales":280,"login":285,"items":290,"search":616,"minimal":647,"duo":666,"switchNav":675,"pricingDeployment":686},{"config":271},{"href":272,"dataGaName":273,"dataGaLocation":274},"/","gitlab logo","header",{"text":276,"config":277},"Get free trial",{"href":278,"dataGaName":279,"dataGaLocation":274},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":281,"config":282},"Request a demo",{"href":283,"dataGaName":284,"dataGaLocation":274},"/sales/?contact-topic=request-demo","sales",{"text":286,"config":287},"Sign in",{"href":288,"dataGaName":289,"dataGaLocation":274},"https://gitlab.com/users/sign_in/","sign in",[291,320,419,424,538,594],{"text":292,"config":293,"menu":295},"Platform",{"dataNavLevelOne":294},"platform",{"type":296,"columns":297},"cards",[298,304,312],{"title":292,"description":299,"link":300},"The intelligent orchestration platform for DevSecOps",{"text":301,"config":302},"Explore our Platform",{"href":303,"dataGaName":294,"dataGaLocation":274},"/platform/",{"title":305,"description":306,"link":307},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":308,"config":309},"Meet GitLab Duo",{"href":310,"dataGaName":311,"dataGaLocation":274},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":313,"description":314,"link":315},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":316,"config":317},"Learn more",{"href":318,"dataGaName":319,"dataGaLocation":274},"/why-gitlab/","why gitlab",{"text":321,"left":255,"config":322,"menu":324},"Product",{"dataNavLevelOne":323},"solutions",{"type":325,"link":326,"columns":330,"feature":398},"lists",{"text":327,"config":328},"View all Solutions",{"href":329,"dataGaName":323,"dataGaLocation":274},"/solutions/",[331,354,377],{"title":332,"description":333,"link":334,"items":339},"Automation","CI/CD and automation to accelerate deployment",{"config":335},{"icon":336,"href":337,"dataGaName":338,"dataGaLocation":274},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[340,343,346,350],{"text":266,"config":341},{"href":342,"dataGaLocation":274,"dataGaName":266},"/solutions/continuous-integration/",{"text":305,"config":344},{"href":310,"dataGaLocation":274,"dataGaName":345},"gitlab duo agent platform - product menu",{"text":347,"config":348},"Source Code Management",{"href":349,"dataGaLocation":274,"dataGaName":347},"/solutions/source-code-management/",{"text":351,"config":352},"Automated Software Delivery",{"href":337,"dataGaLocation":274,"dataGaName":353},"Automated software delivery",{"title":355,"description":356,"link":357,"items":362},"Security","Deliver code faster without compromising security",{"config":358},{"href":359,"dataGaName":360,"dataGaLocation":274,"icon":361},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[363,367,372],{"text":364,"config":365},"Application Security Testing",{"href":359,"dataGaName":366,"dataGaLocation":274},"Application security testing",{"text":368,"config":369},"Software Supply Chain Security",{"href":370,"dataGaLocation":274,"dataGaName":371},"/solutions/supply-chain/","Software supply chain security",{"text":373,"config":374},"Software Compliance",{"href":375,"dataGaName":376,"dataGaLocation":274},"/solutions/software-compliance/","software compliance",{"title":378,"link":379,"items":384},"Measurement",{"config":380},{"icon":381,"href":382,"dataGaName":383,"dataGaLocation":274},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[385,389,393],{"text":386,"config":387},"Visibility & Measurement",{"href":382,"dataGaLocation":274,"dataGaName":388},"Visibility and Measurement",{"text":390,"config":391},"Value Stream Management",{"href":392,"dataGaLocation":274,"dataGaName":390},"/solutions/value-stream-management/",{"text":394,"config":395},"Analytics & Insights",{"href":396,"dataGaLocation":274,"dataGaName":397},"/solutions/analytics-and-insights/","Analytics and insights",{"title":399,"type":325,"items":400},"GitLab for",[401,407,413],{"text":402,"config":403},"Enterprise",{"icon":404,"href":405,"dataGaLocation":274,"dataGaName":406},"Building","/enterprise/","enterprise",{"text":408,"config":409},"Small Business",{"icon":410,"href":411,"dataGaLocation":274,"dataGaName":412},"Work","/small-business/","small business",{"text":414,"config":415},"Public Sector",{"icon":416,"href":417,"dataGaLocation":274,"dataGaName":418},"Organization","/solutions/public-sector/","public sector",{"text":420,"config":421},"Pricing",{"href":422,"dataGaName":423,"dataGaLocation":274,"dataNavLevelOne":423},"/pricing/","pricing",{"text":425,"config":426,"menu":428},"Resources",{"dataNavLevelOne":427},"resources",{"type":325,"link":429,"columns":433,"feature":527},{"text":430,"config":431},"View all resources",{"href":432,"dataGaName":427,"dataGaLocation":274},"/resources/",[434,467,494],{"title":435,"items":436},"Getting started",[437,442,447,452,457,462],{"text":438,"config":439},"Install",{"href":440,"dataGaName":441,"dataGaLocation":274},"/install/","install",{"text":443,"config":444},"Quick start guides",{"href":445,"dataGaName":446,"dataGaLocation":274},"/get-started/","quick setup checklists",{"text":448,"config":449},"Learn",{"href":450,"dataGaLocation":274,"dataGaName":451},"https://university.gitlab.com/","learn",{"text":453,"config":454},"Product documentation",{"href":455,"dataGaName":456,"dataGaLocation":274},"https://docs.gitlab.com/","product documentation",{"text":458,"config":459},"Best practice videos",{"href":460,"dataGaName":461,"dataGaLocation":274},"/getting-started-videos/","best practice videos",{"text":463,"config":464},"Integrations",{"href":465,"dataGaName":466,"dataGaLocation":274},"/integrations/","integrations",{"title":468,"items":469},"Discover",[470,475,480,485,489],{"text":471,"config":472},"Customer success stories",{"href":473,"dataGaName":474,"dataGaLocation":274},"/customers/","customer success stories",{"text":476,"config":477},"Blog",{"href":478,"dataGaName":479,"dataGaLocation":274},"/blog/","blog",{"text":481,"config":482},"Demo Hub",{"href":483,"dataGaName":484,"dataGaLocation":274},"/demo-hub/","demo hub",{"text":486,"config":487},"The Source",{"href":488,"dataGaName":479,"dataGaLocation":274},"/the-source/",{"text":490,"config":491},"Remote",{"href":492,"dataGaName":493,"dataGaLocation":274},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":495,"items":496},"Connect",[497,502,507,512,517,522],{"text":498,"config":499},"GitLab Services",{"href":500,"dataGaName":501,"dataGaLocation":274},"/services/","services",{"text":503,"config":504},"Contribute",{"href":505,"dataGaName":506,"dataGaLocation":274},"https://contributors.gitlab.com","contribute",{"text":508,"config":509},"Community",{"href":510,"dataGaName":511,"dataGaLocation":274},"/community/","community",{"text":513,"config":514},"Forum",{"href":515,"dataGaName":516,"dataGaLocation":274},"https://forum.gitlab.com/","forum",{"text":518,"config":519},"Events",{"href":520,"dataGaName":521,"dataGaLocation":274},"/events/","events",{"text":523,"config":524},"Partners",{"href":525,"dataGaName":526,"dataGaLocation":274},"/partners/","partners",{"config":528,"title":531,"text":532,"link":533},{"background":529,"textColor":530},"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":534,"config":535},"Read the latest",{"href":536,"dataGaName":537,"dataGaLocation":274},"/whats-new/","whats new",{"text":539,"config":540,"menu":542},"Company",{"dataNavLevelOne":541},"company",{"type":325,"columns":543},[544],{"items":545},[546,551,557,559,564,569,574,579,584,589],{"text":547,"config":548},"About",{"href":549,"dataGaName":550,"dataGaLocation":274},"/company/","about",{"text":552,"config":553,"footerGa":556},"Jobs",{"href":554,"dataGaName":555,"dataGaLocation":274},"/jobs/","jobs",{"dataGaName":555},{"text":518,"config":558},{"href":520,"dataGaName":521,"dataGaLocation":274},{"text":560,"config":561},"Leadership",{"href":562,"dataGaName":563,"dataGaLocation":274},"/company/team/e-group/","leadership",{"text":565,"config":566},"Handbook",{"href":567,"dataGaName":568,"dataGaLocation":274},"https://handbook.gitlab.com/","handbook",{"text":570,"config":571},"Investor relations",{"href":572,"dataGaName":573,"dataGaLocation":274},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":575,"config":576},"Trust Center",{"href":577,"dataGaName":578,"dataGaLocation":274},"/security/","trust center",{"text":580,"config":581},"AI Transparency Center",{"href":582,"dataGaName":583,"dataGaLocation":274},"/ai-transparency-center/","ai transparency center",{"text":585,"config":586},"Newsletter",{"href":587,"dataGaName":588,"dataGaLocation":274},"/company/contact/#contact-forms","newsletter",{"text":590,"config":591},"Press",{"href":592,"dataGaName":593,"dataGaLocation":274},"/press/","press",{"text":595,"config":596,"menu":597},"Contact us",{"dataNavLevelOne":541},{"type":325,"columns":598},[599],{"items":600},[601,606,611],{"text":602,"config":603},"Talk to sales",{"href":604,"dataGaName":605,"dataGaLocation":274},"/sales/","talk to sales",{"text":607,"config":608},"Support portal",{"href":609,"dataGaName":610,"dataGaLocation":274},"https://support.gitlab.com/hc/en-us","support portal",{"text":612,"config":613},"Customer portal",{"href":614,"dataGaName":615,"dataGaLocation":274},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":617,"login":618,"suggestions":625},"Close",{"text":619,"link":620},"To search repositories and projects, login to",{"text":621,"config":622},"gitlab.com",{"href":288,"dataGaName":623,"dataGaLocation":624},"search login","search",{"text":626,"default":627},"Suggestions",[628,630,634,636,640,644],{"text":305,"config":629},{"href":310,"dataGaName":305,"dataGaLocation":624},{"text":631,"config":632},"Code Suggestions (AI)",{"href":633,"dataGaName":631,"dataGaLocation":624},"/solutions/code-suggestions/",{"text":266,"config":635},{"href":342,"dataGaName":266,"dataGaLocation":624},{"text":637,"config":638},"GitLab on AWS",{"href":639,"dataGaName":637,"dataGaLocation":624},"/partners/technology-partners/aws/",{"text":641,"config":642},"GitLab on Google Cloud",{"href":643,"dataGaName":641,"dataGaLocation":624},"/partners/technology-partners/google-cloud-platform/",{"text":645,"config":646},"Why GitLab?",{"href":318,"dataGaName":645,"dataGaLocation":624},{"freeTrial":648,"mobileIcon":653,"desktopIcon":658,"secondaryButton":661},{"text":649,"config":650},"Start free trial",{"href":651,"dataGaName":279,"dataGaLocation":652},"https://gitlab.com/-/trials/new/","nav",{"altText":654,"config":655},"Gitlab Icon",{"src":656,"dataGaName":657,"dataGaLocation":652},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":654,"config":659},{"src":660,"dataGaName":657,"dataGaLocation":652},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":662,"config":663},"Get Started",{"href":664,"dataGaName":665,"dataGaLocation":652},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":667,"mobileIcon":671,"desktopIcon":673},{"text":668,"config":669},"Learn more about GitLab Duo",{"href":310,"dataGaName":670,"dataGaLocation":652},"gitlab duo",{"altText":654,"config":672},{"src":656,"dataGaName":657,"dataGaLocation":652},{"altText":654,"config":674},{"src":660,"dataGaName":657,"dataGaLocation":652},{"button":676,"mobileIcon":681,"desktopIcon":683},{"text":677,"config":678},"/switch",{"href":679,"dataGaName":680,"dataGaLocation":652},"#contact","switch",{"altText":654,"config":682},{"src":656,"dataGaName":657,"dataGaLocation":652},{"altText":654,"config":684},{"src":685,"dataGaName":657,"dataGaLocation":652},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":687,"mobileIcon":692,"desktopIcon":694},{"text":688,"config":689},"Back to pricing",{"href":422,"dataGaName":690,"dataGaLocation":652,"icon":691},"back to pricing","GoBack",{"altText":654,"config":693},{"src":656,"dataGaName":657,"dataGaLocation":652},{"altText":654,"config":695},{"src":660,"dataGaName":657,"dataGaLocation":652},{"title":697,"titleMobile":698,"button":699,"config":704},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":316,"config":700},{"href":701,"dataGaName":702,"dataGaLocation":703},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":705,"disabled":252},"release",{"data":707},{"text":708,"source":709,"edit":715,"contribute":720,"config":725,"items":730,"minimal":940},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":710,"config":711},"View page source",{"href":712,"dataGaName":713,"dataGaLocation":714},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":716,"config":717},"Edit this page",{"href":718,"dataGaName":719,"dataGaLocation":714},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":721,"config":722},"Please contribute",{"href":723,"dataGaName":724,"dataGaLocation":714},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":726,"facebook":727,"youtube":728,"linkedin":729},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[731,778,832,876,908],{"title":420,"links":732,"subMenu":747},[733,737,742],{"text":734,"config":735},"View plans",{"href":422,"dataGaName":736,"dataGaLocation":714},"view plans",{"text":738,"config":739},"Why Premium?",{"href":740,"dataGaName":741,"dataGaLocation":714},"/pricing/premium/","why premium",{"text":743,"config":744},"Why Ultimate?",{"href":745,"dataGaName":746,"dataGaLocation":714},"/pricing/ultimate/","why ultimate",[748],{"title":749,"links":750},"Contact Us",[751,754,756,758,763,768,773],{"text":752,"config":753},"Contact sales",{"href":604,"dataGaName":284,"dataGaLocation":714},{"text":607,"config":755},{"href":609,"dataGaName":610,"dataGaLocation":714},{"text":612,"config":757},{"href":614,"dataGaName":615,"dataGaLocation":714},{"text":759,"config":760},"Status",{"href":761,"dataGaName":762,"dataGaLocation":714},"https://status.gitlab.com/","status",{"text":764,"config":765},"Terms of use",{"href":766,"dataGaName":767,"dataGaLocation":714},"/terms/","terms of use",{"text":769,"config":770},"Privacy statement",{"href":771,"dataGaName":772,"dataGaLocation":714},"/privacy/","privacy statement",{"text":774,"config":775},"Cookie preferences",{"dataGaName":776,"dataGaLocation":714,"id":777,"isOneTrustButton":255},"cookie preferences","ot-sdk-btn",{"title":321,"links":779,"subMenu":788},[780,784],{"text":781,"config":782},"DevSecOps platform",{"href":303,"dataGaName":783,"dataGaLocation":714},"devsecops platform",{"text":785,"config":786},"AI-Assisted Development",{"href":310,"dataGaName":787,"dataGaLocation":714},"ai-assisted development",[789],{"title":790,"links":791},"Topics",[792,797,802,807,812,817,822,827],{"text":793,"config":794},"CICD",{"href":795,"dataGaName":796,"dataGaLocation":714},"/topics/ci-cd/","cicd",{"text":798,"config":799},"GitOps",{"href":800,"dataGaName":801,"dataGaLocation":714},"/topics/gitops/","gitops",{"text":803,"config":804},"DevOps",{"href":805,"dataGaName":806,"dataGaLocation":714},"/topics/devops/","devops",{"text":808,"config":809},"Version Control",{"href":810,"dataGaName":811,"dataGaLocation":714},"/topics/version-control/","version control",{"text":813,"config":814},"DevSecOps",{"href":815,"dataGaName":816,"dataGaLocation":714},"/topics/devsecops/","devsecops",{"text":818,"config":819},"Cloud Native",{"href":820,"dataGaName":821,"dataGaLocation":714},"/topics/cloud-native/","cloud native",{"text":823,"config":824},"AI for Coding",{"href":825,"dataGaName":826,"dataGaLocation":714},"/topics/devops/ai-for-coding/","ai for coding",{"text":828,"config":829},"Agentic AI",{"href":830,"dataGaName":831,"dataGaLocation":714},"/topics/agentic-ai/","agentic ai",{"title":833,"links":834},"Solutions",[835,837,839,844,848,851,855,858,860,863,866,871],{"text":364,"config":836},{"href":359,"dataGaName":364,"dataGaLocation":714},{"text":353,"config":838},{"href":337,"dataGaName":338,"dataGaLocation":714},{"text":840,"config":841},"Agile development",{"href":842,"dataGaName":843,"dataGaLocation":714},"/solutions/agile-delivery/","agile delivery",{"text":845,"config":846},"SCM",{"href":349,"dataGaName":847,"dataGaLocation":714},"source code management",{"text":793,"config":849},{"href":342,"dataGaName":850,"dataGaLocation":714},"continuous integration & delivery",{"text":852,"config":853},"Value stream management",{"href":392,"dataGaName":854,"dataGaLocation":714},"value stream management",{"text":798,"config":856},{"href":857,"dataGaName":801,"dataGaLocation":714},"/solutions/gitops/",{"text":402,"config":859},{"href":405,"dataGaName":406,"dataGaLocation":714},{"text":861,"config":862},"Small business",{"href":411,"dataGaName":412,"dataGaLocation":714},{"text":864,"config":865},"Public sector",{"href":417,"dataGaName":418,"dataGaLocation":714},{"text":867,"config":868},"Education",{"href":869,"dataGaName":870,"dataGaLocation":714},"/solutions/education/","education",{"text":872,"config":873},"Financial services",{"href":874,"dataGaName":875,"dataGaLocation":714},"/solutions/finance/","financial services",{"title":425,"links":877},[878,880,882,884,887,889,892,894,896,898,900,902,904,906],{"text":438,"config":879},{"href":440,"dataGaName":441,"dataGaLocation":714},{"text":443,"config":881},{"href":445,"dataGaName":446,"dataGaLocation":714},{"text":448,"config":883},{"href":450,"dataGaName":451,"dataGaLocation":714},{"text":453,"config":885},{"href":455,"dataGaName":886,"dataGaLocation":714},"docs",{"text":476,"config":888},{"href":478,"dataGaName":479,"dataGaLocation":714},{"text":890,"config":891},"What's new",{"href":536,"dataGaName":537,"dataGaLocation":714},{"text":471,"config":893},{"href":473,"dataGaName":474,"dataGaLocation":714},{"text":490,"config":895},{"href":492,"dataGaName":493,"dataGaLocation":714},{"text":498,"config":897},{"href":500,"dataGaName":501,"dataGaLocation":714},{"text":503,"config":899},{"href":505,"dataGaName":506,"dataGaLocation":714},{"text":508,"config":901},{"href":510,"dataGaName":511,"dataGaLocation":714},{"text":513,"config":903},{"href":515,"dataGaName":516,"dataGaLocation":714},{"text":518,"config":905},{"href":520,"dataGaName":521,"dataGaLocation":714},{"text":523,"config":907},{"href":525,"dataGaName":526,"dataGaLocation":714},{"title":539,"links":909},[910,912,914,916,918,920,924,929,931,933,935],{"text":547,"config":911},{"href":549,"dataGaName":541,"dataGaLocation":714},{"text":552,"config":913},{"href":554,"dataGaName":555,"dataGaLocation":714},{"text":560,"config":915},{"href":562,"dataGaName":563,"dataGaLocation":714},{"text":565,"config":917},{"href":567,"dataGaName":568,"dataGaLocation":714},{"text":570,"config":919},{"href":572,"dataGaName":573,"dataGaLocation":714},{"text":921,"config":922},"Sustainability",{"href":923,"dataGaName":921,"dataGaLocation":714},"/sustainability/",{"text":925,"config":926},"Diversity, inclusion and belonging (DIB)",{"href":927,"dataGaName":928,"dataGaLocation":714},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":575,"config":930},{"href":577,"dataGaName":578,"dataGaLocation":714},{"text":585,"config":932},{"href":587,"dataGaName":588,"dataGaLocation":714},{"text":590,"config":934},{"href":592,"dataGaName":593,"dataGaLocation":714},{"text":936,"config":937},"Modern Slavery Transparency Statement",{"href":938,"dataGaName":939,"dataGaLocation":714},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":941},[942,945,948],{"text":943,"config":944},"Terms",{"href":766,"dataGaName":767,"dataGaLocation":714},{"text":946,"config":947},"Cookies",{"dataGaName":776,"dataGaLocation":714,"id":777,"isOneTrustButton":255},{"text":949,"config":950},"Privacy",{"href":771,"dataGaName":772,"dataGaLocation":714},[952],{"id":953,"title":7,"body":251,"config":954,"content":956,"description":251,"extension":960,"meta":961,"navigation":255,"path":962,"seo":963,"stem":964,"__hash__":965},"blogAuthors/en-us/blog/authors/tim-rizzi.yml",{"template":955},"BlogAuthor",{"name":7,"config":957},{"headshot":958,"ctfId":959},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749661866/Blog/Author%20Headshots/trizzi-headshot.jpg","trizzi","yml",{},"/en-us/blog/authors/tim-rizzi",{},"en-us/blog/authors/tim-rizzi","ADPqrpcnKveFJS0m_zFV0VLtb_h_txu59QVgz_YwKMc",[967,975,983],{"title":968,"description":969,"heroImage":970,"category":247,"date":971,"authors":972,"slug":974,"externalUrl":251},"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",[973],"Julian Thome","improved-scope-offset-fingerprinting",{"title":976,"description":977,"heroImage":970,"category":247,"date":978,"authors":979,"slug":982,"externalUrl":251},"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",[980,981],"Erick Bajao","Joe Randazzo","gitlab-secrets-manager-add-eso-terraform-api-support",{"title":984,"description":985,"heroImage":986,"category":247,"date":987,"authors":988,"slug":990,"externalUrl":251},"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",[989],"Alisa Ho","claude-security-and-gitlab",{"promotions":992},[993,1007,1019,1030],{"id":994,"categories":995,"header":997,"text":998,"button":999,"image":1004},"ai-modernization",[996],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1000,"config":1001},"Get your AI maturity score",{"href":1002,"dataGaName":1003,"dataGaLocation":479},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1005},{"src":1006},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1008,"categories":1009,"header":1011,"text":998,"button":1012,"image":1016},"devops-modernization",[1010,816],"product","Are you just managing tools or shipping innovation?",{"text":1013,"config":1014},"Get your DevOps maturity score",{"href":1015,"dataGaName":1003,"dataGaLocation":479},"/assessments/devops-modernization-assessment/",{"config":1017},{"src":1018},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1020,"categories":1021,"header":1022,"text":998,"button":1023,"image":1027},"security-modernization",[247],"Are you trading speed for security?",{"text":1024,"config":1025},"Get your security maturity score",{"href":1026,"dataGaName":1003,"dataGaLocation":479},"/assessments/security-modernization-assessment/",{"config":1028},{"src":1029},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1031,"paths":1032,"header":1035,"text":1036,"button":1037,"image":1042},"github-azure-migration",[1033,1034],"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":1038,"config":1039},"See how GitLab compares to GitHub",{"href":1040,"dataGaName":1041,"dataGaLocation":479},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1043},{"src":1018},{"header":1045,"blurb":1046,"button":1047,"secondaryButton":1052},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1048,"config":1049},"Get your free trial",{"href":1050,"dataGaName":279,"dataGaLocation":1051},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":752,"config":1053},{"href":604,"dataGaName":284,"dataGaLocation":1051},1786803767469]