脆弱性の詳細説明の取得
explain_vulnerabilityFetches vulnerability details from the OSV database by GHSA/CVE ID, including descriptions, CVSS, affected versions, and references. Pass an ID from scan or fix results; no scanning is performed.
Instructions
指定したGHSA-IDまたはCVE-IDの脆弱性の詳細をOSVデータベース(api.osv.dev)から取得して返す。説明(details)・CVSSベクトル・影響を受けるパッケージとバージョン範囲・参照リンク(アドバイザリや修正コミット)が含まれる。scan_java_projectやsuggest_fixの結果に含まれるIDをそのまま渡せる。スキャンは実行しない。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vulnerability_id | Yes | 脆弱性のID(例: GHSA-jfh8-c2jp-5v3q、CVE-2021-44228) |