Skip to content

Commit f5b4202

Browse files
author
CI bot
committed
Definitions Update remediations
2 parents 853b6c3 + 34b7f62 commit f5b4202

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

alsdkdefs/apis/remediations/assets_query.v1.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,6 +1731,11 @@ paths:
17311731
source: |-
17321732
curl "https://api.cloudinsight.alertlogic.com/assets_query/v2/12345678/exposures?search=CVE-2016-5387" \
17331733
-H "x-aims-auth-token: $TOKEN" -H "accept: application/json"
1734+
- lang: Shell
1735+
label: Exposures filtered via custom search string
1736+
source: |-
1737+
curl "https://api.cloudinsight.alertlogic.com/assets_query/v2/12345678/exposures?search=cve:CVE-2016-5387" \
1738+
-H "x-aims-auth-token: $TOKEN" -H "accept: application/json"
17341739
- lang: Shell
17351740
label: Remediations sorted by Name ascending
17361741
source: |-

alsdkdefs/apis/remediations/parameters.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,4 +605,6 @@ ExposuresSearch:
605605
description: |-
606606
A string which can be optionally passed to limit the set of returned items to those whose
607607
name property contains the string passed. Search parameter is case insensitive and will attempt
608-
to match any part of the name property.
608+
to match any part of the target property. The default property to search is the name property, but
609+
any property may be searched by including the property to be searched and a colon in the search string.
610+
e.g. cve:CVE-2023 would search the CVE property for the string 'CVE-2023'

0 commit comments

Comments
 (0)