[{"data":1,"prerenderedAt":738},["ShallowReactive",2],{"/en-us/blog/a-community-driven-advisory-database/":3,"navigation-en-us":38,"banner-en-us":455,"footer-en-us":471,"Mark Art-Dinesh Bolkensteyn-Isaac Dawson-Julian Thome":682,"next-steps-en-us":723},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":16,"config":28,"_id":31,"_type":32,"title":33,"_source":34,"_file":35,"_stem":36,"_extension":37},"/en-us/blog/a-community-driven-advisory-database","blog",false,"",{"title":9,"description":10,"ogTitle":9,"ogDescription":10,"noIndex":6,"ogImage":11,"ogUrl":12,"ogSiteName":13,"ogType":14,"canonicalUrls":12,"schema":15},"Community-driven advisory database for dependencies launched","The advisory data can be readily adopted, adapted, and exchanged. Learn more here.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668354/Blog/Hero%20Images/handshake.png","https://about.gitlab.com/blog/a-community-driven-advisory-database","https://about.gitlab.com","article","\n                        {\n        \"@context\": \"https://schema.org\",\n        \"@type\": \"Article\",\n        \"headline\": \"Introducing a community-driven advisory database for third-party software dependencies\",\n        \"author\": [{\"@type\":\"Person\",\"name\":\"Mark Art\"},{\"@type\":\"Person\",\"name\":\"Dinesh Bolkensteyn\"},{\"@type\":\"Person\",\"name\":\"Isaac Dawson\"},{\"@type\":\"Person\",\"name\":\"Julian Thome\"}],\n        \"datePublished\": \"2022-02-16\",\n      }",{"title":17,"description":10,"authors":18,"heroImage":11,"date":23,"body":24,"category":25,"tags":26},"Introducing a community-driven advisory database for third-party software dependencies",[19,20,21,22],"Mark Art","Dinesh Bolkensteyn","Isaac Dawson","Julian Thome","2022-02-16","GitLab provides a [Dependency\nScanning](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/)\n\nfeature that can automatically detect vulnerabilities in your software\n\ndependencies. Dependency Scanning covers various programming languages and\n\nrelies on the [GitLab Advisory\nDatabase](https://gitlab.com/gitlab-org/security-products/gemnasium-db),\nthat\n\nis\n\n[updated](https://gitlab.com/gitlab-org/security-products/gemnasium-db/activity)\n\non a periodic basis by the \n\n[Vulnerability\nResearch](/handbook/engineering/development/sec/secure/vulnerability-research/)\n\nteam at GitLab. The GitLab Advisory Database covers security advisories in\nsoftware packages that have a CVE identifier, as well as malicious packages\nmarked as such by their ecosystem\n([example](https://gitlab.com/gitlab-org/security-products/gemnasium-db/-/blob/master/npm/lodahs/CVE-2019-19771.yml)).\nThe database is an essential part of\n\nthe Dependency Scanning feature, which is\n\n[available](https://about.gitlab.com/pricing/) in GitLab Ultimate\nself-managed\n\nand GitLab Ultimate SaaS.\n\n\nAs of recently, GitLab also provides a _free and open-source_ version of the\n\ndatabase, the [GitLab Advisory Database (Open Source\nEdition)](https://gitlab.com/gitlab-org/advisories-community), a\ntime-delayed\n\n(+30 days) clone of the [GitLab Advisory\nDatabase](https://gitlab.com/gitlab-org/security-products/gemnasium-db).\n\n\nIn the spirit of\n\n[Collaboration](https://handbook.gitlab.com/handbook/values/#collaboration) and\n\n[Transparency](https://handbook.gitlab.com/handbook/values/#transparency), two\nof\n\nthe [GitLab core values](https://handbook.gitlab.com/handbook/values/), we\nshare\n\nthe database with the open-source community in a format that is\n\n[well-documented](https://gitlab.com/gitlab-org/security-products/gemnasium-db#yaml-schema)\n\nand can be easily parsed. The advisory data can be readily adopted, adapted,\nand\n\nexchanged. For example, links to proof of concepts or write-ups, or any\nother\n\ndirectly related information that will benefit the community, can be added\nto\n\nthe `urls` array:\n\n\n```yaml\n\nurls:\n  - \"https://hackerone.com/reports/1104077\"\n  - \"https://nvd.nist.gov/vuln/detail/CVE-2021-28965\"\n  - \"https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/\"\n```\n\n\nAdditionally, in our advisories we use [Common Weakness\nEnumeration](https://cwe.mitre.org/index.html) \n\nin conjunction with [Common Vulnerability Scoring\nSystem](https://www.first.org/cvss/) as a standard means \n\nof [communicating\nvulnerabilities](/handbook/engineering/development/sec/secure/products/metrics/),\nas well as their impact/severity, internally and externally.\n\n\nThe [GitLab Advisory\nDatabase](https://gitlab.com/gitlab-org/security-products/gemnasium-db) is\nintegrated\n\ninto GitLab [Dependency\nScanning](https://docs.gitlab.com/ee/user/application_security/dependency_scanning/).\nOnce \n\nan existing advisory is modified or a new advisory is created, the\ninformation included in the advisory will appear \n\nin the [Vulnerability\nPages](https://docs.gitlab.com/ee/user/application_security/vulnerabilities/) \n\nwhere findings/vulnerabilities originating from all [security\nscanners](/stages-devops-lifecycle/secure/),\n\nincluding Dependency Scanning, can be managed at a central place.\n\n\nThe open-source database has recently been integrated into\n\n[Trivy](https://github.com/aquasecurity/trivy), a free and open-source\nsolution\n\nfor [container\nscanning](https://docs.gitlab.com/ee/user/application_security/container_scanning/).\n\nWe are very grateful for [community\ncontributions](https://gitlab.com/gitlab-org/security-products/gemnasium-db#credits) \n\nto the [GitLab Advisory\nDatabase](https://gitlab.com/gitlab-org/security-products/gemnasium-db).\n\nOur community has aided us by suggesting improvements to our data or by\n creating entirely new advisories, allowing everyone to benefit from their\n contributions.\n\nAt GitLab, [everyone can contribute](/company/mission/).\n\nThe [Vulnerability\nResearch](/handbook/engineering/development/sec/secure/vulnerability-research/)\n\nteam at GitLab has made it easy to contribute to both databases. \n\n\nCommunity contributions can be made available in\n\n[advisories-community](https://gitlab.com/gitlab-org/advisories-community)\n\ninstantaneously by means of the [`community-sync`\nflag](https://gitlab.com/gitlab-org/security-products/gemnasium-db#advisory-headers),\n\nwhich has been introduced recently. Using this synchronization, you can make\n\nthe same contribution appear in both databases at the time of a Merge\nRequest\n\n(within one hour after the merge). \n\n\nWe have also used this flag to make the advisories concerning the recent\n\n[log4Shell](/blog/updates-and-actions-to-address-logj-in-gitlab/)\n\nvulnerabilities available to the community immediately after these were made\npublic.\n\nEven though the open-source version of the database is time-delayed,\nparticular\n\nvulnerabilities that have the potential to become widespread and cause\n\ndisruptions to the entire Internet, are pushed into the open-source version\n\nof the GitLab security advisory database.\n\n\nCover image by [Charles Deluvio](https://unsplash.com/@charlesdeluvio) on\n[Unsplash](https://unsplash.com/photos/AT5vuPoi8vc)\n\n{: .note}\n","security",[25,27],"collaboration",{"slug":29,"featured":6,"template":30},"a-community-driven-advisory-database","BlogPost","content:en-us:blog:a-community-driven-advisory-database.yml","yaml","A Community Driven Advisory Database","content","en-us/blog/a-community-driven-advisory-database.yml","en-us/blog/a-community-driven-advisory-database","yml",{"_path":39,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"data":41,"_id":451,"_type":32,"title":452,"_source":34,"_file":453,"_stem":454,"_extension":37},"/shared/en-us/main-navigation","en-us",{"logo":42,"freeTrial":47,"sales":52,"login":57,"items":62,"search":392,"minimal":423,"duo":442},{"config":43},{"href":44,"dataGaName":45,"dataGaLocation":46},"/","gitlab logo","header",{"text":48,"config":49},"Get free trial",{"href":50,"dataGaName":51,"dataGaLocation":46},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":53,"config":54},"Talk to sales",{"href":55,"dataGaName":56,"dataGaLocation":46},"/sales/","sales",{"text":58,"config":59},"Sign in",{"href":60,"dataGaName":61,"dataGaLocation":46},"https://gitlab.com/users/sign_in/","sign in",[63,107,203,208,313,373],{"text":64,"config":65,"cards":67,"footer":90},"Platform",{"dataNavLevelOne":66},"platform",[68,74,82],{"title":64,"description":69,"link":70},"The most comprehensive AI-powered DevSecOps Platform",{"text":71,"config":72},"Explore our Platform",{"href":73,"dataGaName":66,"dataGaLocation":46},"/platform/",{"title":75,"description":76,"link":77},"GitLab Duo (AI)","Build software faster with AI at every stage of development",{"text":78,"config":79},"Meet GitLab Duo",{"href":80,"dataGaName":81,"dataGaLocation":46},"/gitlab-duo/","gitlab duo ai",{"title":83,"description":84,"link":85},"Why GitLab","10 reasons why Enterprises choose GitLab",{"text":86,"config":87},"Learn more",{"href":88,"dataGaName":89,"dataGaLocation":46},"/why-gitlab/","why gitlab",{"title":91,"items":92},"Get started with",[93,98,103],{"text":94,"config":95},"Platform Engineering",{"href":96,"dataGaName":97,"dataGaLocation":46},"/solutions/platform-engineering/","platform engineering",{"text":99,"config":100},"Developer Experience",{"href":101,"dataGaName":102,"dataGaLocation":46},"/developer-experience/","Developer experience",{"text":104,"config":105},"MLOps",{"href":106,"dataGaName":104,"dataGaLocation":46},"/topics/devops/the-role-of-ai-in-devops/",{"text":108,"left":109,"config":110,"link":112,"lists":116,"footer":185},"Product",true,{"dataNavLevelOne":111},"solutions",{"text":113,"config":114},"View all Solutions",{"href":115,"dataGaName":111,"dataGaLocation":46},"/solutions/",[117,142,164],{"title":118,"description":119,"link":120,"items":125},"Automation","CI/CD and automation to accelerate deployment",{"config":121},{"icon":122,"href":123,"dataGaName":124,"dataGaLocation":46},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[126,130,134,138],{"text":127,"config":128},"CI/CD",{"href":129,"dataGaLocation":46,"dataGaName":127},"/solutions/continuous-integration/",{"text":131,"config":132},"AI-Assisted Development",{"href":80,"dataGaLocation":46,"dataGaName":133},"AI assisted development",{"text":135,"config":136},"Source Code Management",{"href":137,"dataGaLocation":46,"dataGaName":135},"/solutions/source-code-management/",{"text":139,"config":140},"Automated Software Delivery",{"href":123,"dataGaLocation":46,"dataGaName":141},"Automated software delivery",{"title":143,"description":144,"link":145,"items":150},"Security","Deliver code faster without compromising security",{"config":146},{"href":147,"dataGaName":148,"dataGaLocation":46,"icon":149},"/solutions/security-compliance/","security and compliance","ShieldCheckLight",[151,154,159],{"text":152,"config":153},"Security & Compliance",{"href":147,"dataGaLocation":46,"dataGaName":152},{"text":155,"config":156},"Software Supply Chain Security",{"href":157,"dataGaLocation":46,"dataGaName":158},"/solutions/supply-chain/","Software supply chain security",{"text":160,"config":161},"Compliance & Governance",{"href":162,"dataGaLocation":46,"dataGaName":163},"/solutions/continuous-software-compliance/","Compliance and governance",{"title":165,"link":166,"items":171},"Measurement",{"config":167},{"icon":168,"href":169,"dataGaName":170,"dataGaLocation":46},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[172,176,180],{"text":173,"config":174},"Visibility & Measurement",{"href":169,"dataGaLocation":46,"dataGaName":175},"Visibility and Measurement",{"text":177,"config":178},"Value Stream Management",{"href":179,"dataGaLocation":46,"dataGaName":177},"/solutions/value-stream-management/",{"text":181,"config":182},"Analytics & Insights",{"href":183,"dataGaLocation":46,"dataGaName":184},"/solutions/analytics-and-insights/","Analytics and insights",{"title":186,"items":187},"GitLab for",[188,193,198],{"text":189,"config":190},"Enterprise",{"href":191,"dataGaLocation":46,"dataGaName":192},"/enterprise/","enterprise",{"text":194,"config":195},"Small Business",{"href":196,"dataGaLocation":46,"dataGaName":197},"/small-business/","small business",{"text":199,"config":200},"Public Sector",{"href":201,"dataGaLocation":46,"dataGaName":202},"/solutions/public-sector/","public sector",{"text":204,"config":205},"Pricing",{"href":206,"dataGaName":207,"dataGaLocation":46,"dataNavLevelOne":207},"/pricing/","pricing",{"text":209,"config":210,"link":212,"lists":216,"feature":300},"Resources",{"dataNavLevelOne":211},"resources",{"text":213,"config":214},"View all resources",{"href":215,"dataGaName":211,"dataGaLocation":46},"/resources/",[217,250,272],{"title":218,"items":219},"Getting started",[220,225,230,235,240,245],{"text":221,"config":222},"Install",{"href":223,"dataGaName":224,"dataGaLocation":46},"/install/","install",{"text":226,"config":227},"Quick start guides",{"href":228,"dataGaName":229,"dataGaLocation":46},"/get-started/","quick setup checklists",{"text":231,"config":232},"Learn",{"href":233,"dataGaLocation":46,"dataGaName":234},"https://university.gitlab.com/","learn",{"text":236,"config":237},"Product documentation",{"href":238,"dataGaName":239,"dataGaLocation":46},"https://docs.gitlab.com/","product documentation",{"text":241,"config":242},"Best practice videos",{"href":243,"dataGaName":244,"dataGaLocation":46},"/getting-started-videos/","best practice videos",{"text":246,"config":247},"Integrations",{"href":248,"dataGaName":249,"dataGaLocation":46},"/integrations/","integrations",{"title":251,"items":252},"Discover",[253,258,262,267],{"text":254,"config":255},"Customer success stories",{"href":256,"dataGaName":257,"dataGaLocation":46},"/customers/","customer success stories",{"text":259,"config":260},"Blog",{"href":261,"dataGaName":5,"dataGaLocation":46},"/blog/",{"text":263,"config":264},"Remote",{"href":265,"dataGaName":266,"dataGaLocation":46},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":268,"config":269},"TeamOps",{"href":270,"dataGaName":271,"dataGaLocation":46},"/teamops/","teamops",{"title":273,"items":274},"Connect",[275,280,285,290,295],{"text":276,"config":277},"GitLab Services",{"href":278,"dataGaName":279,"dataGaLocation":46},"/services/","services",{"text":281,"config":282},"Community",{"href":283,"dataGaName":284,"dataGaLocation":46},"/community/","community",{"text":286,"config":287},"Forum",{"href":288,"dataGaName":289,"dataGaLocation":46},"https://forum.gitlab.com/","forum",{"text":291,"config":292},"Events",{"href":293,"dataGaName":294,"dataGaLocation":46},"/events/","events",{"text":296,"config":297},"Partners",{"href":298,"dataGaName":299,"dataGaLocation":46},"/partners/","partners",{"backgroundColor":301,"textColor":302,"text":303,"image":304,"link":308},"#2f2a6b","#fff","Insights for the future of software development",{"altText":305,"config":306},"the source promo card",{"src":307},"/images/navigation/the-source-promo-card.svg",{"text":309,"config":310},"Read the latest",{"href":311,"dataGaName":312,"dataGaLocation":46},"/the-source/","the source",{"text":314,"config":315,"lists":317},"Company",{"dataNavLevelOne":316},"company",[318],{"items":319},[320,325,331,333,338,343,348,353,358,363,368],{"text":321,"config":322},"About",{"href":323,"dataGaName":324,"dataGaLocation":46},"/company/","about",{"text":326,"config":327,"footerGa":330},"Jobs",{"href":328,"dataGaName":329,"dataGaLocation":46},"/jobs/","jobs",{"dataGaName":329},{"text":291,"config":332},{"href":293,"dataGaName":294,"dataGaLocation":46},{"text":334,"config":335},"Leadership",{"href":336,"dataGaName":337,"dataGaLocation":46},"/company/team/e-group/","leadership",{"text":339,"config":340},"Team",{"href":341,"dataGaName":342,"dataGaLocation":46},"/company/team/","team",{"text":344,"config":345},"Handbook",{"href":346,"dataGaName":347,"dataGaLocation":46},"https://handbook.gitlab.com/","handbook",{"text":349,"config":350},"Investor relations",{"href":351,"dataGaName":352,"dataGaLocation":46},"https://ir.gitlab.com/","investor relations",{"text":354,"config":355},"Trust Center",{"href":356,"dataGaName":357,"dataGaLocation":46},"/security/","trust center",{"text":359,"config":360},"AI Transparency Center",{"href":361,"dataGaName":362,"dataGaLocation":46},"/ai-transparency-center/","ai transparency center",{"text":364,"config":365},"Newsletter",{"href":366,"dataGaName":367,"dataGaLocation":46},"/company/contact/","newsletter",{"text":369,"config":370},"Press",{"href":371,"dataGaName":372,"dataGaLocation":46},"/press/","press",{"text":374,"config":375,"lists":376},"Contact us",{"dataNavLevelOne":316},[377],{"items":378},[379,382,387],{"text":53,"config":380},{"href":55,"dataGaName":381,"dataGaLocation":46},"talk to sales",{"text":383,"config":384},"Get help",{"href":385,"dataGaName":386,"dataGaLocation":46},"/support/","get help",{"text":388,"config":389},"Customer portal",{"href":390,"dataGaName":391,"dataGaLocation":46},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":393,"login":394,"suggestions":401},"Close",{"text":395,"link":396},"To search repositories and projects, login to",{"text":397,"config":398},"gitlab.com",{"href":60,"dataGaName":399,"dataGaLocation":400},"search login","search",{"text":402,"default":403},"Suggestions",[404,406,410,412,416,420],{"text":75,"config":405},{"href":80,"dataGaName":75,"dataGaLocation":400},{"text":407,"config":408},"Code Suggestions (AI)",{"href":409,"dataGaName":407,"dataGaLocation":400},"/solutions/code-suggestions/",{"text":127,"config":411},{"href":129,"dataGaName":127,"dataGaLocation":400},{"text":413,"config":414},"GitLab on AWS",{"href":415,"dataGaName":413,"dataGaLocation":400},"/partners/technology-partners/aws/",{"text":417,"config":418},"GitLab on Google Cloud",{"href":419,"dataGaName":417,"dataGaLocation":400},"/partners/technology-partners/google-cloud-platform/",{"text":421,"config":422},"Why GitLab?",{"href":88,"dataGaName":421,"dataGaLocation":400},{"freeTrial":424,"mobileIcon":429,"desktopIcon":434,"secondaryButton":437},{"text":425,"config":426},"Start free trial",{"href":427,"dataGaName":51,"dataGaLocation":428},"https://gitlab.com/-/trials/new/","nav",{"altText":430,"config":431},"Gitlab Icon",{"src":432,"dataGaName":433,"dataGaLocation":428},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":430,"config":435},{"src":436,"dataGaName":433,"dataGaLocation":428},"/images/brand/gitlab-logo-type.svg",{"text":438,"config":439},"Get Started",{"href":440,"dataGaName":441,"dataGaLocation":428},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":443,"mobileIcon":447,"desktopIcon":449},{"text":444,"config":445},"Learn more about GitLab Duo",{"href":80,"dataGaName":446,"dataGaLocation":428},"gitlab duo",{"altText":430,"config":448},{"src":432,"dataGaName":433,"dataGaLocation":428},{"altText":430,"config":450},{"src":436,"dataGaName":433,"dataGaLocation":428},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":456,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"title":457,"button":458,"image":462,"config":466,"_id":468,"_type":32,"_source":34,"_file":469,"_stem":470,"_extension":37},"/shared/en-us/banner","is now in public beta!",{"text":86,"config":459},{"href":460,"dataGaName":461,"dataGaLocation":46},"/gitlab-duo/agent-platform/","duo banner",{"altText":463,"config":464},"GitLab Duo Agent Platform",{"src":465},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":467},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":472,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"data":473,"_id":678,"_type":32,"title":679,"_source":34,"_file":680,"_stem":681,"_extension":37},"/shared/en-us/main-footer",{"text":474,"source":475,"edit":481,"contribute":486,"config":491,"items":496,"minimal":670},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":476,"config":477},"View page source",{"href":478,"dataGaName":479,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":482,"config":483},"Edit this page",{"href":484,"dataGaName":485,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":487,"config":488},"Please contribute",{"href":489,"dataGaName":490,"dataGaLocation":480},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":492,"facebook":493,"youtube":494,"linkedin":495},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[497,520,577,606,640],{"title":64,"links":498,"subMenu":503},[499],{"text":500,"config":501},"DevSecOps platform",{"href":73,"dataGaName":502,"dataGaLocation":480},"devsecops platform",[504],{"title":204,"links":505},[506,510,515],{"text":507,"config":508},"View plans",{"href":206,"dataGaName":509,"dataGaLocation":480},"view plans",{"text":511,"config":512},"Why Premium?",{"href":513,"dataGaName":514,"dataGaLocation":480},"/pricing/premium/","why premium",{"text":516,"config":517},"Why Ultimate?",{"href":518,"dataGaName":519,"dataGaLocation":480},"/pricing/ultimate/","why ultimate",{"title":521,"links":522},"Solutions",[523,528,531,533,538,543,547,550,554,559,561,564,567,572],{"text":524,"config":525},"Digital transformation",{"href":526,"dataGaName":527,"dataGaLocation":480},"/topics/digital-transformation/","digital transformation",{"text":152,"config":529},{"href":147,"dataGaName":530,"dataGaLocation":480},"security & compliance",{"text":141,"config":532},{"href":123,"dataGaName":124,"dataGaLocation":480},{"text":534,"config":535},"Agile development",{"href":536,"dataGaName":537,"dataGaLocation":480},"/solutions/agile-delivery/","agile delivery",{"text":539,"config":540},"Cloud transformation",{"href":541,"dataGaName":542,"dataGaLocation":480},"/topics/cloud-native/","cloud transformation",{"text":544,"config":545},"SCM",{"href":137,"dataGaName":546,"dataGaLocation":480},"source code management",{"text":127,"config":548},{"href":129,"dataGaName":549,"dataGaLocation":480},"continuous integration & delivery",{"text":551,"config":552},"Value stream management",{"href":179,"dataGaName":553,"dataGaLocation":480},"value stream management",{"text":555,"config":556},"GitOps",{"href":557,"dataGaName":558,"dataGaLocation":480},"/solutions/gitops/","gitops",{"text":189,"config":560},{"href":191,"dataGaName":192,"dataGaLocation":480},{"text":562,"config":563},"Small business",{"href":196,"dataGaName":197,"dataGaLocation":480},{"text":565,"config":566},"Public sector",{"href":201,"dataGaName":202,"dataGaLocation":480},{"text":568,"config":569},"Education",{"href":570,"dataGaName":571,"dataGaLocation":480},"/solutions/education/","education",{"text":573,"config":574},"Financial services",{"href":575,"dataGaName":576,"dataGaLocation":480},"/solutions/finance/","financial services",{"title":209,"links":578},[579,581,583,585,588,590,592,594,596,598,600,602,604],{"text":221,"config":580},{"href":223,"dataGaName":224,"dataGaLocation":480},{"text":226,"config":582},{"href":228,"dataGaName":229,"dataGaLocation":480},{"text":231,"config":584},{"href":233,"dataGaName":234,"dataGaLocation":480},{"text":236,"config":586},{"href":238,"dataGaName":587,"dataGaLocation":480},"docs",{"text":259,"config":589},{"href":261,"dataGaName":5,"dataGaLocation":480},{"text":254,"config":591},{"href":256,"dataGaName":257,"dataGaLocation":480},{"text":263,"config":593},{"href":265,"dataGaName":266,"dataGaLocation":480},{"text":276,"config":595},{"href":278,"dataGaName":279,"dataGaLocation":480},{"text":268,"config":597},{"href":270,"dataGaName":271,"dataGaLocation":480},{"text":281,"config":599},{"href":283,"dataGaName":284,"dataGaLocation":480},{"text":286,"config":601},{"href":288,"dataGaName":289,"dataGaLocation":480},{"text":291,"config":603},{"href":293,"dataGaName":294,"dataGaLocation":480},{"text":296,"config":605},{"href":298,"dataGaName":299,"dataGaLocation":480},{"title":314,"links":607},[608,610,612,614,616,618,620,624,629,631,633,635],{"text":321,"config":609},{"href":323,"dataGaName":316,"dataGaLocation":480},{"text":326,"config":611},{"href":328,"dataGaName":329,"dataGaLocation":480},{"text":334,"config":613},{"href":336,"dataGaName":337,"dataGaLocation":480},{"text":339,"config":615},{"href":341,"dataGaName":342,"dataGaLocation":480},{"text":344,"config":617},{"href":346,"dataGaName":347,"dataGaLocation":480},{"text":349,"config":619},{"href":351,"dataGaName":352,"dataGaLocation":480},{"text":621,"config":622},"Sustainability",{"href":623,"dataGaName":621,"dataGaLocation":480},"/sustainability/",{"text":625,"config":626},"Diversity, inclusion and belonging (DIB)",{"href":627,"dataGaName":628,"dataGaLocation":480},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":354,"config":630},{"href":356,"dataGaName":357,"dataGaLocation":480},{"text":364,"config":632},{"href":366,"dataGaName":367,"dataGaLocation":480},{"text":369,"config":634},{"href":371,"dataGaName":372,"dataGaLocation":480},{"text":636,"config":637},"Modern Slavery Transparency Statement",{"href":638,"dataGaName":639,"dataGaLocation":480},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":641,"links":642},"Contact Us",[643,646,648,650,655,660,665],{"text":644,"config":645},"Contact an expert",{"href":55,"dataGaName":56,"dataGaLocation":480},{"text":383,"config":647},{"href":385,"dataGaName":386,"dataGaLocation":480},{"text":388,"config":649},{"href":390,"dataGaName":391,"dataGaLocation":480},{"text":651,"config":652},"Status",{"href":653,"dataGaName":654,"dataGaLocation":480},"https://status.gitlab.com/","status",{"text":656,"config":657},"Terms of use",{"href":658,"dataGaName":659,"dataGaLocation":480},"/terms/","terms of use",{"text":661,"config":662},"Privacy statement",{"href":663,"dataGaName":664,"dataGaLocation":480},"/privacy/","privacy statement",{"text":666,"config":667},"Cookie preferences",{"dataGaName":668,"dataGaLocation":480,"id":669,"isOneTrustButton":109},"cookie preferences","ot-sdk-btn",{"items":671},[672,674,676],{"text":656,"config":673},{"href":658,"dataGaName":659,"dataGaLocation":480},{"text":661,"config":675},{"href":663,"dataGaName":664,"dataGaLocation":480},{"text":666,"config":677},{"dataGaName":668,"dataGaLocation":480,"id":669,"isOneTrustButton":109},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",[683,695,704,714],{"_path":684,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":686,"config":690,"_id":692,"_type":32,"title":19,"_source":34,"_file":693,"_stem":694,"_extension":37},"/en-us/blog/authors/mark-art","authors",{"name":19,"config":687},{"headshot":688,"ctfId":689},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","55KCfyNmgPaJRmBZhiN7k5",{"template":691},"BlogAuthor","content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":696,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":697,"config":700,"_id":701,"_type":32,"title":20,"_source":34,"_file":702,"_stem":703,"_extension":37},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":20,"config":698},{"headshot":688,"ctfId":699},"EpylYWgjPmFOL5NX3Zxmk",{"template":691},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":705,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":706,"config":710,"_id":711,"_type":32,"title":21,"_source":34,"_file":712,"_stem":713,"_extension":37},"/en-us/blog/authors/isaac-dawson",{"name":21,"config":707},{"headshot":708,"ctfId":709},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":691},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":715,"_dir":685,"_draft":6,"_partial":6,"_locale":7,"content":716,"config":719,"_id":720,"_type":32,"title":22,"_source":34,"_file":721,"_stem":722,"_extension":37},"/en-us/blog/authors/julian-thome",{"name":22,"config":717},{"headshot":7,"ctfId":718},"jthome",{"template":691},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":724,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"header":725,"eyebrow":726,"blurb":727,"button":728,"secondaryButton":732,"_id":734,"_type":32,"title":735,"_source":34,"_file":736,"_stem":737,"_extension":37},"/shared/en-us/next-steps","Start shipping better software faster","50%+ of the Fortune 100 trust GitLab","See what your team can do with the intelligent\n\n\nDevSecOps platform.\n",{"text":48,"config":729},{"href":730,"dataGaName":51,"dataGaLocation":731},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":53,"config":733},{"href":55,"dataGaName":56,"dataGaLocation":731},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",1755531259700]