同期型 SBOM API の非推奨と新仕様への移行案内
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
GitHub Changelog
SBOM(ソフトウェア部品表)生成の同期型 REST API が非推奨となり、2026 年 11 月 13 日に削除される。開発者はスクリプトや統合を、レポート生成 URL を取得してポーリングする新しい非同期 API に更新する必要がある。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
最新の非同期 SBOM REST API のリリースに伴い、従来の同期 API は廃止され、2026 年11月13日(6 ヶ月後)に削除される予定です。
現在、/{owner}/{repo}/dependency-graph/sbom という REST エンドポイントを使用しているスクリプトや統合システムがある場合は、新しい /{owner}/{repo}/dependency-graph/sbom/generate-report へ更新してください。このリクエストでは、完了をポーリングするための URL が返されます。SBOM(Software Bill of Materials: ソフトウェア部品表)の計算が完了すると、キャッシュされダウンロード可能になります。これにより、従来の方法よりも優れたパフォーマンスと信頼性が提供されます。API の詳細な使用方法については、API ドキュメントをご覧ください。
「Synchronous SBOM API deprecated」という記事は、最初に The GitHub Blog で公開されました。
原文を表示
Following the recent release of the new Asynchronous SBOM REST API, the older, synchronous API is deprecated and slated for removal in six months, on November 13, 2026.
If your scripts or integrations are currently using the REST endpoint at /{owner}/{repo}/dependency-graph/sbom, please update them to use the new /{owner}/{repo}/dependency-graph/sbom/generate-report instead. This request will return a URL which you then poll for completion. Once the SBOM is computed, it will be cached and available for download, providing better performance and reliability than the previous method. Visit the API documentation for more details on the API usage.
The post Synchronous SBOM API deprecated appeared first on The GitHub Blog.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み