tencentcloud-sdk-csip 3.0.702 → 3.0.704

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 342d6b2e8506c3191e145208a164bbe00f054729
4
- data.tar.gz: 10c027f781267b315d73edcdd00344ddbd27033c
3
+ metadata.gz: 541c82426291e44ace6a592b29b582015da5b0ab
4
+ data.tar.gz: 7ce70317ae23ca63018b124e728aa8356bdcd46f
5
5
  SHA512:
6
- metadata.gz: e0d627000951ef8fde24cf4b3828c9ba00861eaaf690ebe1b1c771438139b478122fc6ee6fd7e14f6ca9e73a3e36eada96ca1a75222d4f599fef79fa3223fd68
7
- data.tar.gz: d1aaea948c19009a7c7cee78842eadb50042275a28ea824323449840e043820374db3702e8771c42fa506ac0a764fdb9bda128658304f1ebd2e6d6f7fb1f4a76
6
+ metadata.gz: 7c9740ac172fa232e4b7745dd3bc671b3fe8d105a4f3e2766c659aff794c5d5ae9f1e8fa23d460d10e9476b01ea0f6c5b49e9450fa18b3e3a4a6a20a0c396e71
7
+ data.tar.gz: 587684d2a29ee9e260582e2f14a4796046f39c90825e54ac341daed2551296b3bb7a7fe2076cec5df5ac50c479ee9030867f4364962c969b4c542f6f860a6e0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.702
1
+ 3.0.704
@@ -509,7 +509,7 @@ module TencentCloud
509
509
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
510
510
  end
511
511
 
512
- # 获取网站风险列表
512
+ # 获取内容风险列表
513
513
 
514
514
  # @param request: Request instance for DescribeRiskCenterWebsiteRiskList.
515
515
  # @type request: :class:`Tencentcloud::csip::V20221121::DescribeRiskCenterWebsiteRiskListRequest`
@@ -605,7 +605,7 @@ module TencentCloud
605
605
  # @type FirstTime: String
606
606
  # @param Status: 状态,0未处理、1已处置、2已忽略
607
607
  # @type Status: Integer
608
- # @param Id: 资产唯一id
608
+ # @param Id: 风险ID
609
609
  # @type Id: String
610
610
  # @param Index: 前端索引
611
611
  # @type Index: String
@@ -625,25 +625,25 @@ module TencentCloud
625
625
  # @type VULType: String
626
626
  # @param Port: 端口
627
627
  # @type Port: String
628
- # @param Describe: 描述
628
+ # @param Describe: 漏洞描述
629
629
  # @type Describe: String
630
- # @param AppName: 版本名
630
+ # @param AppName: 漏洞影响组件
631
631
  # @type AppName: String
632
- # @param References: 相关信息
632
+ # @param References: 技术参考
633
633
  # @type References: String
634
- # @param AppVersion: 版本
634
+ # @param AppVersion: 漏洞影响版本
635
635
  # @type AppVersion: String
636
- # @param VULURL: 漏洞url
636
+ # @param VULURL: 风险点
637
637
  # @type VULURL: String
638
638
  # @param VULName: 漏洞名称
639
639
  # @type VULName: String
640
640
  # @param CVE: cve
641
641
  # @type CVE: String
642
- # @param Fix: 修复建议
642
+ # @param Fix: 修复方案
643
643
  # @type Fix: String
644
644
  # @param POCId: pocid
645
645
  # @type POCId: String
646
- # @param From: 来源
646
+ # @param From: 扫描来源
647
647
  # @type From: String
648
648
  # @param CWPVersion: 主机版本
649
649
  # @type CWPVersion: Integer
@@ -653,7 +653,7 @@ module TencentCloud
653
653
  # @type IsSupportDetect: Boolean
654
654
  # @param InstanceUUID: 实例uuid
655
655
  # @type InstanceUUID: String
656
- # @param Payload: 负载
656
+ # @param Payload: 攻击载荷
657
657
  # @type Payload: String
658
658
  # @param EMGCVulType: 应急漏洞类型,1-应急漏洞,0-非应急漏洞
659
659
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3061,7 +3061,7 @@ module TencentCloud
3061
3061
  class DescribeRiskCenterPortViewPortRiskListResponse < TencentCloud::Common::AbstractModel
3062
3062
  # @param TotalCount: 总条数
3063
3063
  # @type TotalCount: Integer
3064
- # @param Data: 资产视角的端口风险列表
3064
+ # @param Data: 端口视角的端口风险列表
3065
3065
  # @type Data: Array
3066
3066
  # @param LevelLists: 危险等级列表
3067
3067
  # @type LevelLists: Array
@@ -3321,7 +3321,7 @@ module TencentCloud
3321
3321
  class DescribeRiskCenterWebsiteRiskListResponse < TencentCloud::Common::AbstractModel
3322
3322
  # @param TotalCount: 总条数
3323
3323
  # @type TotalCount: Integer
3324
- # @param Data: 资产视角的端口风险列表
3324
+ # @param Data: 内容风险列表
3325
3325
  # @type Data: Array
3326
3326
  # @param StatusLists: 状态列表
3327
3327
  # @type StatusLists: Array
@@ -4657,10 +4657,10 @@ module TencentCloud
4657
4657
 
4658
4658
  # 扫描任务详情
4659
4659
  class ScanTaskInfo < TencentCloud::Common::AbstractModel
4660
- # @param TaskId: 任务日志Id
4660
+ # @param TaskId: 任务Id
4661
4661
  # 注意:此字段可能返回 null,表示取不到有效值。
4662
4662
  # @type TaskId: String
