DevSecOps工 具库与最佳实践方法论
该项目整理了一套完整的DevSecOps开源工具和方法论资源库。内容涵盖软件开发全生命周期,包括预提交检查、秘密管理、依赖分析、容器和云安全等多个领域。此外还介绍了威胁建模、混沌工程等前沿理念。旨在为开发人员提供实用的DevSecOps实践指南,助力在各个阶段融入安全措施。
If you want to contribute to this library of knowledge please create proper PR (Pull Request) with description what you are adding following these set of rules:
Note: Currently this is an early version of the library. I recommend PR after first official release.
DevSecOps library info:
This library contains list of tools and methodologies accompanied with resources. The main goal is to provide to the engineers a guide through opensource DevSecOps tooling. This repository covers only cyber security in the cloud and the DevSecOps scope.
DevSecOps focuses on security automation, testing and enforcement during DevOps - Release - SDLC cycles. The whole meaning behind this methodology is connecting together Development, Security and Operations. DevSecOps is methodology providing different methods, techniques and processes backed mainly with tooling focusing on developer / security experience.
DevSecOps takes care that security is part of every stage of DevOps loop - Plan, Code, Build, Test, Release, Deploy, Operate, Monitor.
Various definitions:
In this section you can find lifecycle helpers, precommit hook tools and threat modeling tools. Threat modeling tools are specific category by themselves allowing you to simulate and discover potential gaps before you start to develop the software or during the process.
Modern DevSecOps tools allow using Threat modeling as code or generation of threat models based on the existing code annotations.
Name | URL | Description | Meta |
---|---|---|---|
git-secrets | https://github.com/awslabs/git-secrets | AWS labs tool preventing you from committing secrets to a git repository | |
git-hound | https://github.com/tillson/git-hound | Searchers secrets in git | |
goSDL | https://github.com/slackhq/goSDL | Security Development Lifecycle checklist | |
ThreatPlaybook | https://github.com/we45/ThreatPlaybook | Threat modeling as code | |
Threat Dragon | https://github.com/OWASP/threat-dragon | OWASP Threat modeling tool | |
threatspec | https://github.com/threatspec/threatspec | Threat modeling as code | |
pytm | https://github.com/izar/pytm | A Pythonic framework for threat modeling | |
Threagile | https://github.com/Threagile/threagile | A Go framework for threat modeling | |
MAL-lang | https://mal-lang.org/#what | A language to create cyber threat modeling systems for specific domains | |
Microsoft Threat modeling tool | https://docs.microsoft.com/en-us/azure/security/develop/threat-modeling-tool | Microsoft threat modeling tool | |
Talisman | https://github.com/thoughtworks/talisman | A tool to detect and prevent secrets from getting checked in | |
SEDATED | https://github.com/OWASP/SEDATED | The SEDATED® Project (Sensitive Enterprise Data Analyzer To Eliminate Disclosure) focuses on preventing sensitive data such as user credentials and tokens from being pushed to Git. | |
Sonarlint | https://github.com/SonarSource/sonarlint-core | Sonar linting utility for IDE | |
DevSkim | https://github.com/microsoft/DevSkim | DevSkim is a framework of IDE extensions and language analyzers that provide inline security analysis | |
detect-secrets | https://github.com/Yelp/detect-secrets | Detects secrets in your codebase | |
tflint | https://github.com/terraform-linters/tflint | A Pluggable Terraform Linter | |
Steampipe Code Plugin | https://github.com/turbot/steampipe-plugin-code | Use SQL to detect secrets from source code and data sources. |
Secrets management includes managing, versioning, encryption, discovery, rotating, provisioning of passwords, certificates, configuration values and other types of secrets.
Name | URL | Description | Meta |
---|---|---|---|
GitLeaks | https://github.com/zricethezav/gitleaks | Gitleaks is a scanning tool for detecting hardcoded secrets | |
ggshield | https://github.com/gitguardian/ggshield | GitGuardian shield (ggshield) is a CLI application that runs in your local environment or in a CI environment and helps you detect more than 350+ types of secrets and sensitive files. | |
TruffleHog | https://github.com/trufflesecurity/truffleHog | TruffleHog is a scanning tool for detecting hardcoded secrets | |
Hashicorp Vault | https://github.com/hashicorp/vault | Hashicorp Vault secrets management | |
Mozilla SOPS | https://github.com/mozilla/sops | Mozilla Secrets Operations | |
AWS secrets manager GH action | https://github.com/marketplace/actions/aws-secrets-manager-actions | AWS secrets manager docs | |
GitRob | https://github.com/michenriksen/gitrob | Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github | |
git-wild-hunt | https://github.com/d1vious/git-wild-hunt | A tool to hunt for credentials in the GitHub | |
aws-vault | https://github.com/99designs/aws-vault | AWS Vault is a tool to securely store and access AWS credentials in a development environment | |
Knox | https://github.com/pinterest/knox | Knox is a service for storing and rotation of secrets, keys, and passwords used by other services | |
Chef vault | https://github.com/chef/chef-vault | allows you to encrypt a Chef Data Bag Item | |
Ansible vault | Ansible vault docs | Encryption/decryption utility for Ansible data files |
Dependency security testing and analysis is very important part of discovering supply chain attacks. SBOM creation and following dependency scanning (Software composition analysis) is critical part of continuous integration (CI). Data series and data trends tracking should be part of CI tooling. You need to know what you produce and what you consume in context of libraries and packages.
Name | URL | Description | Meta |
---|---|---|---|
CycloneDX | https://github.com/orgs/CycloneDX/repositories | CycloneDX format for SBOM | |
cdxgen | https://github.com/AppThreat/cdxgen | Generates CycloneDX SBOM, supports many languages and package managers. | |
SPDX | https://github.com/spdx/spdx-spec | SPDX format for SBOM - Software Package Data Exchange | |
Snyk | https://github.com/snyk/snyk | Snyk scans and monitors your projects for security vulnerabilities | |
vulncost | https://github.com/snyk/vulncost | Security Scanner for VS Code | |
Dependency Combobulator | https://github.com/apiiro/combobulator | Dependency-related attacks detection and prevention through heuristics and insight engine (support multiple dependency schemes) | |
DependencyTrack | https://github.com/DependencyTrack/dependency-track | Dependency security tracking platform | |
DependencyCheck | https://github.com/jeremylong/DependencyCheck | Simple dependency security scanner good for CI | |
Retire.js | https://github.com/retirejs/retire.js/ | Helps developers to detect the use of JS-library versions with known vulnerabilities | |
PHP security checker | https://github.com/fabpot/local-php-security-checker | Check vulnerabilities in PHP dependencies | |
bundler-audit | https://github.com/rubysec/bundler-audit | Patch-level verification for bundler | ![Bundler |
AI辅助编程,代码自动修复
Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。
AI小说写作助手,一站式润色、改写、扩写
蛙蛙写作—国内先进的AI写作平台,涵盖小说、学术、社交媒体等多场景。提供续写、改写、润色等功能,助力创作者高效优化写作流程。界面简洁,功能全面,适合各类写作者提升内容品质和工作效率。
全能AI智能助手,随时解答生活与工作的多样问题
问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。
实时语音翻译/同声传译工具
Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。
一键生成PPT和Word,让学习生活更轻松
讯飞 智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。