tencentcloud-sdk-cwp 1.0.209 → 1.0.213

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: 49c591a6d742c70f44290dc43a6b4632e9135191
4
- data.tar.gz: 00c06d61b08b680ae8b40d116de630437cb48d35
3
+ metadata.gz: 88198df5d741ec501da045c8a42cd99ed2f7ac00
4
+ data.tar.gz: a3fe367ce1f58c54701a97dde4e30d41721d70e0
5
5
  SHA512:
6
- metadata.gz: 52130cc6ea8378e3be9bf16878b47d50d1f4e9f2b381f773604b82c0fbc705242316e714675f357aedf96a5572abaa1e2bab7f617a25164536169ceb89f9f57d
7
- data.tar.gz: 66a7284e809065f4907d6da30521759997f6735236f01529098c5c16cfb98f63c228ac9f56ec9009bf6e08ade4e85c89630492c04f795fadafa8ec0607980d7c
6
+ metadata.gz: 7c5d9ef0dfba6459b6898d727be1463d46cc4d64de628c5e9ac1a1e2aa2ac8a4030514fc01e4961d9df70612519b86398c53e1db30c7aed0b877a2ca9f81ffac
7
+ data.tar.gz: 10de6d287b845802c5ac03eaf8aa353e57168b1dbdf31d088c61d55c66bc0a6ec4c71e59971263279ab62c239b18d60f2581005a2e171f9aa99f095fe81415b6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.209
1
+ 1.0.213
@@ -10682,7 +10682,7 @@ module TencentCloud
10682
10682
 
10683
10683
  # DescribeScanVulSetting返回参数结构体
10684
10684
  class DescribeScanVulSettingResponse < TencentCloud::Common::AbstractModel
10685
- # @param VulCategories: 漏洞类型:1: web应用漏洞 2:系统组件漏洞 (多选英文逗号分隔)
10685
+ # @param VulCategories: 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
10686
10686
  # @type VulCategories: String
10687
10687
  # @param VulLevels: 危害等级:1-低危;2-中危;3-高危;4-严重 (多选英文逗号分隔)
10688
10688
  # @type VulLevels: String
@@ -11440,7 +11440,7 @@ module TencentCloud
11440
11440
 
11441
11441
  # DescribeUndoVulCounts请求参数结构体
11442
11442
  class DescribeUndoVulCountsRequest < TencentCloud::Common::AbstractModel
11443
- # @param VulCategory: 漏洞分类,最小值为1,最大值为5
11443
+ # @param VulCategory: 漏洞分类,1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
11444
11444
  # @type VulCategory: Integer
11445
11445
  # @param IfEmergency: 是否应急漏洞筛选, 是 : yes
11446
11446
  # @type IfEmergency: String
@@ -11575,7 +11575,7 @@ module TencentCloud
11575
11575
  class DescribeVulCountByDatesRequest < TencentCloud::Common::AbstractModel
11576
11576
  # @param LastDays: 需要查询最近几天的数据,需要都 -1后传入
11577
11577
  # @type LastDays: Array
11578
- # @param VulCategory: 漏洞的分类,最小值为1最大值为5
11578
+ # @param VulCategory: 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
11579
11579
  # @type VulCategory: Integer
11580
11580
  # @param IfEmergency: 是否为应急漏洞筛选 是: yes
11581
11581
  # @type IfEmergency: String
@@ -11813,7 +11813,7 @@ module TencentCloud
11813
11813
  # @param VulLevel: 危害等级:1-低危;2-中危;3-高危;4-严重
11814
11814
  # 注意:此字段可能返回 null,表示取不到有效值。
11815
11815
  # @type VulLevel: Integer
11816
- # @param VulType: 漏洞分类 1: web应用漏洞 2:应用漏洞3:安全基线 4: Linux系统漏洞 5: Windows系统漏洞
11816
+ # @param VulType: 漏洞分类 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
11817
11817
  # 注意:此字段可能返回 null,表示取不到有效值。
11818
11818
  # @type VulType: Integer
11819
11819
  # @param Description: 漏洞描述信息
@@ -11944,6 +11944,7 @@ module TencentCloud
11944
11944
  # <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
11945
11945
  # <li>VulName- string -</li>
11946
11946
  # <li>HostIp- string - 是否必填:否 - 主机ip</li>
11947
+ # <li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
11947
11948
  # @type Filters: Array
11948
11949
  # @param By: 可选排序字段 Level,LastTime,HostCount
11949
11950
  # @type By: String
@@ -13755,7 +13756,7 @@ module TencentCloud
13755
13756
  # ExportVulList请求参数结构体
13756
13757
  class ExportVulListRequest < TencentCloud::Common::AbstractModel
13757
13758
  # @param Filters: 过滤条件。
13758
- # <li>VulCategory - int - 是否必填:否 - 漏洞分类筛选 1: web应用漏洞 2:系统组件漏洞 3:安全基线</li>
13759
+ # <li>VulCategory - int - 是否必填:否 - 漏洞分类筛选1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
13759
13760
  # <li>IfEmergency - String - 是否必填:否 - 是否为应急漏洞,查询应急漏洞传:yes</li>
13760
13761
  # <li>Status - String - 是否必填:是 - 漏洞状态筛选,0: 待处理 1:忽略 3:已修复 5:检测中, 控制台仅处理0,1,3,5四种状态</li>
13761
13762
  # <li>Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示</li>
@@ -16383,7 +16384,7 @@ module TencentCloud
16383
16384
  # @type VulLevels: String
16384
16385
  # @param HostType: 服务器分类:1:专业版服务器;2:自选服务器
16385
16386
  # @type HostType: Integer
16386
- # @param VulCategories: 漏洞类型:1: web应用漏洞(webCMS) 2:系统组件(应用漏洞)漏洞 3:安全基线 4:Linux软件漏洞 5:Windows系统漏洞(多选英文;分隔)
16387
+ # @param VulCategories: 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 (多选英文;分隔)
16387
16388
  # @type VulCategories: String
16388
16389
  # @param QuuidList: 自选服务器时生效,主机quuid的string数组
16389
16390
  # @type QuuidList: Array
@@ -16442,7 +16443,7 @@ module TencentCloud
16442
16443
  class ScanVulSettingRequest < TencentCloud::Common::AbstractModel
16443
16444
  # @param TimerInterval: 定期检测间隔时间(天)
16444
16445
  # @type TimerInterval: Integer
16445
- # @param VulCategories: 漏洞类型:1: web应用漏洞 2:系统组件漏洞, 以数组方式传参[1,2]
16446
+ # @param VulCategories: 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞, 以数组方式传参[1,2]
16446
16447
  # @type VulCategories: Array
16447
16448
  # @param VulLevels: 危害等级:1-低危;2-中危;3-高危;4-严重,以数组方式传参[1,2,3]
16448
16449
  # @type VulLevels: Array
@@ -17257,7 +17258,7 @@ module TencentCloud
17257
17258
  # @type Name: String
17258
17259
  # @param CveId: cve编号
17259
17260
  # @type CveId: String
17260
- # @param VulCategory: 漏洞分类
17261
+ # @param VulCategory: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
17261
17262
  # @type VulCategory: Integer
17262
17263
  # @param Descript: 漏洞描述
17263
17264
  # @type Descript: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.209
4
+ version: 1.0.213
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-24 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common