@@ -29976,6 +29976,13 @@ components:
2997629976 Library:
2997729977 description: Vulnerability library.
2997829978 properties:
29979+ additional_names:
29980+ description: Related library or package names (such as child packages or
29981+ affected binary paths).
29982+ items:
29983+ example: linux-tools-common
29984+ type: string
29985+ type: array
2997929986 name:
2998029987 description: Vulnerability library name.
2998129988 example: linux-aws-5.15
@@ -57353,6 +57360,12 @@ components:
5735357360 type: array
5735457361 risks:
5735557362 $ref: '#/components/schemas/VulnerabilityRisks'
57363+ running_kernel:
57364+ description: "True if the vulnerability affects a package in the host\u2019s
57365+ running kernel, false if it affects a non-running kernel, and omit if
57366+ it is not kernel-related."
57367+ example: true
57368+ type: boolean
5735657369 status:
5735757370 $ref: '#/components/schemas/VulnerabilityStatus'
5735857371 title:
@@ -57413,10 +57426,15 @@ components:
5741357426 - RubyGems
5741457427 - Go
5741557428 - Packagist
57416- - Ddeb
57429+ - Deb
5741757430 - Rpm
5741857431 - Apk
5741957432 - Windows
57433+ - Generic
57434+ - MacOs
57435+ - Oci
57436+ - BottleRocket
57437+ - None
5742057438 type: string
5742157439 x-enum-varnames:
5742257440 - PYPI
@@ -57426,10 +57444,15 @@ components:
5742657444 - RUBY_GEMS
5742757445 - GO
5742857446 - PACKAGIST
57429- - D_DEB
57447+ - DEB
5743057448 - RPM
5743157449 - APK
5743257450 - WINDOWS
57451+ - GENERIC
57452+ - MAC_OS
57453+ - OCI
57454+ - BOTTLE_ROCKET
57455+ - NONE
5743357456 VulnerabilityRelationships:
5743457457 description: Related entities object.
5743557458 properties:
@@ -57530,12 +57553,14 @@ components:
5753057553 - IAST
5753157554 - SCA
5753257555 - Infra
57556+ - SAST
5753357557 example: SCA
5753457558 type: string
5753557559 x-enum-varnames:
5753657560 - IAST
5753757561 - SCA
5753857562 - INFRA
57563+ - SAST
5753957564 VulnerabilityType:
5754057565 description: The vulnerability type.
5754157566 enum:
@@ -80296,6 +80321,10 @@ paths:
8029680321 summary: List assets SBOMs
8029780322 tags:
8029880323 - Security Monitoring
80324+ x-permission:
80325+ operator: OR
80326+ permissions:
80327+ - appsec_vm_read
8029980328 x-unstable: '**Note**: This endpoint is a private preview.
8030080329
8030180330 If you are interested in accessing this API, [fill out this form](https://forms.gle/kMYC1sDr6WDUBDsx9).'
@@ -80367,6 +80396,10 @@ paths:
8036780396 summary: Get SBOM
8036880397 tags:
8036980398 - Security Monitoring
80399+ x-permission:
80400+ operator: OR
80401+ permissions:
80402+ - appsec_vm_read
8037080403 x-unstable: '**Note**: This endpoint is a private preview.
8037180404
8037280405 If you are interested in accessing this API, [fill out this form](https://forms.gle/kMYC1sDr6WDUBDsx9).'
@@ -80481,6 +80514,10 @@ paths:
8048180514 summary: List scanned assets metadata
8048280515 tags:
8048380516 - Security Monitoring
80517+ x-permission:
80518+ operator: OR
80519+ permissions:
80520+ - appsec_vm_read
8048480521 x-unstable: '**Note**: This endpoint is a private preview.
8048580522
8048680523 If you are interested in accessing this API, [fill out this form](https://forms.gle/kMYC1sDr6WDUBDsx9).'
@@ -80909,6 +80946,14 @@ paths:
8090980946 required: false
8091080947 schema:
8091180948 type: string
80949+ - description: Filter for whether the vulnerability affects a running kernel
80950+ (for vulnerabilities related to a `Host` asset).
80951+ example: true
80952+ in: query
80953+ name: filter[running_kernel]
80954+ required: false
80955+ schema:
80956+ type: boolean
8091280957 - description: Filter by asset name. This field supports the usage of wildcards
8091380958 (*).
8091480959 example: datadog-agent
@@ -81052,6 +81097,10 @@ paths:
8105281097 summary: List vulnerabilities
8105381098 tags:
8105481099 - Security Monitoring
81100+ x-permission:
81101+ operator: OR
81102+ permissions:
81103+ - appsec_vm_read
8105581104 x-unstable: '**Note**: This endpoint is a private preview.
8105681105
8105781106 If you are interested in accessing this API, [fill out this form](https://forms.gle/kMYC1sDr6WDUBDsx9).'
@@ -81410,6 +81459,10 @@ paths:
8141081459 summary: List vulnerable assets
8141181460 tags:
8141281461 - Security Monitoring
81462+ x-permission:
81463+ operator: OR
81464+ permissions:
81465+ - appsec_vm_read
8141381466 x-unstable: '**Note**: This endpoint is a private preview.
8141481467
8141581468 If you are interested in accessing this API, [fill out this form](https://forms.gle/kMYC1sDr6WDUBDsx9).'
@@ -84547,8 +84600,8 @@ paths:
8454784600 x-unstable: '**Note**: This endpoint may be subject to changes.'
8454884601 /api/v2/static-analysis/secrets/rules:
8454984602 get:
84550- description: Returns list of Secrets rules with ID, Pattern, Description, Priority ,
84551- and SDS ID
84603+ description: Returns a list of Secrets rules with ID, Pattern, Description,
84604+ Priority, and SDS ID.
8455284605 operationId: GetSecretsRules
8455384606 responses:
8455484607 '200':
@@ -84564,7 +84617,7 @@ paths:
8456484617 appKeyAuth: []
8456584618 - AuthZ:
8456684619 - code_analysis_read
84567- summary: Returns list of Secrets rules
84620+ summary: Returns a list of Secrets rules
8456884621 tags:
8456984622 - Security Monitoring
8457084623 x-unstable: '**Note**: This endpoint may be subject to changes.'
0 commit comments