Breaking into GitLab: Attacking and Defending Self-Hosted CI/CD Environments
risk3sixty.com·17h·
Discuss: Hacker News
Flag this post

Cloud Infrastructure In this blog post, we will discuss attacking a self-hosted GitLab instance. GitLab is an open-core CI/CD platform that allows for the development and deployment of software. It combines the version control capabilities of Git with the ability to test and deploy packages, or even infrastructure, through automated pipelines.

By design, CI/CD suggests the automated execution of tasks when code is being tested or deployed. Automation pipelines also need a way to deploy changes to infrastructure where access can easily be implemented insecurely.

Terms

To start attacking GitLab, it is important to become familiar with some of the terms it uses. Below I will define some concepts used…

Similar Posts

Loading similar posts...