4663
- # @param TaskName: 任务日志名称
4663
+ # @param TaskName: 任务名称
4664
4664
  # 注意:此字段可能返回 null,表示取不到有效值。
4665
4665
  # @type TaskName: String
4666
4666
  # @param Status: 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
@@ -4669,13 +4669,13 @@ module TencentCloud
4669
4669
  # @param Progress: 任务进度
4670
4670
  # 注意:此字段可能返回 null,表示取不到有效值。
4671
4671
  # @type Progress: Integer
4672
- # @param TaskTime: 对应的展示时间
4672
+ # @param TaskTime: 任务完成时间
4673
4673
  # 注意:此字段可能返回 null,表示取不到有效值。
4674
4674
  # @type TaskTime: String
4675
- # @param ReportId: 报表id
4675
+ # @param ReportId: 报告ID
4676
4676
  # 注意:此字段可能返回 null,表示取不到有效值。
4677
4677
  # @type ReportId: String
4678
- # @param ReportName: 报表名称
4678
+ # @param ReportName: 报告名称
4679
4679
  # 注意:此字段可能返回 null,表示取不到有效值。
4680
4680
  # @type ReportName: String
4681
4681
  # @param ScanPlan: 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
@@ -4750,7 +4750,7 @@ module TencentCloud
4750
4750
  # @param TaskId: 任务ID
4751
4751
  # 注意:此字段可能返回 null,表示取不到有效值。
4752
4752
  # @type TaskId: String
4753
- # @param SelfDefiningAssets: 排除扫描资产信息
4753
+ # @param SelfDefiningAssets: 自定义指定扫描资产信息
4754
4754
  # 注意:此字段可能返回 null,表示取不到有效值。
4755
4755
  # @type SelfDefiningAssets: Array
4756
4756
  # @param PredictTime: 预估时间
@@ -4774,7 +4774,7 @@ module TencentCloud
4774
4774
  # @param ScanItem: port/poc/weakpass/webcontent/configrisk
4775
4775
  # 注意:此字段可能返回 null,表示取不到有效值。
4776
4776
  # @type ScanItem: String
4777
- # @param ScanAssetType: 0-全扫,1-指定资产扫,2-排除资产扫
4777
+ # @param ScanAssetType: 0-全扫,1-指定资产扫,2-排除资产扫,3-自定义指定资产扫描
4778
4778
  # 注意:此字段可能返回 null,表示取不到有效值。
4779
4779
  # @type ScanAssetType: Integer
4780
4780
  # @param VSSTaskId: vss子任务id
@@ -5337,7 +5337,7 @@ module TencentCloud
5337
5337
  # @param AssetName: 资产名
5338
5338
  # 注意:此字段可能返回 null,表示取不到有效值。
5339
5339
  # @type AssetName: String
5340
- # @param InstanceType: 资产类型
5340
+ # @param InstanceType: 资产类型
5341
5341
  # 注意:此字段可能返回 null,表示取不到有效值。
5342
5342
  # @type InstanceType: String
5343
5343
  # @param AssetType: 资产分类
@@ -5466,7 +5466,7 @@ module TencentCloud
5466
5466
  # @param RiskNumber: 安全风险数量
5467
5467
  # 注意:此字段可能返回 null,表示取不到有效值。
5468
5468
  # @type RiskNumber: Integer
5469
- # @param Time: 报告生成时间,任务结束时间
5469
+ # @param Time: 报告生成时间
5470
5470
  # 注意:此字段可能返回 null,表示取不到有效值。
5471
5471
  # @type Time: String
5472
5472
  # @param Status: 任务状态码:0 初始值 1正在扫描 2扫描完成 3扫描出错,4停止,5暂停,6该任务已被重启过
@@ -5655,11 +5655,11 @@ module TencentCloud
5655
5655
  # @type RecentTime: String
5656
5656
  # @param FirstTime: 首次识别时间
5657
5657
  # @type FirstTime: String
5658
- # @param AffectAssetCount: 状态,0未处理、1已处置、2已忽略
5658
+ # @param AffectAssetCount: 影响资产数量
5659
5659
  # @type AffectAssetCount: Integer
5660
- # @param Id: 资产唯一id
5660
+ # @param Id: 风险ID
5661
5661
  # @type Id: String
5662
- # @param From: 资产子类型
5662
+ # @param From: 扫描来源,具体看接口返回枚举类型
5663
5663
  # @type From: String
5664
5664
  # @param Index: 前端索引
5665
5665
  # @type Index: String
@@ -5671,15 +5671,15 @@ module TencentCloud
5671
5671
  # @type CVE: String
5672
5672
  # @param Describe: 描述
5673
5673
  # @type Describe: String
5674
- # @param Payload: 负载
5674
+ # @param Payload: 漏洞payload
5675
5675
  # @type Payload: String
5676
- # @param AppName: 版本名
5676
+ # @param AppName: 漏洞影响组件
5677
5677
  # @type AppName: String
5678
- # @param References: 相关引用
5678
+ # @param References: 技术参考
5679
5679
  # @type References: String
5680
- # @param AppVersion: 版本
5680
+ # @param AppVersion: 漏洞影响版本
5681
5681
  # @type AppVersion: String
5682
- # @param VULURL: 漏洞链接
5682
+ # @param VULURL: 风险点
5683
5683
  # @type VULURL: String
5684
5684
  # @param Nick: 用户昵称
5685
5685
  # 注意:此字段可能返回 null,表示取不到有效值。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.702
4
+ version: 3.0.704
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-14 00:00:00.000000000 Z
11
+ date: 2023-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common