ASVS-monitoring-setup
ASVS 初期設定レポート
作成日: 2026-06-26
監視対象: OWASP ASVS (github.com/OWASP/ASVS)
設定者: Hermes Agent
監視構成
1. blogwatcher-cli (RSS監視)
- 対象: GitHub Releases Atomフィード
- 頻度: 6時間ごと (cron:
asvs-monitor) - フィードURL: https://github.com/OWASP/ASVS/releases.atom
- DB:
~/.blogwatcher-cli/blogwatcher-cli.db
2. GitHub APIポーリング (cron)
- 対象: Issues, Releases API
- 頻度: 6時間ごと (blogwatcherと同一cronジョブ)
- Issues API:
GET /repos/OWASP/ASVS/issues - Releases API:
GET /repos/OWASP/ASVS/releases
3. Webhookサブスクリプション (待機中)
⚠️ Gateway再起動が必要。OWASP/ASVSはサードパーティリポジトリのため、Webhook設定は不可。フォールバックとしてAPIポーリングでカバー。
| サブスクリプション | イベント | URL |
|---|---|---|
| asvs-releases | release | http://localhost:8644/webhooks/asvs-releases |
| asvs-issues | issues | http://localhost:8644/webhooks/asvs-issues |
| asvs-pushes | push | http://localhost:8644/webhooks/asvs-pushes |
検出済みリリース
| バージョン | 日付 | 種別 |
|---|---|---|
| Bleeding Edge | 2026-03-17 | 自動生成 (プレビュー用) |
| 5.0.0 | 2025-05-30 | 最新安定版 |
| 4.0.3 | 2021-10-28 | 安定版 |
| 4.0.2 | 2020-10-28 | 安定版 |
| 4.0.1 | 2019-03-02 | 安定版 |
| 4.0.1 (再) | 2021-12-07 | 安定版 (タグ再発行) |
ディレクトリ構造
/mnt/c/Vault-Priv/DailyNews/OWASP/ASVS/
├── releases/ ← バージョン別レポート
├── issues/ ← 重要Issueレポート
├── commits/ ← 主要コミットサマリー
└── monitoring-log/ ← 監視ログ・定時レポート
次回アクション
- cronジョブ
asvs-monitorが6時間ごとに自動実行 - 新リリース検出時 → Obsidianに自動保存
- 重要issue検出時 → 別途レポート作成