You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alsdkdefs/apis/assets_query/assets_query.v1.yaml
+14-13Lines changed: 14 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -348,9 +348,9 @@ info:
348
348
identified with `I` and `R` in the table below.
349
349
350
350
#### Using CSVs in filters
351
-
Some filters allow passing a comma-separated list (CSV) of limiting property values, indicating
351
+
All filters allow passing a comma-separated list (CSV) of limiting property values, indicating
352
352
that only remediations/exposures that contain **at least one** of the given values will be
353
-
returned. This is identified with `C` in the table below.
353
+
returned.
354
354
355
355
#### Using negation in filters
356
356
Some filters allow prefixing a value (or a comma-separated list (CSV)) with `!`, indicating
@@ -379,9 +379,9 @@ info:
379
379
| `application` | `type` | A, R | `"application:any"`, `"application:Apache"` | |
380
380
| `asset_type` | `type` | I | `"asset_type:host"` | Applies to the `"type"` of the vulnerable asset. Only one `asset_type` filter of a single asset type is supported in a request. This filter must be present in the exposures query request to be included in the response. |
381
381
| `cloud-trail` | `key` | I | `"cloud-trail:/aws/us-west-2/cloud-trail/trail/Rackspace"` | |
382
-
| `category` | `categories` | !, C, R | `"category:security"`| Applies to the `"categories"` property of the related vulnerability. |
383
-
| `cve` | `cve` | !, A, C, N, R | `"cve:CVE-2013-1937"` | Applies to the `"cve"` property of the related vulnerability.|
384
-
| `cwe` | `cwe` | !, A, C, N, R | `"cwe:CWE-121"` | Applies to the `"cwe"` property of the related vulnerability. |
382
+
| `category` | `categories` | !, R | `"category:security"`| Applies to the `"categories"` property of the related vulnerability. |
383
+
| `cve` | `cve` | !, A, N, R | `"cve:CVE-2013-1937"` | Applies to the `"cve"` property of the related vulnerability.|
384
+
| `cwe` | `cwe` | !, A, N, R | `"cwe:CWE-121"` | Applies to the `"cwe"` property of the related vulnerability. |
385
385
| `db-instance` | `key` | I | `"db-instance:/aws/us-east-1/db-instance/db-12345678"` | |
386
386
| `deployment_id` | `deployment_id` | I | `"deployment_id:825283AC-8244-412C-8674-4DBF931E6C16"` | Only one deployment_id filter may be passed per request. |
387
387
| `dns-zone` | `key` | A, I | `"dns-zone:/a/dns-zone/key"` | |
@@ -392,24 +392,25 @@ info:
392
392
| `kms-key` | `key` | I | `"kms-key:/aws/us-east-1/kms-key/1"` | |
393
393
| `load-balancer` | `key` | I, R | `"load-balancer:/aws/us-east-1/load-balancer/s-12345678"` ||
394
394
| `redshift-cluster` | `key` | I | `"redshift-cluster:/aws/us-east-1/redshift-cluster/rc-12345678"` | |
0 commit comments