Queries
securityAdvisories
GitHub Security Advisories.
タイプ: SecurityAdvisoryConnection!
securityAdvisories の引数
| 名前 | 説明 |
|---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| A list of classifications to filter advisories by. |
| The EPSS percentage to filter advisories by. |
| The EPSS percentile to filter advisories by. |
| Returns the first n elements from the list. |
| Filter advisories by identifier, e.g. GHSA or CVE. |
| Returns the last n elements from the list. |
| Ordering options for the returned topics. |
| Filter advisories to those published since a time in the past. |
| Filter advisories to those updated since a time in the past. |
securityAdvisory
Fetch a Security Advisory by its GHSA ID.
タイプ: SecurityAdvisory
securityAdvisory の引数
| 名前 | 説明 |
|---|---|
| GitHub Security Advisory ID. |
securityVulnerabilities
Software Vulnerabilities documented by GitHub Security Advisories.
タイプ: SecurityVulnerabilityConnection!
securityVulnerabilities の引数
| 名前 | 説明 |
|---|---|
| Returns the elements in the list that come after the specified cursor. |
| Returns the elements in the list that come before the specified cursor. |
| A list of advisory classifications to filter vulnerabilities by. |
| An ecosystem to filter vulnerabilities by. |
| Returns the first n elements from the list. |
| Returns the last n elements from the list. |
| Ordering options for the returned topics. |
| A package name to filter vulnerabilities by. |
| A list of severities to filter vulnerabilities by. |
Objects
CVSS
The Common Vulnerability Scoring System.
CVSS のフィールド
| 名前 | 説明 |
|---|---|
| The CVSS score associated with this advisory. |
| The CVSS vector string associated with this advisory. |
CvssSeverities
The Common Vulnerability Scoring System.
CvssSeverities のフィールド
| 名前 | 説明 |
|---|---|
| The CVSS v3 severity associated with this advisory. |
| The CVSS v4 severity associated with this advisory. |
CWE
A common weakness enumeration.
CWE 実装
CWE のフィールド
| 名前 | 説明 |
|---|---|
| The id of the CWE. |
| A detailed description of this CWE. |
| The Node ID of the CWE object. |
| The name of this CWE. |
CWEConnection
The connection type for CWE.
CWEConnection のフィールド
| 名前 | 説明 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
CWEEdge
An edge in a connection.
CWEEdge のフィールド
| 名前 | 説明 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
EPSS
The Exploit Prediction Scoring System.
EPSS のフィールド
| 名前 | 説明 |
|---|---|
| The EPSS percentage represents the likelihood of a CVE being exploited. |
| The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs. |
SecurityAdvisory
A GitHub Security Advisory.
SecurityAdvisory 実装
SecurityAdvisory のフィールド
| 名前 | 説明 |
|---|---|
| The classification of the advisory. |
| The CVSS associated with this advisory. 警告
|
| The CVSS associated with this advisory. |
| CWEs associated with this Advisory. |