tencentcloud-sdk-bsca 3.0.948 → 3.0.949
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210811/models.rb +9 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05353a879457cece57fe51932d903f5899edc107
|
|
4
|
+
data.tar.gz: 21c771292b0e737f1c32f4f57b7666cb223e85e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12cd0e1aadcc0ad8111dda9ef3899b7897397828c72625ed3aa6a905bcb966183a3cf42091763738ecf4e8a3bd872424b1145a159d00f39a5ca64d9e748ae054
|
|
7
|
+
data.tar.gz: 0c3a4e17668b95ce3e95627aafa453c7237d591ff42264f450ed0217c3917dde84a07c6829e592d7c5f39c9483d5b53fd6f3c6e07be67d38dcf1ae6d7e75fea5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.949
|
data/lib/v20210811/models.rb
CHANGED
|
@@ -536,17 +536,20 @@ module TencentCloud
|
|
|
536
536
|
# @type VulnerabilityList: Array
|
|
537
537
|
# @param PURL: 组件purl
|
|
538
538
|
# @type PURL: :class:`Tencentcloud::Bsca.v20210811.models.PURL`
|
|
539
|
-
# @param RecommendedVersion:
|
|
539
|
+
# @param RecommendedVersion: 推荐版本,最小无高危/严重漏洞的版本。无法升级到安全版本时的备选方案。
|
|
540
540
|
# @type RecommendedVersion: String
|
|
541
|
+
# @param SecureVersion: 安全版本(首选),最小无漏洞的版本。当无法升级到安全版本时可考虑使用推荐版本。
|
|
542
|
+
# @type SecureVersion: String
|
|
541
543
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
542
544
|
# @type RequestId: String
|
|
543
545
|
|
|
544
|
-
attr_accessor :VulnerabilityList, :PURL, :RecommendedVersion, :RequestId
|
|
546
|
+
attr_accessor :VulnerabilityList, :PURL, :RecommendedVersion, :SecureVersion, :RequestId
|
|
545
547
|
|
|
546
|
-
def initialize(vulnerabilitylist=nil, purl=nil, recommendedversion=nil, requestid=nil)
|
|
548
|
+
def initialize(vulnerabilitylist=nil, purl=nil, recommendedversion=nil, secureversion=nil, requestid=nil)
|
|
547
549
|
@VulnerabilityList = vulnerabilitylist
|
|
548
550
|
@PURL = purl
|
|
549
551
|
@RecommendedVersion = recommendedversion
|
|
552
|
+
@SecureVersion = secureversion
|
|
550
553
|
@RequestId = requestid
|
|
551
554
|
end
|
|
552
555
|
|
|
@@ -564,6 +567,7 @@ module TencentCloud
|
|
|
564
567
|
@PURL.deserialize(params['PURL'])
|
|
565
568
|
end
|
|
566
569
|
@RecommendedVersion = params['RecommendedVersion']
|
|
570
|
+
@SecureVersion = params['SecureVersion']
|
|
567
571
|
@RequestId = params['RequestId']
|
|
568
572
|
end
|
|
569
573
|
end
|
|
@@ -1096,8 +1100,8 @@ module TencentCloud
|
|
|
1096
1100
|
|
|
1097
1101
|
attr_accessor :VulID, :CVEID, :CNVDID, :CNNVDID, :Name, :IsSuggest, :Severity, :Architecture, :ArchitectureList, :PatchUrlList
|
|
1098
1102
|
extend Gem::Deprecate
|
|
1099
|
-
deprecate :Architecture, :none, 2024,
|
|
1100
|
-
deprecate :Architecture=, :none, 2024,
|
|
1103
|
+
deprecate :Architecture, :none, 2024, 11
|
|
1104
|
+
deprecate :Architecture=, :none, 2024, 11
|
|
1101
1105
|
|
|
1102
1106
|
def initialize(vulid=nil, cveid=nil, cnvdid=nil, cnnvdid=nil, name=nil, issuggest=nil, severity=nil, architecture=nil, architecturelist=nil, patchurllist=nil)
|
|
1103
1107
|
@VulID = vulid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-bsca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.949
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|