3 links
tagged with all of: security + ci-cd + open-source
Click any tag below to further narrow down your results
Links
The guide provides insights into the OWASP Top 10 CI/CD security risks, emphasizing how automation and Infrastructure as Code (IaC) practices have expanded attack surfaces. It outlines the dangers of Dependency-Poisoned Pipeline Execution (D-PPE) attacks and stresses the importance of securing CI/CD pipelines against both direct and indirect threats.
Kingfisher is an open-source secret detection and validation tool developed by MongoDB that scans code repositories for hard-coded credentials and API keys while validating their activity in real-time. Designed for on-premises use, it enhances security by reducing false positives and ensuring that sensitive data remains within the user's infrastructure. Kingfisher integrates seamlessly with CI/CD pipelines and supports various programming languages, making it a versatile solution for developers and security teams.
Sysdig's Threat Research Team uncovered significant security vulnerabilities in GitHub Actions workflows across popular open source projects, including those by MITRE and Splunk. Their research revealed how insecure configurations, particularly using pull_request_target, can expose sensitive credentials and allow for exploitation, prompting the team to recommend best practices to enhance CI/CD security.