tencentcloud-sdk-cwp 3.0.568 → 3.0.569

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +21 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33fa3efab312801635f8e64728afd53c53c92cfd
4
- data.tar.gz: 89355148902d04b9510f356b96beac5cfbbec696
3
+ metadata.gz: 1f97b4c1d9a41b48ce09bfb6b87a7807d13de394
4
+ data.tar.gz: d48ac3cd96594a7f6e6ca36def1688ede0a9e298
5
5
  SHA512:
6
- metadata.gz: 432d565983de0942694f56dbe9c769aa250ac096ca657f300c75039ba71c4de6a53a0735394a7d4124f7e7167513c12bdf882c4de60ee7af4090687de474a6ac
7
- data.tar.gz: 91f7721cb0f06f9a5a959788379f26f868568df3c4cc1dcd9200f5cd8785affdc8778ef93f0bceff44afccfae435d6bc78dc85007cb85e13461b9bc1eddb221c
6
+ metadata.gz: 17a2b0e79678127001665e5cedc3f1c2f2fe27590763638c843f4d555934a2a8f5bbbd13e8875ebd623b0f90ad08f3e91a86014456387d15dcbe512b13928d61
7
+ data.tar.gz: aa85e3282b0259c727e290ca8955983683b7a2a1b0c9d5a1dc09c89b0f56c62ae2eca3e9a838e88238172813f5400d769fe625dd15f3ea1aec478c53534557ed
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.568
1
+ 3.0.569
@@ -16316,6 +16316,10 @@ module TencentCloud
16316
16316
  # <li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
16317
16317
  # <li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
16318
16318
  # <li>Labels- string- 是否必填:否 - 标签搜索</li>
16319
+ # <li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
16320
+ # <li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
16321
+ # <li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
16322
+
16319
16323
  # @type Filters: Array
16320
16324
  # @param By: 可选排序字段 Level,LastTime,HostCount
16321
16325
  # @type By: String
@@ -24148,10 +24152,19 @@ module TencentCloud
24148
24152
  # @param VulCategory: 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
24149
24153
  # 注意:此字段可能返回 null,表示取不到有效值。
24150
24154
  # @type VulCategory: Integer
24155
+ # @param AttackLevel: 攻击热度级别
24156
+ # 注意:此字段可能返回 null,表示取不到有效值。
24157
+ # @type AttackLevel: Integer
24158
+ # @param FixNoNeedRestart: 漏洞修复后是否需要重启
24159
+ # 注意:此字段可能返回 null,表示取不到有效值。
24160
+ # @type FixNoNeedRestart: Boolean
24161
+ # @param Method: 检测方式0 - 版本比对, 1 - POC验证
24162
+ # 注意:此字段可能返回 null,表示取不到有效值。
24163
+ # @type Method: Integer
24151
24164
 
24152
- attr_accessor :Ids, :Name, :Status, :VulId, :PublishTime, :LastTime, :HostCount, :Level, :From, :Descript, :PublishTimeWisteria, :NameWisteria, :DescriptWisteria, :StatusStr, :CveId, :CvssScore, :Labels, :FixSwitch, :TaskId, :IsSupportDefense, :DefenseAttackCount, :FirstAppearTime, :VulCategory
24165
+ attr_accessor :Ids, :Name, :Status, :VulId, :PublishTime, :LastTime, :HostCount, :Level, :From, :Descript, :PublishTimeWisteria, :NameWisteria, :DescriptWisteria, :StatusStr, :CveId, :CvssScore, :Labels, :FixSwitch, :TaskId, :IsSupportDefense, :DefenseAttackCount, :FirstAppearTime, :VulCategory, :AttackLevel, :FixNoNeedRestart, :Method
24153
24166
 
24154
- def initialize(ids=nil, name=nil, status=nil, vulid=nil, publishtime=nil, lasttime=nil, hostcount=nil, level=nil, from=nil, descript=nil, publishtimewisteria=nil, namewisteria=nil, descriptwisteria=nil, statusstr=nil, cveid=nil, cvssscore=nil, labels=nil, fixswitch=nil, taskid=nil, issupportdefense=nil, defenseattackcount=nil, firstappeartime=nil, vulcategory=nil)
24167
+ def initialize(ids=nil, name=nil, status=nil, vulid=nil, publishtime=nil, lasttime=nil, hostcount=nil, level=nil, from=nil, descript=nil, publishtimewisteria=nil, namewisteria=nil, descriptwisteria=nil, statusstr=nil, cveid=nil, cvssscore=nil, labels=nil, fixswitch=nil, taskid=nil, issupportdefense=nil, defenseattackcount=nil, firstappeartime=nil, vulcategory=nil, attacklevel=nil, fixnoneedrestart=nil, method=nil)
24155
24168
  @Ids = ids
24156
24169
  @Name = name
24157
24170
  @Status = status
@@ -24175,6 +24188,9 @@ module TencentCloud
24175
24188
  @DefenseAttackCount = defenseattackcount
24176
24189
  @FirstAppearTime = firstappeartime
24177
24190
  @VulCategory = vulcategory
24191
+ @AttackLevel = attacklevel
24192
+ @FixNoNeedRestart = fixnoneedrestart
24193
+ @Method = method
24178
24194
  end
24179
24195
 
24180
24196
  def deserialize(params)
@@ -24201,6 +24217,9 @@ module TencentCloud
24201
24217
  @DefenseAttackCount = params['DefenseAttackCount']
24202
24218
  @FirstAppearTime = params['FirstAppearTime']
24203
24219
  @VulCategory = params['VulCategory']
24220
+ @AttackLevel = params['AttackLevel']
24221
+ @FixNoNeedRestart = params['FixNoNeedRestart']
24222
+ @Method = params['Method']
24204
24223
  end
24205
24224
  end
24206
24225
 
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: 3.0.568
4
+ version: 3.0.569
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-05-12 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common