[{"data":1,"prerenderedAt":739},["ShallowReactive",2],{"/en-us/blog/a-community-driven-advisory-database/":3,"navigation-en-us":38,"banner-en-us":457,"footer-en-us":473,"Mark Art-Dinesh Bolkensteyn-Isaac Dawson-Julian Thome":683,"next-steps-en-us":724},{"_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":453,"_type":32,"title":454,"_source":34,"_file":455,"_stem":456,"_extension":37},"/shared/en-us/main-navigation","en-us",{"logo":42,"freeTrial":47,"sales":52,"login":57,"items":62,"search":394,"minimal":425,"duo":444},{"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,205,210,315,375],{"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":187},"Product",true,{"dataNavLevelOne":111},"solutions",{"text":113,"config":114},"View all Solutions",{"href":115,"dataGaName":111,"dataGaLocation":46},"/solutions/",[117,142,166],{"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,156,161],{"text":152,"config":153},"Application Security Testing",{"href":154,"dataGaName":155,"dataGaLocation":46},"/solutions/application-security-testing/","Application security testing",{"text":157,"config":158},"Software Supply Chain Security",{"href":159,"dataGaLocation":46,"dataGaName":160},"/solutions/supply-chain/","Software supply chain security",{"text":162,"config":163},"Software Compliance",{"href":164,"dataGaName":165,"dataGaLocation":46},"/solutions/software-compliance/","software compliance",{"title":167,"link":168,"items":173},"Measurement",{"config":169},{"icon":170,"href":171,"dataGaName":172,"dataGaLocation":46},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[174,178,182],{"text":175,"config":176},"Visibility & Measurement",{"href":171,"dataGaLocation":46,"dataGaName":177},"Visibility and Measurement",{"text":179,"config":180},"Value Stream Management",{"href":181,"dataGaLocation":46,"dataGaName":179},"/solutions/value-stream-management/",{"text":183,"config":184},"Analytics & Insights",{"href":185,"dataGaLocation":46,"dataGaName":186},"/solutions/analytics-and-insights/","Analytics and insights",{"title":188,"items":189},"GitLab for",[190,195,200],{"text":191,"config":192},"Enterprise",{"href":193,"dataGaLocation":46,"dataGaName":194},"/enterprise/","enterprise",{"text":196,"config":197},"Small Business",{"href":198,"dataGaLocation":46,"dataGaName":199},"/small-business/","small business",{"text":201,"config":202},"Public Sector",{"href":203,"dataGaLocation":46,"dataGaName":204},"/solutions/public-sector/","public sector",{"text":206,"config":207},"Pricing",{"href":208,"dataGaName":209,"dataGaLocation":46,"dataNavLevelOne":209},"/pricing/","pricing",{"text":211,"config":212,"link":214,"lists":218,"feature":302},"Resources",{"dataNavLevelOne":213},"resources",{"text":215,"config":216},"View all resources",{"href":217,"dataGaName":213,"dataGaLocation":46},"/resources/",[219,252,274],{"title":220,"items":221},"Getting started",[222,227,232,237,242,247],{"text":223,"config":224},"Install",{"href":225,"dataGaName":226,"dataGaLocation":46},"/install/","install",{"text":228,"config":229},"Quick start guides",{"href":230,"dataGaName":231,"dataGaLocation":46},"/get-started/","quick setup checklists",{"text":233,"config":234},"Learn",{"href":235,"dataGaLocation":46,"dataGaName":236},"https://university.gitlab.com/","learn",{"text":238,"config":239},"Product documentation",{"href":240,"dataGaName":241,"dataGaLocation":46},"https://docs.gitlab.com/","product documentation",{"text":243,"config":244},"Best practice videos",{"href":245,"dataGaName":246,"dataGaLocation":46},"/getting-started-videos/","best practice videos",{"text":248,"config":249},"Integrations",{"href":250,"dataGaName":251,"dataGaLocation":46},"/integrations/","integrations",{"title":253,"items":254},"Discover",[255,260,264,269],{"text":256,"config":257},"Customer success stories",{"href":258,"dataGaName":259,"dataGaLocation":46},"/customers/","customer success stories",{"text":261,"config":262},"Blog",{"href":263,"dataGaName":5,"dataGaLocation":46},"/blog/",{"text":265,"config":266},"Remote",{"href":267,"dataGaName":268,"dataGaLocation":46},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":270,"config":271},"TeamOps",{"href":272,"dataGaName":273,"dataGaLocation":46},"/teamops/","teamops",{"title":275,"items":276},"Connect",[277,282,287,292,297],{"text":278,"config":279},"GitLab Services",{"href":280,"dataGaName":281,"dataGaLocation":46},"/services/","services",{"text":283,"config":284},"Community",{"href":285,"dataGaName":286,"dataGaLocation":46},"/community/","community",{"text":288,"config":289},"Forum",{"href":290,"dataGaName":291,"dataGaLocation":46},"https://forum.gitlab.com/","forum",{"text":293,"config":294},"Events",{"href":295,"dataGaName":296,"dataGaLocation":46},"/events/","events",{"text":298,"config":299},"Partners",{"href":300,"dataGaName":301,"dataGaLocation":46},"/partners/","partners",{"backgroundColor":303,"textColor":304,"text":305,"image":306,"link":310},"#2f2a6b","#fff","Insights for the future of software development",{"altText":307,"config":308},"the source promo card",{"src":309},"/images/navigation/the-source-promo-card.svg",{"text":311,"config":312},"Read the latest",{"href":313,"dataGaName":314,"dataGaLocation":46},"/the-source/","the source",{"text":316,"config":317,"lists":319},"Company",{"dataNavLevelOne":318},"company",[320],{"items":321},[322,327,333,335,340,345,350,355,360,365,370],{"text":323,"config":324},"About",{"href":325,"dataGaName":326,"dataGaLocation":46},"/company/","about",{"text":328,"config":329,"footerGa":332},"Jobs",{"href":330,"dataGaName":331,"dataGaLocation":46},"/jobs/","jobs",{"dataGaName":331},{"text":293,"config":334},{"href":295,"dataGaName":296,"dataGaLocation":46},{"text":336,"config":337},"Leadership",{"href":338,"dataGaName":339,"dataGaLocation":46},"/company/team/e-group/","leadership",{"text":341,"config":342},"Team",{"href":343,"dataGaName":344,"dataGaLocation":46},"/company/team/","team",{"text":346,"config":347},"Handbook",{"href":348,"dataGaName":349,"dataGaLocation":46},"https://handbook.gitlab.com/","handbook",{"text":351,"config":352},"Investor relations",{"href":353,"dataGaName":354,"dataGaLocation":46},"https://ir.gitlab.com/","investor relations",{"text":356,"config":357},"Trust Center",{"href":358,"dataGaName":359,"dataGaLocation":46},"/security/","trust center",{"text":361,"config":362},"AI Transparency Center",{"href":363,"dataGaName":364,"dataGaLocation":46},"/ai-transparency-center/","ai transparency center",{"text":366,"config":367},"Newsletter",{"href":368,"dataGaName":369,"dataGaLocation":46},"/company/contact/","newsletter",{"text":371,"config":372},"Press",{"href":373,"dataGaName":374,"dataGaLocation":46},"/press/","press",{"text":376,"config":377,"lists":378},"Contact us",{"dataNavLevelOne":318},[379],{"items":380},[381,384,389],{"text":53,"config":382},{"href":55,"dataGaName":383,"dataGaLocation":46},"talk to sales",{"text":385,"config":386},"Get help",{"href":387,"dataGaName":388,"dataGaLocation":46},"/support/","get help",{"text":390,"config":391},"Customer portal",{"href":392,"dataGaName":393,"dataGaLocation":46},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":395,"login":396,"suggestions":403},"Close",{"text":397,"link":398},"To search repositories and projects, login to",{"text":399,"config":400},"gitlab.com",{"href":60,"dataGaName":401,"dataGaLocation":402},"search login","search",{"text":404,"default":405},"Suggestions",[406,408,412,414,418,422],{"text":75,"config":407},{"href":80,"dataGaName":75,"dataGaLocation":402},{"text":409,"config":410},"Code Suggestions (AI)",{"href":411,"dataGaName":409,"dataGaLocation":402},"/solutions/code-suggestions/",{"text":127,"config":413},{"href":129,"dataGaName":127,"dataGaLocation":402},{"text":415,"config":416},"GitLab on AWS",{"href":417,"dataGaName":415,"dataGaLocation":402},"/partners/technology-partners/aws/",{"text":419,"config":420},"GitLab on Google Cloud",{"href":421,"dataGaName":419,"dataGaLocation":402},"/partners/technology-partners/google-cloud-platform/",{"text":423,"config":424},"Why GitLab?",{"href":88,"dataGaName":423,"dataGaLocation":402},{"freeTrial":426,"mobileIcon":431,"desktopIcon":436,"secondaryButton":439},{"text":427,"config":428},"Start free trial",{"href":429,"dataGaName":51,"dataGaLocation":430},"https://gitlab.com/-/trials/new/","nav",{"altText":432,"config":433},"Gitlab Icon",{"src":434,"dataGaName":435,"dataGaLocation":430},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":432,"config":437},{"src":438,"dataGaName":435,"dataGaLocation":430},"/images/brand/gitlab-logo-type.svg",{"text":440,"config":441},"Get Started",{"href":442,"dataGaName":443,"dataGaLocation":430},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/compare/gitlab-vs-github/","get started",{"freeTrial":445,"mobileIcon":449,"desktopIcon":451},{"text":446,"config":447},"Learn more about GitLab Duo",{"href":80,"dataGaName":448,"dataGaLocation":430},"gitlab duo",{"altText":432,"config":450},{"src":434,"dataGaName":435,"dataGaLocation":430},{"altText":432,"config":452},{"src":438,"dataGaName":435,"dataGaLocation":430},"content:shared:en-us:main-navigation.yml","Main Navigation","shared/en-us/main-navigation.yml","shared/en-us/main-navigation",{"_path":458,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"title":459,"button":460,"image":464,"config":468,"_id":470,"_type":32,"_source":34,"_file":471,"_stem":472,"_extension":37},"/shared/en-us/banner","is now in public beta!",{"text":86,"config":461},{"href":462,"dataGaName":463,"dataGaLocation":46},"/gitlab-duo/agent-platform/","duo banner",{"altText":465,"config":466},"GitLab Duo Agent Platform",{"src":467},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1753720689/somrf9zaunk0xlt7ne4x.svg",{"layout":469},"release","content:shared:en-us:banner.yml","shared/en-us/banner.yml","shared/en-us/banner",{"_path":474,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"data":475,"_id":679,"_type":32,"title":680,"_source":34,"_file":681,"_stem":682,"_extension":37},"/shared/en-us/main-footer",{"text":476,"source":477,"edit":483,"contribute":488,"config":493,"items":498,"minimal":671},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":478,"config":479},"View page source",{"href":480,"dataGaName":481,"dataGaLocation":482},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":484,"config":485},"Edit this page",{"href":486,"dataGaName":487,"dataGaLocation":482},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":489,"config":490},"Please contribute",{"href":491,"dataGaName":492,"dataGaLocation":482},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":494,"facebook":495,"youtube":496,"linkedin":497},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[499,522,578,607,641],{"title":64,"links":500,"subMenu":505},[501],{"text":502,"config":503},"DevSecOps platform",{"href":73,"dataGaName":504,"dataGaLocation":482},"devsecops platform",[506],{"title":206,"links":507},[508,512,517],{"text":509,"config":510},"View plans",{"href":208,"dataGaName":511,"dataGaLocation":482},"view plans",{"text":513,"config":514},"Why Premium?",{"href":515,"dataGaName":516,"dataGaLocation":482},"/pricing/premium/","why premium",{"text":518,"config":519},"Why Ultimate?",{"href":520,"dataGaName":521,"dataGaLocation":482},"/pricing/ultimate/","why ultimate",{"title":523,"links":524},"Solutions",[525,530,532,534,539,544,548,551,555,560,562,565,568,573],{"text":526,"config":527},"Digital transformation",{"href":528,"dataGaName":529,"dataGaLocation":482},"/topics/digital-transformation/","digital transformation",{"text":152,"config":531},{"href":154,"dataGaName":152,"dataGaLocation":482},{"text":141,"config":533},{"href":123,"dataGaName":124,"dataGaLocation":482},{"text":535,"config":536},"Agile development",{"href":537,"dataGaName":538,"dataGaLocation":482},"/solutions/agile-delivery/","agile delivery",{"text":540,"config":541},"Cloud transformation",{"href":542,"dataGaName":543,"dataGaLocation":482},"/topics/cloud-native/","cloud transformation",{"text":545,"config":546},"SCM",{"href":137,"dataGaName":547,"dataGaLocation":482},"source code management",{"text":127,"config":549},{"href":129,"dataGaName":550,"dataGaLocation":482},"continuous integration & delivery",{"text":552,"config":553},"Value stream management",{"href":181,"dataGaName":554,"dataGaLocation":482},"value stream management",{"text":556,"config":557},"GitOps",{"href":558,"dataGaName":559,"dataGaLocation":482},"/solutions/gitops/","gitops",{"text":191,"config":561},{"href":193,"dataGaName":194,"dataGaLocation":482},{"text":563,"config":564},"Small business",{"href":198,"dataGaName":199,"dataGaLocation":482},{"text":566,"config":567},"Public sector",{"href":203,"dataGaName":204,"dataGaLocation":482},{"text":569,"config":570},"Education",{"href":571,"dataGaName":572,"dataGaLocation":482},"/solutions/education/","education",{"text":574,"config":575},"Financial services",{"href":576,"dataGaName":577,"dataGaLocation":482},"/solutions/finance/","financial services",{"title":211,"links":579},[580,582,584,586,589,591,593,595,597,599,601,603,605],{"text":223,"config":581},{"href":225,"dataGaName":226,"dataGaLocation":482},{"text":228,"config":583},{"href":230,"dataGaName":231,"dataGaLocation":482},{"text":233,"config":585},{"href":235,"dataGaName":236,"dataGaLocation":482},{"text":238,"config":587},{"href":240,"dataGaName":588,"dataGaLocation":482},"docs",{"text":261,"config":590},{"href":263,"dataGaName":5,"dataGaLocation":482},{"text":256,"config":592},{"href":258,"dataGaName":259,"dataGaLocation":482},{"text":265,"config":594},{"href":267,"dataGaName":268,"dataGaLocation":482},{"text":278,"config":596},{"href":280,"dataGaName":281,"dataGaLocation":482},{"text":270,"config":598},{"href":272,"dataGaName":273,"dataGaLocation":482},{"text":283,"config":600},{"href":285,"dataGaName":286,"dataGaLocation":482},{"text":288,"config":602},{"href":290,"dataGaName":291,"dataGaLocation":482},{"text":293,"config":604},{"href":295,"dataGaName":296,"dataGaLocation":482},{"text":298,"config":606},{"href":300,"dataGaName":301,"dataGaLocation":482},{"title":316,"links":608},[609,611,613,615,617,619,621,625,630,632,634,636],{"text":323,"config":610},{"href":325,"dataGaName":318,"dataGaLocation":482},{"text":328,"config":612},{"href":330,"dataGaName":331,"dataGaLocation":482},{"text":336,"config":614},{"href":338,"dataGaName":339,"dataGaLocation":482},{"text":341,"config":616},{"href":343,"dataGaName":344,"dataGaLocation":482},{"text":346,"config":618},{"href":348,"dataGaName":349,"dataGaLocation":482},{"text":351,"config":620},{"href":353,"dataGaName":354,"dataGaLocation":482},{"text":622,"config":623},"Sustainability",{"href":624,"dataGaName":622,"dataGaLocation":482},"/sustainability/",{"text":626,"config":627},"Diversity, inclusion and belonging (DIB)",{"href":628,"dataGaName":629,"dataGaLocation":482},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":356,"config":631},{"href":358,"dataGaName":359,"dataGaLocation":482},{"text":366,"config":633},{"href":368,"dataGaName":369,"dataGaLocation":482},{"text":371,"config":635},{"href":373,"dataGaName":374,"dataGaLocation":482},{"text":637,"config":638},"Modern Slavery Transparency Statement",{"href":639,"dataGaName":640,"dataGaLocation":482},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":642,"links":643},"Contact Us",[644,647,649,651,656,661,666],{"text":645,"config":646},"Contact an expert",{"href":55,"dataGaName":56,"dataGaLocation":482},{"text":385,"config":648},{"href":387,"dataGaName":388,"dataGaLocation":482},{"text":390,"config":650},{"href":392,"dataGaName":393,"dataGaLocation":482},{"text":652,"config":653},"Status",{"href":654,"dataGaName":655,"dataGaLocation":482},"https://status.gitlab.com/","status",{"text":657,"config":658},"Terms of use",{"href":659,"dataGaName":660,"dataGaLocation":482},"/terms/","terms of use",{"text":662,"config":663},"Privacy statement",{"href":664,"dataGaName":665,"dataGaLocation":482},"/privacy/","privacy statement",{"text":667,"config":668},"Cookie preferences",{"dataGaName":669,"dataGaLocation":482,"id":670,"isOneTrustButton":109},"cookie preferences","ot-sdk-btn",{"items":672},[673,675,677],{"text":657,"config":674},{"href":659,"dataGaName":660,"dataGaLocation":482},{"text":662,"config":676},{"href":664,"dataGaName":665,"dataGaLocation":482},{"text":667,"config":678},{"dataGaName":669,"dataGaLocation":482,"id":670,"isOneTrustButton":109},"content:shared:en-us:main-footer.yml","Main Footer","shared/en-us/main-footer.yml","shared/en-us/main-footer",[684,696,705,715],{"_path":685,"_dir":686,"_draft":6,"_partial":6,"_locale":7,"content":687,"config":691,"_id":693,"_type":32,"title":19,"_source":34,"_file":694,"_stem":695,"_extension":37},"/en-us/blog/authors/mark-art","authors",{"name":19,"config":688},{"headshot":689,"ctfId":690},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749659488/Blog/Author%20Headshots/gitlab-logo-extra-whitespace.png","55KCfyNmgPaJRmBZhiN7k5",{"template":692},"BlogAuthor","content:en-us:blog:authors:mark-art.yml","en-us/blog/authors/mark-art.yml","en-us/blog/authors/mark-art",{"_path":697,"_dir":686,"_draft":6,"_partial":6,"_locale":7,"content":698,"config":701,"_id":702,"_type":32,"title":20,"_source":34,"_file":703,"_stem":704,"_extension":37},"/en-us/blog/authors/dinesh-bolkensteyn",{"name":20,"config":699},{"headshot":689,"ctfId":700},"EpylYWgjPmFOL5NX3Zxmk",{"template":692},"content:en-us:blog:authors:dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn.yml","en-us/blog/authors/dinesh-bolkensteyn",{"_path":706,"_dir":686,"_draft":6,"_partial":6,"_locale":7,"content":707,"config":711,"_id":712,"_type":32,"title":21,"_source":34,"_file":713,"_stem":714,"_extension":37},"/en-us/blog/authors/isaac-dawson",{"name":21,"config":708},{"headshot":709,"ctfId":710},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749669814/Blog/Author%20Headshots/idawson-headshot.jpg","idawson",{"template":692},"content:en-us:blog:authors:isaac-dawson.yml","en-us/blog/authors/isaac-dawson.yml","en-us/blog/authors/isaac-dawson",{"_path":716,"_dir":686,"_draft":6,"_partial":6,"_locale":7,"content":717,"config":720,"_id":721,"_type":32,"title":22,"_source":34,"_file":722,"_stem":723,"_extension":37},"/en-us/blog/authors/julian-thome",{"name":22,"config":718},{"headshot":7,"ctfId":719},"jthome",{"template":692},"content:en-us:blog:authors:julian-thome.yml","en-us/blog/authors/julian-thome.yml","en-us/blog/authors/julian-thome",{"_path":725,"_dir":40,"_draft":6,"_partial":6,"_locale":7,"header":726,"eyebrow":727,"blurb":728,"button":729,"secondaryButton":733,"_id":735,"_type":32,"title":736,"_source":34,"_file":737,"_stem":738,"_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":730},{"href":731,"dataGaName":51,"dataGaLocation":732},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":53,"config":734},{"href":55,"dataGaName":56,"dataGaLocation":732},"content:shared:en-us:next-steps.yml","Next Steps","shared/en-us/next-steps.yml","shared/en-us/next-steps",1755644080323]