-
Notifications
You must be signed in to change notification settings - Fork 0
API仕様変更・セキュリティポリシー見直し・ドキュメント整備 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,32 @@ | ||
| # Security Policy | ||
| # セキュリティポリシー | ||
|
|
||
| ## Supported Versions | ||
| ## サポート対象バージョン | ||
|
|
||
| This project is currently in active development (version 0.x.x). Security updates are provided for the latest version only. As this is an AWS Bedrock application, we prioritize security issues related to AWS credentials, data handling, and API interactions. | ||
| 本プロジェクト(aws-lambda-mcp-server)は現在アクティブに開発されています。 | ||
| セキュリティアップデートは最新版(0.x.x系)のみ提供しています。 | ||
|
|
||
| | Version | Supported | | ||
| | ------- | ------------------ | | ||
| | 0.x.x | :white_check_mark: | | ||
| | バージョン | サポート状況 | | ||
| | ---------- | ------------------- | | ||
| | 0.x.x | ✅ | | ||
|
|
||
| ## Reporting a Vulnerability | ||
| ## セキュリティに関するご注意 | ||
|
|
||
| Please report security vulnerabilities through GitHub's Security Advisories feature: | ||
| - 本リポジトリは AWS Lambda 上で動作する MCP(Model Context Protocol)サーバー用ライブラリです。 | ||
| - APIキー、シークレット、パスワード等のハードコーディングは禁止です。開発時は `.env` ファイル(.gitignore対象)、本番では環境変数や AWS Secrets Manager / Parameter Store をご利用ください。 | ||
|
poad marked this conversation as resolved.
poad marked this conversation as resolved.
|
||
| - 依存パッケージの脆弱性は `pnpm audit` や dependabot で定期的にチェックし、脆弱性が報告された場合は速やかにアップデートしてください。 | ||
| - CI/CD では静的解析(SAST)や依存性チェックを自動実行しています。 | ||
| - 外部から受け取るデータは型チェック・バリデーション(zod等)を必ず行ってください。 | ||
| - ログやエラーメッセージに認証情報・個人情報・シークレット等を出力しないでください。 | ||
| - クライアントへ返すデータは適切にエスケープし、XSS等の攻撃を防止してください。 | ||
| - IAMロール・ポリシーは最小権限の原則で設計してください。 | ||
| - セキュリティ上の懸念やインシデントが発生した場合は、速やかにご報告ください。 | ||
|
|
||
| 1. Go to the Security tab of this repository | ||
| 2. Click "Report a vulnerability" | ||
| 3. Fill out the private vulnerability report form | ||
| ## 脆弱性の報告方法 | ||
|
|
||
| We will respond to security reports within 48 hours and provide regular updates on the remediation process. | ||
| 脆弱性を発見された場合は、GitHub の Security Advisories 機能を利用してご報告ください。 | ||
|
|
||
| 1. このリポジトリの「セキュリティ」タブに移動 | ||
| 2. 「脆弱性の報告」をクリック | ||
| 3. フォームに詳細を記入し、送信 | ||
|
|
||
| ご報告いただいた内容には48時間以内に初回対応し、修正状況について随時ご連絡いたします。 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.