tencentcloud-sdk-csip 3.0.703 → 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: d1d285c0462a07a3ebd365f6ae5afc8658d9e4d0
4
- data.tar.gz: e82050d7de176a5fcc76f1fa1ffa3ba81410afeb
3
+ metadata.gz: 541c82426291e44ace6a592b29b582015da5b0ab
4
+ data.tar.gz: 7ce70317ae23ca63018b124e728aa8356bdcd46f
5
5
  SHA512:
6
- metadata.gz: 5bd9884527a7789ff973f256469d673f4d7e5c1769a232dd91d1a0a52bc13bc6ffc3871e9ad781a4d569d62f9393a3dcc8dcd83aa71958ee0f902ba55df0dcc4
7
- data.tar.gz: 2d6e4dbb610dbce37d8eab2e1a141476f5bc0b14c69de9d7986e6d4d1d4aa53f38df78c063d0879fb9d09ffd9e0d50c1ab08f9402fcd88b160cbc59a34387903
6
+ metadata.gz: 7c9740ac172fa232e4b7745dd3bc671b3fe8d105a4f3e2766c659aff794c5d5ae9f1e8fa23d460d10e9476b01ea0f6c5b49e9450fa18b3e3a4a6a20a0c396e71
7
+ data.tar.gz: 587684d2a29ee9e260582e2f14a4796046f39c90825e54ac341daed2551296b3bb7a7fe2076cec5df5ac50c479ee9030867f4364962c969b4c542f6f860a6e0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.703
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
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.703
4
+ version: 3.0.704
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud