Skip to content

Commit 4544a89

Browse files
authored
Merge pull request #31 from hahwul/update-i18n-nav-display
Add README.jp.md
2 parents 8d9b713 + b7f6206 commit 4544a89

File tree

3 files changed

+161
-2
lines changed

3 files changed

+161
-2
lines changed

README.jp.md

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
<h1 align="center">
2+
<br>
3+
<a href=""><img src="https://user-images.githubusercontent.com/13212227/99404580-2374f000-292f-11eb-9348-284f24cca88c.png" alt="" width="500px;"></a>
4+
<br>
5+
<img src="https://img.shields.io/badge/PRs-welcome-blue">
6+
<img src="https://img.shields.io/github/last-commit/hahwul/DevSecOps">
7+
<img src="https://github.com/hahwul/DevSecOps/workflows/CodeQL/badge.svg">
8+
<img src="https://api.codacy.com/project/badge/Grade/e5fd334a431848dcb6ecdb3784fb5dfb">
9+
<a href="https://twitter.com/intent/follow?screen_name=hahwul"><img src="https://img.shields.io/twitter/follow/hahwul?style=flat&logo=twitter"></a>
10+
<a href="https://github.com/hahwul"><img src="https://img.shields.io/github/stars/hahwul?style=flat&logo=github"></a>
11+
</h1>
12+
13+
<p align="center">
14+
<a href="./README.md">English</a> •
15+
<a href="./README.ko.md">한국어</a> •
16+
<a href="./README.jp.md">日本語</a>
17+
</p>
18+
19+
> DevSecOpsを始めたいすべての人のためのロードマップ。
20+
21+
## DevSecOpsとは何か、なぜ重要なのか?
22+
DevSecOpsは、ソフトウェア開発ライフサイクル(SDLC)の各フェーズにセキュリティを統合することを目指す文化であり実践です。
23+
開発チーム、セキュリティチーム、運用チーム間のコラボレーションを重視します。
24+
目標は、脆弱性を減らし、より迅速で安全なデプロイメントを保証するために、最初から安全なソフトウェアを構築することです。
25+
このロードマップは、個人や組織がDevSecOpsの実践を導入するのに役立つリソースとツールの厳選されたリストを提供します。
26+
27+
## 📜 目次
28+
- [ロードマップ](#-ロードマップ)
29+
- [ツール](#-ツール)
30+
- [リソース](#リソース)
31+
* [0. DevSecOps概要](#0-devsecops概要)
32+
* [1. 設計](#1-設計)
33+
* [2. 開発](#2-開発)
34+
* [3. ビルド](#3-ビルド)
35+
* [4. テスト](#4-テスト)
36+
* [5. デプロイ](#5-デプロイ)
37+
* [6. 運用と監視](#6-運用と監視)
38+
- [CICDのセキュリティ](#cicdのセキュリティ)
39+
- [素晴らしいリソース](#素晴らしいリソース)
40+
- [その他のロードマップ](#-その他のロードマップ)
41+
- [まとめ](#-まとめ)
42+
- [貢献者](#貢献者)
43+
- [貢献する](https://github.com/hahwul/DevSecOps/blob/main/CONTRIBUTING.md)
44+
45+
## 📖 このロードマップの使い方
46+
このロードマップは、DevSecOpsの実践を採用または改善しようとしている個人や組織のための包括的なガイドとして設計されています。最大限に活用する方法は次のとおりです。
47+
48+
1. **基本を理解する:** DevSecOpsが初めての場合は、「DevSecOpsとは何か、なぜ重要なのか?」セクションから始めて、基礎的な理解を深めてください。
49+
2. **全体像を見る:** メインの**ロードマップ**画像は、DevSecOps内のさまざまな段階と領域の視覚的な概要を示しています。これを使用して自分自身を方向付けてください。
50+
3. **ツールを探る:** **ツール**セクションでは、さまざまなDevSecOps機能を実装するのに役立つソフトウェアとサービスの厳選されたリストを提供しています。
51+
4. **リソースを深く掘り下げる:** **リソース**セクションは、DevSecOpsライフサイクル(設計、開発、ビルド、テスト、デプロイ、運用と監視)によって分類されています。各カテゴリには、記事、ガイド、および公式ドキュメントへのリンクが含まれています。特定のニーズや関心のある分野に基づいてこれらを調べることができます。
52+
5. **CI/CDセキュリティに焦点を当てる:** パイプラインの保護に焦点を当てている場合は、**CICDのセキュリティ**セクションで対象となるリソースを提供しています。
53+
6. **貢献する:** これはコミュニティ主導の取り組みです。提案がある場合、リンク切れを見つけた場合、または新しいリソースを追加したい場合は、[CONTRIBUTING.md](CONTRIBUTING.md)ガイドをご覧ください。
54+
55+
直線的に進む必要はありません。現在の課題や学習目標に最も関連性の高いセクションに自由にジャンプしてください。
56+
57+
## 💭 ロードマップ
58+
![Roadmap](./DevSecOps.png)
59+
60+
## 🔩 ツール
61+
このプロジェクトには、DevSecOpsの実践を実装するのに役立つツールの厳選されたリストが含まれています。これらのツールは、静的アプリケーションセキュリティテスト(SAST)、動的アプリケーションセキュリティテスト(DAST)、シークレット管理、脅威モデリング、コンポーネント分析など、SDLCのさまざまな段階をカバーしています。
62+
63+
➡️ [**DevSecOpsツールリストを探る**](./tools/README.md)
64+
65+
このリストは、ツールをすばやく見つけて比較し、検索と意思決定にかかる時間を短縮できるように設計されています。
66+
67+
## 📦 リソース
68+
### 0. DevSecOps概要
69+
- 概要
70+
1. [DevSecOps in Wikipedia](https://en.wikipedia.org/wiki/DevOps#DevSecOps,_Shifting_Security_Left)
71+
2. [Zero to DevSecOps (OWASP Meetup)](https://owasp.org/www-chapter-belgium/assets/2019/2019-02-20/Zero-to-DevSecOps-OWASP-Meetup-02-19-19.pdf)
72+
3. [DevSecOps What Why And How (BlackHat USA-19)](https://i.blackhat.com/USA-19/Thursday/us-19-Shrivastava-DevSecOps-What-Why-And-How.pdf)
73+
4. [DevSecOps – Security and Test Automation (Mitre)](https://www.mitre.org/sites/default/files/publications/pr-19-0769-devsecops_security_test_automation-briefing.pdf)
74+
5. [DevSecOps: Making Security Central To Your DevOps Pipeline](https://spacelift.io/blog/what-is-devsecops)
75+
6. [Strengthen and Scale security using DevSecOps](https://owasp.org/www-pdf-archive/Devsecops-owasp-indonesia.pdf)
76+
7. [DSOVS (OWASP DevSecOps Verification Standard)](https://owasp.org/www-project-devsecops-verification-standard/)
77+
8. [What is DevSecOps? (Github)](https://github.com/resources/articles/devops/devsecops)
78+
### 1. 設計
79+
- 開発ライフサイクル
80+
1. [SDL(Secure Development Lifecycle) by Microsoft](https://www.microsoft.com/en-us/securityengineering/sdl/practices)
81+
2. [OWASP's Software Assurance Maturity Model](https://github.com/OWASP/samm)
82+
3. [Building Security In Maturity Model (BSIMM)](https://www.bsimm.com/framework.html)
83+
4. [NIST's Secure Software Development Framework](https://csrc.nist.gov/CSRC/media/Publications/white-paper/2019/06/07/mitigating-risk-of-software-vulnerabilities-with-ssdf/draft/documents/ssdf-for-mitigating-risk-of-software-vulns-draft.pdf)
84+
5. [DevSecOps basics: 9 tips for shifting left (Gitlab)](https://about.gitlab.com/blog/2020/06/23/efficient-devsecops-nine-tips-shift-left/)
85+
6. [6 Ways to bring security to the speed of DevOps (Gitlab)](https://about.gitlab.com/blog/2019/10/31/speed-security-devops/)
86+
- 脅威モデル
87+
1. [What is Threat Modeling / Wikipedia](https://en.wikipedia.org/wiki/Threat_model)
88+
2. [Threat Modeling by OWASP](https://owasp.org/www-community/Threat_Modeling)
89+
3. [Application Threat Modeling by OWASP](https://owasp.org/www-community/Application_Threat_Modeling)
90+
4. [Agile Threat Modeling Toolkit](https://threagile.io)
91+
5. [OWASP Threat Dragon](https://threatdragon.github.io)
92+
### 2. 開発
93+
- セキュアコーディング
94+
1. [Secure coding guide by Apple](https://developer.apple.com/library/archive/documentation/Security/Conceptual/SecureCodingGuide/Introduction.html)
95+
2. [Secure Coding Guidelines for Java SE](https://www.oracle.com/java/technologies/javase/seccodeguide.html)
96+
3. [Go-SCP / Go programming language secure coding practices guide](https://github.com/OWASP/Go-SCP)
97+
4. [Android App security best practices by Google](https://developer.android.com/topic/security/best-practices)
98+
5. [Securing Rails Applications](https://guides.rubyonrails.org/security.html)
99+
### 3. ビルド
100+
- SAST(Static Application Security Testing)
101+
1. [Scan Source Code using Static Application Security Testing (SAST) with SonarQube, Part 1](https://medium.com/nycdev/scan-your-source-code-for-vulnerabilities-using-static-application-security-testing-sast-with-5f8ee1fdf9aa)
102+
2. [Announcing third-party code-scanning tools: static analysis & developer security training](https://github.blog/2020-10-05-announcing-third-party-code-scanning-tools-static-analysis-and-developer-security-training/)
103+
3. [SAST levels defined by OWASP](https://github.com/OWASP/www-project-devsecops-verification-standard/blob/main/document/CODE-004-Static-Application-Security-Testing-SAST.md)
104+
### 4. テスト
105+
- DAST(Dynamic Application Security Testing)
106+
1. [Dynamic Application Security Testing with ZAP and GitHub Actions](https://www.zaproxy.org/blog/2020-05-15-dynamic-application-security-testing-with-zap-and-github-actions/)
107+
2. [Dynamic Application Security Testing (DAST) in Gitlab](https://docs.gitlab.com/ee/user/application_security/dast/)
108+
3. [DAST using projectdiscovery Nuclei (github action)](https://github.com/secopslab/nuclei-action)
109+
4. [ZAPCon 2021-Democratizing ZAP with test automation and domain specific languages](https://youtu.be/jimW-R6_F4U)
110+
5. [DAST levels defined by OWASP](https://github.com/OWASP/www-project-devsecops-verification-standard/blob/main/document/TEST-002-Dynamic-Application-Security-Testing-DAST.md)
111+
- ペネトレーションテスト
112+
1. [Penetration Testing at DevSecOps Speed](https://securityboulevard.com/2019/04/penetration-testing-at-devsecops-speed/)
113+
### 5. デプロイ
114+
- セキュリティ強化と設定
115+
1. [CIS Benchmarks](https://www.cisecurity.org/cis-benchmarks/)
116+
2. [DevSecOps in Kubernetes](https://cloudblogs.microsoft.com/opensource/2019/07/22/devsecops-in-kubernetes/)
117+
- セキュリティスキャン
118+
1. [Best practices for scanning images (docker)](https://docs.docker.com/develop/scan-images/)
119+
### 6. 運用と監視
120+
- RASP(Run-time Application Security Protection)
121+
1. [Runtime Application Self-Protection by rapid7](https://www.rapid7.com/fundamentals/runtime-application-self-protection/)
122+
2. [Jumpstarting your devsecops - Pipeline with IAST and RASP](https://2018.appsec.eu/presos/DevOps_Jumpstarting-Your-DevSecOps_Jeff-Williams_AppSecEU2018.pdf)
123+
- セキュリティ監査
124+
- セキュリティ監視
125+
1. IAST(Interactive Application Security Testing)
126+
- [IAST levels defined by OWASP](https://github.com/OWASP/www-project-devsecops-verification-standard/blob/main/document/TEST-003-Interactive-Application-Securit-Testing-IAST.md)
127+
2. メトリクス、監視、アラート
128+
- セキュリティ分析
129+
1. [Attack Surface Analysis Cheat Sheet by OWASP](https://cheatsheetseries.owasp.org/cheatsheets/Attack_Surface_Analysis_Cheat_Sheet.html)
130+
131+
## CICDのセキュリティ
132+
- Github Actions
133+
1. [Security hardening for GitHub Actions](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions)
134+
2. [Github Actions Security Best Practices](https://engineering.salesforce.com/github-actions-security-best-practices-b8f9df5c75f5)
135+
3. [GitHub Actions Security Best Practices [cheat sheet included]](https://blog.gitguardian.com/github-actions-security-cheat-sheet/)
136+
- Jenkins
137+
1. [Securing Jenkins](https://www.jenkins.io/doc/book/security/)
138+
2. [Securing Jenkins CI Systems by SANS](https://www.sans.org/white-papers/36872/)
139+
3. [DEPRECATED/chef-jenkins-hardening](https://github.com/dev-sec/chef-jenkins-hardening)
140+
141+
### 素晴らしいリソース
142+
* https://github.com/TaptuIT/awesome-devsecops
143+
144+
## 🚀 その他のロードマップ
145+
| ![](assets/dod.png "DoD logo") | ![](assets/LarryMaccherone.jpg "Larry Maccherone portrait") |
146+
| ------------------------------------------------------------ | ------------------------------------------------------------ |
147+
| U.S. Department of Defense | Larry Maccherone |
148+
| [![DevSecOps Security Checklist](https://i.imgur.com/pQXVOzS.png)](https://assets.sqreen.com/whitepapers/devsecops-security-checklist.pdf) | [![GitLab Security DevOps Diagram](https://about.gitlab.com/images/secure/security-diagram.svg)](https://about.gitlab.com/solutions/dev-sec-ops/) |
149+
| The DevSecOps Security Checklist | Gitlab security devops diagram |
150+
151+
## 🙏🏼 まとめ
152+
ロードマップを改善できると思われる場合は、PRを開いて更新を送信し、問題を送信してください。また、今後も改善を続けていきますので、このリポジトリにスターを付けて再訪することをお勧めします。
153+
154+
アイデア元: [Go Developer Roadmap](https://github.com/Alikhll/golang-developer-roadmap)
155+
156+
## 貢献者
157+
![](CONTRIBUTORS.svg "Contributors List")

README.ko.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
<p align="center">
1414
<a href="./README.md">English</a> •
15-
<a href="./README.ko.md">Korean</a>
15+
<a href="./README.ko.md">한국어</a> •
16+
<a href="./README.jp.md">日本語</a>
1617
</p>
1718

1819
> DevSecOps를 원하는 모든 사람을 위한 로드맵입니다.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
<p align="center">
1414
<a href="./README.md">English</a> •
15-
<a href="./README.ko.md">Korean</a>
15+
<a href="./README.ko.md">한국어</a> •
16+
<a href="./README.jp.md">日本語</a>
1617
</p>
1718

1819
> Roadmap for everyone who wants DevSecOps.

0 commit comments

Comments
 (0)