Because of code scanning alerts, we need to rename some non-sensitive fields because there names cause the code scanning tool to report false positive alerts.
- Filed
query_token in the request payload is renamed to query_id in the following 2 REST APIs:
POST(/v1/vulasset)
POST(/v1/assetvul)
- Filed
query_token in the response payload is renamed to query_id in the following REST API:
POST(/v1/scan/asset/images)
Because of code scanning alerts, we need to rename some non-sensitive fields because there names cause the code scanning tool to report false positive alerts.
query_tokenin the request payload is renamed toquery_idin the following 2 REST APIs:query_tokenin the response payload is renamed toquery_idin the following REST API: