tencentcloud-sdk-tcss 3.0.1078 → 3.0.1094

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: f5a61c4f39c91df9a107c6ceb8e2730ca661de15
4
- data.tar.gz: 2d97e7594150aa01ea734f7430b4a16aa5b0ced2
3
+ metadata.gz: 89eca5c413954bd640e05c2e5b862b6484016e66
4
+ data.tar.gz: b65d8ad305fef77787a1c62d8248745c2ed1d746
5
5
  SHA512:
6
- metadata.gz: 0b708ae8802445745b42b728fb5ab056b3283e4af63d9ef38fb04ed28080a95e0ae7b8ce495b1b27c93f19f8dff4adae6ee3db04bfc162e40f66f367406ddee8
7
- data.tar.gz: 3651942324fc89426342c44f32ecc2216631c466d65504eba565a8de8edea416538f658d4069598004e9e53035db1c66e7e54b72030fe5341502ba27576dc984
6
+ metadata.gz: 439bdb645cce6fa7b47991664c60c2b6516dbd692542b46f3b0c29f074a49bcca6251043971ed62fa00b560849153be338ff630d713e7a3912e3dc1f87f11f70
7
+ data.tar.gz: 59ae5cc4e156f3154e151077a760200fda5d5ec4222418f1429608d9349b46e2b61e9586b1743b701682b751834b09a99c9dfe8d76556c64cc52cd45179ab052
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1078
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -15316,17 +15316,20 @@ module TencentCloud
15316
15316
  # @type Status: String
15317
15317
  # @param CVEID: 漏洞CVEID
15318
15318
  # @type CVEID: String
15319
+ # @param SupportDefense: 漏洞是否支持防御 0:不支持 1:支持
15320
+ # @type SupportDefense: Integer
15319
15321
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15320
15322
  # @type RequestId: String
15321
15323
 
15322
- attr_accessor :PocID, :VulName, :SubmitTime, :Status, :CVEID, :RequestId
15324
+ attr_accessor :PocID, :VulName, :SubmitTime, :Status, :CVEID, :SupportDefense, :RequestId
15323
15325
 
15324
- def initialize(pocid=nil, vulname=nil, submittime=nil, status=nil, cveid=nil, requestid=nil)
15326
+ def initialize(pocid=nil, vulname=nil, submittime=nil, status=nil, cveid=nil, supportdefense=nil, requestid=nil)
15325
15327
  @PocID = pocid
15326
15328
  @VulName = vulname
15327
15329
  @SubmitTime = submittime
15328
15330
  @Status = status
15329
15331
  @CVEID = cveid
15332
+ @SupportDefense = supportdefense
15330
15333
  @RequestId = requestid
15331
15334
  end
15332
15335
 
@@ -15336,6 +15339,7 @@ module TencentCloud
15336
15339
  @SubmitTime = params['SubmitTime']
15337
15340
  @Status = params['Status']
15338
15341
  @CVEID = params['CVEID']
15342
+ @SupportDefense = params['SupportDefense']
15339
15343
  @RequestId = params['RequestId']
15340
15344
  end
15341
15345
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1078
4
+ version: 3.0.1094
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-11 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common