Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
256 changes: 129 additions & 127 deletions types/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1641,12 +1641,12 @@ export interface components {
affects?: Array<{
/** @default */
ref: string
versions?: Array<{
versions?: {
/** @default */
version?: string
/** @default */
status?: string
}>
}[]
}>
analysis?: {
/** @default */
Expand Down Expand Up @@ -2470,35 +2470,37 @@ export interface components {
* @default
*/
vulnerableVersionRange: string
kevs: Array<{
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}> | null
kevs:
| {
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}[]
| null
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
epss: {
/** @default 0 */
Expand Down Expand Up @@ -2569,35 +2571,37 @@ export interface components {
* @default
*/
vulnerableVersionRange: string
kevs: Array<{
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}> | null
kevs:
| {
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}[]
| null
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
epss: {
/** @default 0 */
Expand Down Expand Up @@ -2668,35 +2672,37 @@ export interface components {
* @default
*/
vulnerableVersionRange: string
kevs: Array<{
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}> | null
kevs:
| {
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}[]
| null
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
epss: {
/** @default 0 */
Expand Down Expand Up @@ -2767,35 +2773,37 @@ export interface components {
* @default
*/
vulnerableVersionRange: string
kevs: Array<{
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}> | null
kevs:
| {
/** @default */
vulnerabilityName: string
/** @default */
shortDescription: string | null
/** @default */
requiredAction: string | null
/**
* @description Date when added to CISA KEV catalog (ISO 8601 format)
* @default
*/
dateAdded: string
/**
* @description Remediation deadline for federal agencies (ISO 8601 format)
* @default
*/
dueDate: string | null
/**
* @description Known, Unknown, or specific ransomware campaign names
* @default
*/
knownRansomwareCampaignUse: string | null
/** @default */
notes: string | null
/** @default */
vendorProject: string
/** @default */
product: string
}[]
| null
/** @description Exploit Prediction Scoring System https://www.first.org/epss/ */
epss: {
/** @default 0 */
Expand Down Expand Up @@ -4826,9 +4834,7 @@ export interface operations {
parameters: {
query: {
/** @description Control which alert priority fields to include in the response. Set to "true" to include all fields, "false" to exclude all fields, or specify individual fields like "components,formula" to include only those fields. */
include_alert_priority_details?:
| boolean
| Array<'component' | 'formula'>
include_alert_priority_details?: boolean | ('component' | 'formula')[]
/** @description Include license details in the response. This can increase the response size significantly. */
include_license_details: boolean
}
Expand Down Expand Up @@ -5063,9 +5069,7 @@ export interface operations {
artifacts: {
added: Array<components['schemas']['SocketDiffArtifact']>
removed: Array<components['schemas']['SocketDiffArtifact']>
unchanged: Array<
components['schemas']['SocketDiffArtifact']
> | null
unchanged: components['schemas']['SocketDiffArtifact'][] | null
replaced: Array<components['schemas']['SocketDiffArtifact']>
updated: Array<components['schemas']['SocketDiffArtifact']>
}
Expand Down Expand Up @@ -5503,9 +5507,7 @@ export interface operations {
artifacts: {
added: Array<components['schemas']['SocketDiffArtifact']>
removed: Array<components['schemas']['SocketDiffArtifact']>
unchanged: Array<
components['schemas']['SocketDiffArtifact']
> | null
unchanged: components['schemas']['SocketDiffArtifact'][] | null
replaced: Array<components['schemas']['SocketDiffArtifact']>
updated: Array<components['schemas']['SocketDiffArtifact']>
}
Expand Down