From 1873c9a6bd7e1524d9a4fd2f397c275e03df9b29 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Fri, 8 Oct 2021 14:53:56 +0800 Subject: [PATCH] =?UTF-8?q?TSG-7930=20=E6=A0=B9=E6=8D=AE=E6=9C=80=E7=BB=88?= =?UTF-8?q?=E6=96=B9=E6=A1=88=E7=AD=96=E7=95=A5=E9=AA=8C=E8=AF=81=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=AF=B9=E8=B1=A1=E5=88=97=E8=A1=A8=E4=B8=AD=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0isExclusion=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scan/src/policy_scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan/src/policy_scan.cpp b/scan/src/policy_scan.cpp index 94a8141..b6284e2 100644 --- a/scan/src/policy_scan.cpp +++ b/scan/src/policy_scan.cpp @@ -730,7 +730,7 @@ void http_get_scan_status(struct verify_policy_query_obj *query_obj, int type, c { if(ctx->hit_path[i].region_id == ctx->region_id) { - cJSON_AddNumberToObject(histObj, "policyId", 1); + cJSON_AddNumberToObject(histObj, "isExclusion", 1); } } }