tencentcloud-sdk-nodejs-csip 4.0.733 → 4.0.735
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/products.md +35 -35
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +37 -37
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +37 -37
- package/CHANGELOG.md +0 -156155
- package/SERVICE_CHANGELOG.md +0 -141873
|
@@ -514,7 +514,7 @@ export interface AssetViewVULRisk {
|
|
|
514
514
|
*/
|
|
515
515
|
Status?: number;
|
|
516
516
|
/**
|
|
517
|
-
*
|
|
517
|
+
* 风险ID
|
|
518
518
|
*/
|
|
519
519
|
Id?: string;
|
|
520
520
|
/**
|
|
@@ -552,23 +552,23 @@ export interface AssetViewVULRisk {
|
|
|
552
552
|
*/
|
|
553
553
|
Port?: string;
|
|
554
554
|
/**
|
|
555
|
-
*
|
|
555
|
+
* 漏洞描述
|
|
556
556
|
*/
|
|
557
557
|
Describe?: string;
|
|
558
558
|
/**
|
|
559
|
-
*
|
|
559
|
+
* 漏洞影响组件
|
|
560
560
|
*/
|
|
561
561
|
AppName?: string;
|
|
562
562
|
/**
|
|
563
|
-
*
|
|
563
|
+
* 技术参考
|
|
564
564
|
*/
|
|
565
565
|
References?: string;
|
|
566
566
|
/**
|
|
567
|
-
*
|
|
567
|
+
* 漏洞影响版本
|
|
568
568
|
*/
|
|
569
569
|
AppVersion?: string;
|
|
570
570
|
/**
|
|
571
|
-
*
|
|
571
|
+
* 风险点
|
|
572
572
|
*/
|
|
573
573
|
VULURL?: string;
|
|
574
574
|
/**
|
|
@@ -580,7 +580,7 @@ export interface AssetViewVULRisk {
|
|
|
580
580
|
*/
|
|
581
581
|
CVE?: string;
|
|
582
582
|
/**
|
|
583
|
-
*
|
|
583
|
+
* 修复方案
|
|
584
584
|
*/
|
|
585
585
|
Fix?: string;
|
|
586
586
|
/**
|
|
@@ -588,7 +588,7 @@ export interface AssetViewVULRisk {
|
|
|
588
588
|
*/
|
|
589
589
|
POCId?: string;
|
|
590
590
|
/**
|
|
591
|
-
*
|
|
591
|
+
* 扫描来源
|
|
592
592
|
*/
|
|
593
593
|
From?: string;
|
|
594
594
|
/**
|
|
@@ -608,7 +608,7 @@ export interface AssetViewVULRisk {
|
|
|
608
608
|
*/
|
|
609
609
|
InstanceUUID?: string;
|
|
610
610
|
/**
|
|
611
|
-
*
|
|
611
|
+
* 攻击载荷
|
|
612
612
|
*/
|
|
613
613
|
Payload?: string;
|
|
614
614
|
/**
|
|
@@ -989,7 +989,7 @@ export interface DescribeRiskCenterWebsiteRiskListResponse {
|
|
|
989
989
|
*/
|
|
990
990
|
TotalCount?: number;
|
|
991
991
|
/**
|
|
992
|
-
*
|
|
992
|
+
* 内容风险列表
|
|
993
993
|
*/
|
|
994
994
|
Data?: Array<WebsiteRisk>;
|
|
995
995
|
/**
|
|
@@ -1561,7 +1561,7 @@ export interface TaskAssetObject {
|
|
|
1561
1561
|
*/
|
|
1562
1562
|
AssetName?: string;
|
|
1563
1563
|
/**
|
|
1564
|
-
*
|
|
1564
|
+
* 资产类型
|
|
1565
1565
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1566
1566
|
*/
|
|
1567
1567
|
InstanceType?: string;
|
|
@@ -2425,50 +2425,50 @@ export interface DescribeScanTaskListResponse {
|
|
|
2425
2425
|
*/
|
|
2426
2426
|
export interface ScanTaskInfo {
|
|
2427
2427
|
/**
|
|
2428
|
-
*
|
|
2428
|
+
* 任务Id
|
|
2429
2429
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2430
2430
|
*/
|
|
2431
|
-
TaskId
|
|
2431
|
+
TaskId?: string;
|
|
2432
2432
|
/**
|
|
2433
|
-
*
|
|
2433
|
+
* 任务名称
|
|
2434
2434
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2435
2435
|
*/
|
|
2436
|
-
TaskName
|
|
2436
|
+
TaskName?: string;
|
|
2437
2437
|
/**
|
|
2438
2438
|
* 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
|
|
2439
2439
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2440
2440
|
*/
|
|
2441
|
-
Status
|
|
2441
|
+
Status?: number;
|
|
2442
2442
|
/**
|
|
2443
2443
|
* 任务进度
|
|
2444
2444
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2445
2445
|
*/
|
|
2446
|
-
Progress
|
|
2446
|
+
Progress?: number;
|
|
2447
2447
|
/**
|
|
2448
|
-
*
|
|
2448
|
+
* 任务完成时间
|
|
2449
2449
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2450
2450
|
*/
|
|
2451
|
-
TaskTime
|
|
2451
|
+
TaskTime?: string;
|
|
2452
2452
|
/**
|
|
2453
|
-
*
|
|
2453
|
+
* 报告ID
|
|
2454
2454
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2455
2455
|
*/
|
|
2456
|
-
ReportId
|
|
2456
|
+
ReportId?: string;
|
|
2457
2457
|
/**
|
|
2458
|
-
*
|
|
2458
|
+
* 报告名称
|
|
2459
2459
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2460
2460
|
*/
|
|
2461
|
-
ReportName
|
|
2461
|
+
ReportName?: string;
|
|
2462
2462
|
/**
|
|
2463
2463
|
* 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
|
|
2464
2464
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2465
2465
|
*/
|
|
2466
|
-
ScanPlan
|
|
2466
|
+
ScanPlan?: number;
|
|
2467
2467
|
/**
|
|
2468
2468
|
* 关联的资产数
|
|
2469
2469
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2470
2470
|
*/
|
|
2471
|
-
AssetCount
|
|
2471
|
+
AssetCount?: number;
|
|
2472
2472
|
/**
|
|
2473
2473
|
* APP ID
|
|
2474
2474
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2529,15 +2529,15 @@ export interface VULViewVULRisk {
|
|
|
2529
2529
|
*/
|
|
2530
2530
|
FirstTime?: string;
|
|
2531
2531
|
/**
|
|
2532
|
-
*
|
|
2532
|
+
* 影响资产数量
|
|
2533
2533
|
*/
|
|
2534
2534
|
AffectAssetCount?: number;
|
|
2535
2535
|
/**
|
|
2536
|
-
*
|
|
2536
|
+
* 风险ID
|
|
2537
2537
|
*/
|
|
2538
2538
|
Id?: string;
|
|
2539
2539
|
/**
|
|
2540
|
-
*
|
|
2540
|
+
* 扫描来源,具体看接口返回枚举类型
|
|
2541
2541
|
*/
|
|
2542
2542
|
From?: string;
|
|
2543
2543
|
/**
|
|
@@ -2561,23 +2561,23 @@ export interface VULViewVULRisk {
|
|
|
2561
2561
|
*/
|
|
2562
2562
|
Describe?: string;
|
|
2563
2563
|
/**
|
|
2564
|
-
*
|
|
2564
|
+
* 漏洞payload
|
|
2565
2565
|
*/
|
|
2566
2566
|
Payload?: string;
|
|
2567
2567
|
/**
|
|
2568
|
-
*
|
|
2568
|
+
* 漏洞影响组件
|
|
2569
2569
|
*/
|
|
2570
2570
|
AppName?: string;
|
|
2571
2571
|
/**
|
|
2572
|
-
*
|
|
2572
|
+
* 技术参考
|
|
2573
2573
|
*/
|
|
2574
2574
|
References?: string;
|
|
2575
2575
|
/**
|
|
2576
|
-
*
|
|
2576
|
+
* 漏洞影响版本
|
|
2577
2577
|
*/
|
|
2578
2578
|
AppVersion?: string;
|
|
2579
2579
|
/**
|
|
2580
|
-
*
|
|
2580
|
+
* 风险点
|
|
2581
2581
|
*/
|
|
2582
2582
|
VULURL?: string;
|
|
2583
2583
|
/**
|
|
@@ -3127,7 +3127,7 @@ export interface DescribeRiskCenterPortViewPortRiskListResponse {
|
|
|
3127
3127
|
*/
|
|
3128
3128
|
TotalCount?: number;
|
|
3129
3129
|
/**
|
|
3130
|
-
*
|
|
3130
|
+
* 端口视角的端口风险列表
|
|
3131
3131
|
*/
|
|
3132
3132
|
Data?: Array<PortViewPortRisk>;
|
|
3133
3133
|
/**
|
|
@@ -3246,7 +3246,7 @@ export interface ScanTaskInfoList {
|
|
|
3246
3246
|
*/
|
|
3247
3247
|
TaskId?: string;
|
|
3248
3248
|
/**
|
|
3249
|
-
*
|
|
3249
|
+
* 自定义指定扫描资产信息
|
|
3250
3250
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3251
3251
|
*/
|
|
3252
3252
|
SelfDefiningAssets?: Array<string>;
|
|
@@ -3286,7 +3286,7 @@ export interface ScanTaskInfoList {
|
|
|
3286
3286
|
*/
|
|
3287
3287
|
ScanItem?: string;
|
|
3288
3288
|
/**
|
|
3289
|
-
* 0-全扫,1-指定资产扫,2
|
|
3289
|
+
* 0-全扫,1-指定资产扫,2-排除资产扫,3-自定义指定资产扫描
|
|
3290
3290
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3291
3291
|
*/
|
|
3292
3292
|
ScanAssetType?: number;
|
|
@@ -3448,7 +3448,7 @@ export interface TaskLogInfo {
|
|
|
3448
3448
|
*/
|
|
3449
3449
|
RiskNumber?: number;
|
|
3450
3450
|
/**
|
|
3451
|
-
*
|
|
3451
|
+
* 报告生成时间
|
|
3452
3452
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3453
3453
|
*/
|
|
3454
3454
|
Time?: string;
|