Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
devbasex
/
devbase
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
31
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: PLAN35-secret-store 秘密ストアの抽象層と age 実装
- #91
#91
Merged
takemi-ohama
merged 11 commits into
release/PLAN35
devbasex/devbase:release/PLAN35
from
feature/PLAN35-secret-store
devbasex/devbase:feature/PLAN35-secret-store
Copy head branch name to clipboard
Aug 12, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat: PLAN35-secret-store 秘密ストアの抽象層と age 実装
#91
takemi-ohama
merged 11 commits into
release/PLAN35
devbasex/devbase:release/PLAN35
from
feature/PLAN35-secret-store
devbasex/devbase:feature/PLAN35-secret-store
Copy head branch name to clipboard
Commits
Commits on Aug 12, 2026
chore: PLAN35-secret-store Draft PR 作成
takemi-ohama
committed
b6de30c
View commit details
Copy full SHA for b6de30c
Browse repository at this point
feat: 機密の保存先を抽象化する秘密ストアと age 実装を追加
Show description for 3a74f04
takemi-ohama
and
claude
committed
3a74f04
View commit details
Copy full SHA for 3a74f04
Browse repository at this point
fix: age 鍵のローテーションを原子的にして旧鍵の消失を防ぐ
Show description for 1ce557b
takemi-ohama
and
claude
committed
1ce557b
View commit details
Copy full SHA for 1ce557b
Browse repository at this point
fix: 機密の保存を atomic 化し、keygen の生成先と受信者リストの契約を整理
Show description for 4a26983
takemi-ohama
and
claude
committed
4a26983
View commit details
Copy full SHA for 4a26983
Browse repository at this point
fix: 既存ディレクトリの権限を壊さず、keygen --force を常に確認する
Show description for c5c31dd
takemi-ohama
and
claude
committed
c5c31dd
View commit details
Copy full SHA for c5c31dd
Browse repository at this point
fix: 読み取り不能な既存鍵を「元は無かった」と誤認して消さないようにする
Show description for 62230f6
takemi-ohama
and
claude
committed
62230f6
View commit details
Copy full SHA for 62230f6
Browse repository at this point
refactor: keygen の手動ロールバックを廃し、原子性は io 層に一本化する
Show description for 4431066
takemi-ohama
and
claude
committed
4431066
View commit details
Copy full SHA for 4431066
Browse repository at this point
fix: env keygen を SUBCMD_MAP に登録し短縮形が解決されるようにする
Show description for 1136963
takemi-ohama
and
claude
committed
1136963
View commit details
Copy full SHA for 1136963
Browse repository at this point
fix: 鍵ディレクトリを作成時点から 0700 にして権限露出の隙を無くす
Show description for 035a236
takemi-ohama
and
claude
committed
035a236
View commit details
Copy full SHA for 035a236
Browse repository at this point
fix: 鍵の初回生成を O_EXCL で排他化し TOCTOU による鍵消失を塞ぐ
Show description for 4b213fc
takemi-ohama
and
claude
committed
4b213fc
View commit details
Copy full SHA for 4b213fc
Browse repository at this point
fix: 復号時の identity 解決を候補ごとに行い移行互換性を保つ
Show description for 2e578a9
takemi-ohama
and
claude
committed
2e578a9
View commit details
Copy full SHA for 2e578a9
Browse repository at this point
You can’t perform that action at this time.