Skip to content

Commit

Permalink
Definitions Update remediations
Browse files Browse the repository at this point in the history
  • Loading branch information
CI bot committed Jul 20, 2024
2 parents 853b6c3 + 34b7f62 commit f5b4202
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions alsdkdefs/apis/remediations/assets_query.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1731,6 +1731,11 @@ paths:
source: |-
curl "https://api.cloudinsight.alertlogic.com/assets_query/v2/12345678/exposures?search=CVE-2016-5387" \
-H "x-aims-auth-token: $TOKEN" -H "accept: application/json"
- lang: Shell
label: Exposures filtered via custom search string
source: |-
curl "https://api.cloudinsight.alertlogic.com/assets_query/v2/12345678/exposures?search=cve:CVE-2016-5387" \
-H "x-aims-auth-token: $TOKEN" -H "accept: application/json"
- lang: Shell
label: Remediations sorted by Name ascending
source: |-
Expand Down
4 changes: 3 additions & 1 deletion alsdkdefs/apis/remediations/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,4 +605,6 @@ ExposuresSearch:
description: |-
A string which can be optionally passed to limit the set of returned items to those whose
name property contains the string passed. Search parameter is case insensitive and will attempt
to match any part of the name property.
to match any part of the target property. The default property to search is the name property, but
any property may be searched by including the property to be searched and a colon in the search string.
e.g. cve:CVE-2023 would search the CVE property for the string 'CVE-2023'

0 comments on commit f5b4202

Please sign in to comment.