tencentcloud-sdk-bsca 3.0.590 → 3.0.591
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 +24 -24
- 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: ea8e67377f8eb56ed50fdf60a948d61621f65519
|
4
|
+
data.tar.gz: fb85dd9bf46c3c4cc10e75514883f1ba0a324b20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f01105ce20710bdd60132d4bd6de3631c25a93fc2247fb8f0acad32d66fb94835f0b18bcbefe0095ac4a920d577ea9d86389716ebbff5283f549fd694d4473c1
|
7
|
+
data.tar.gz: f9e33634b6bf39cc9b4facfc18721a37b91a8edf9ba48efa53903c7b7d5b69569e9e4903d427216e4a2003ae2009d4d742667ad84f8eaa0eadeed2db33877d14
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20210811/models.rb
CHANGED
@@ -59,7 +59,7 @@ module TencentCloud
|
|
59
59
|
# @type AvailabilityImpact: String
|
60
60
|
|
61
61
|
attr_accessor :CVSS, :AccessVector, :AccessComplexity, :Authentication, :ConImpact, :IntegrityImpact, :AvailabilityImpact
|
62
|
-
|
62
|
+
|
63
63
|
def initialize(cvss=nil, accessvector=nil, accesscomplexity=nil, authentication=nil, conimpact=nil, integrityimpact=nil, availabilityimpact=nil)
|
64
64
|
@CVSS = cvss
|
65
65
|
@AccessVector = accessvector
|
@@ -133,7 +133,7 @@ module TencentCloud
|
|
133
133
|
# @type AvailabilityImpact: String
|
134
134
|
|
135
135
|
attr_accessor :CVSS, :AttackVector, :AttackComplexity, :PrivilegesRequired, :UserInteraction, :Scope, :ConImpact, :IntegrityImpact, :AvailabilityImpact
|
136
|
-
|
136
|
+
|
137
137
|
def initialize(cvss=nil, attackvector=nil, attackcomplexity=nil, privilegesrequired=nil, userinteraction=nil, scope=nil, conimpact=nil, integrityimpact=nil, availabilityimpact=nil)
|
138
138
|
@CVSS = cvss
|
139
139
|
@AttackVector = attackvector
|
@@ -177,7 +177,7 @@ module TencentCloud
|
|
177
177
|
# @type LicenseExpression: String
|
178
178
|
|
179
179
|
attr_accessor :PURL, :Homepage, :Summary, :NicknameList, :CodeLocationList, :LicenseExpression
|
180
|
-
|
180
|
+
|
181
181
|
def initialize(purl=nil, homepage=nil, summary=nil, nicknamelist=nil, codelocationlist=nil, licenseexpression=nil)
|
182
182
|
@PURL = purl
|
183
183
|
@Homepage = homepage
|
@@ -221,7 +221,7 @@ module TencentCloud
|
|
221
221
|
# @type RiskLevel: String
|
222
222
|
|
223
223
|
attr_accessor :PURL, :CanBeFixed, :FixedVersion, :AffectedVersion, :AffectedComponent, :RiskLevel
|
224
|
-
|
224
|
+
|
225
225
|
def initialize(purl=nil, canbefixed=nil, fixedversion=nil, affectedversion=nil, affectedcomponent=nil, risklevel=nil)
|
226
226
|
@PURL = purl
|
227
227
|
@CanBeFixed = canbefixed
|
@@ -252,7 +252,7 @@ module TencentCloud
|
|
252
252
|
# @type SummaryInComponent: :class:`Tencentcloud::Bsca.v20210811.models.ComponentVulnerabilitySummary`
|
253
253
|
|
254
254
|
attr_accessor :Summary, :SummaryInComponent
|
255
|
-
|
255
|
+
|
256
256
|
def initialize(summary=nil, summaryincomponent=nil)
|
257
257
|
@Summary = summary
|
258
258
|
@SummaryInComponent = summaryincomponent
|
@@ -276,7 +276,7 @@ module TencentCloud
|
|
276
276
|
# @type PURL: :class:`Tencentcloud::Bsca.v20210811.models.PURL`
|
277
277
|
|
278
278
|
attr_accessor :PURL
|
279
|
-
|
279
|
+
|
280
280
|
def initialize(purl=nil)
|
281
281
|
@PURL = purl
|
282
282
|
end
|
@@ -297,7 +297,7 @@ module TencentCloud
|
|
297
297
|
# @type RequestId: String
|
298
298
|
|
299
299
|
attr_accessor :Component, :RequestId
|
300
|
-
|
300
|
+
|
301
301
|
def initialize(component=nil, requestid=nil)
|
302
302
|
@Component = component
|
303
303
|
@RequestId = requestid
|
@@ -318,7 +318,7 @@ module TencentCloud
|
|
318
318
|
# @type PURL: :class:`Tencentcloud::Bsca.v20210811.models.PURL`
|
319
319
|
|
320
320
|
attr_accessor :PURL
|
321
|
-
|
321
|
+
|
322
322
|
def initialize(purl=nil)
|
323
323
|
@PURL = purl
|
324
324
|
end
|
@@ -340,7 +340,7 @@ module TencentCloud
|
|
340
340
|
# @type RequestId: String
|
341
341
|
|
342
342
|
attr_accessor :VulnerabilityList, :RequestId
|
343
|
-
|
343
|
+
|
344
344
|
def initialize(vulnerabilitylist=nil, requestid=nil)
|
345
345
|
@VulnerabilityList = vulnerabilitylist
|
346
346
|
@RequestId = requestid
|
@@ -365,7 +365,7 @@ module TencentCloud
|
|
365
365
|
# @type LicenseExpression: String
|
366
366
|
|
367
367
|
attr_accessor :LicenseExpression
|
368
|
-
|
368
|
+
|
369
369
|
def initialize(licenseexpression=nil)
|
370
370
|
@LicenseExpression = licenseexpression
|
371
371
|
end
|
@@ -386,7 +386,7 @@ module TencentCloud
|
|
386
386
|
# @type RequestId: String
|
387
387
|
|
388
388
|
attr_accessor :LicenseList, :NormalizedLicenseExpression, :RequestId
|
389
|
-
|
389
|
+
|
390
390
|
def initialize(licenselist=nil, normalizedlicenseexpression=nil, requestid=nil)
|
391
391
|
@LicenseList = licenselist
|
392
392
|
@NormalizedLicenseExpression = normalizedlicenseexpression
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
415
415
|
# @type VulID: Array
|
416
416
|
|
417
417
|
attr_accessor :CVEID, :VulID
|
418
|
-
|
418
|
+
|
419
419
|
def initialize(cveid=nil, vulid=nil)
|
420
420
|
@CVEID = cveid
|
421
421
|
@VulID = vulid
|
@@ -436,7 +436,7 @@ module TencentCloud
|
|
436
436
|
# @type RequestId: String
|
437
437
|
|
438
438
|
attr_accessor :VulnerabilityDetailList, :RequestId
|
439
|
-
|
439
|
+
|
440
440
|
def initialize(vulnerabilitydetaillist=nil, requestid=nil)
|
441
441
|
@VulnerabilityDetailList = vulnerabilitydetaillist
|
442
442
|
@RequestId = requestid
|
@@ -467,7 +467,7 @@ module TencentCloud
|
|
467
467
|
# @type PermissionSet: Array
|
468
468
|
|
469
469
|
attr_accessor :Content, :ConditionSet, :ForbiddenSet, :PermissionSet
|
470
|
-
|
470
|
+
|
471
471
|
def initialize(content=nil, conditionset=nil, forbiddenset=nil, permissionset=nil)
|
472
472
|
@Content = content
|
473
473
|
@ConditionSet = conditionset
|
@@ -512,7 +512,7 @@ module TencentCloud
|
|
512
512
|
# @type Description: String
|
513
513
|
|
514
514
|
attr_accessor :Name, :Description
|
515
|
-
|
515
|
+
|
516
516
|
def initialize(name=nil, description=nil)
|
517
517
|
@Name = name
|
518
518
|
@Description = description
|
@@ -544,7 +544,7 @@ module TencentCloud
|
|
544
544
|
# @type Source: String
|
545
545
|
|
546
546
|
attr_accessor :Key, :SPDXKey, :ShortName, :Name, :Risk, :Source
|
547
|
-
|
547
|
+
|
548
548
|
def initialize(key=nil, spdxkey=nil, shortname=nil, name=nil, risk=nil, source=nil)
|
549
549
|
@Key = key
|
550
550
|
@SPDXKey = spdxkey
|
@@ -572,7 +572,7 @@ module TencentCloud
|
|
572
572
|
# @type LicenseDetail: :class:`Tencentcloud::Bsca.v20210811.models.LicenseDetail`
|
573
573
|
|
574
574
|
attr_accessor :LicenseSummary, :LicenseDetail
|
575
|
-
|
575
|
+
|
576
576
|
def initialize(licensesummary=nil, licensedetail=nil)
|
577
577
|
@LicenseSummary = licensesummary
|
578
578
|
@LicenseDetail = licensedetail
|
@@ -596,7 +596,7 @@ module TencentCloud
|
|
596
596
|
# @type SHA1: String
|
597
597
|
|
598
598
|
attr_accessor :SHA1
|
599
|
-
|
599
|
+
|
600
600
|
def initialize(sha1=nil)
|
601
601
|
@SHA1 = sha1
|
602
602
|
end
|
@@ -616,7 +616,7 @@ module TencentCloud
|
|
616
616
|
# @type RequestId: String
|
617
617
|
|
618
618
|
attr_accessor :PURLList, :Hit, :RequestId
|
619
|
-
|
619
|
+
|
620
620
|
def initialize(purllist=nil, hit=nil, requestid=nil)
|
621
621
|
@PURLList = purllist
|
622
622
|
@Hit = hit
|
@@ -654,7 +654,7 @@ module TencentCloud
|
|
654
654
|
# @type Version: String
|
655
655
|
|
656
656
|
attr_accessor :Name, :Protocol, :Namespace, :Qualifiers, :Subpath, :Version
|
657
|
-
|
657
|
+
|
658
658
|
def initialize(name=nil, protocol=nil, namespace=nil, qualifiers=nil, subpath=nil, version=nil)
|
659
659
|
@Name = name
|
660
660
|
@Protocol = protocol
|
@@ -689,7 +689,7 @@ module TencentCloud
|
|
689
689
|
# @type Value: String
|
690
690
|
|
691
691
|
attr_accessor :Key, :Value
|
692
|
-
|
692
|
+
|
693
693
|
def initialize(key=nil, value=nil)
|
694
694
|
@Key = key
|
695
695
|
@Value = value
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
731
731
|
# @type CVSSv3Vector: String
|
732
732
|
|
733
733
|
attr_accessor :Category, :CategoryType, :Description, :OfficialSolution, :ReferenceList, :DefenseSolution, :CVSSv2Info, :CVSSv3Info, :SubmitTime, :CWEID, :CVSSv2Vector, :CVSSv3Vector
|
734
|
-
|
734
|
+
|
735
735
|
def initialize(category=nil, categorytype=nil, description=nil, officialsolution=nil, referencelist=nil, defensesolution=nil, cvssv2info=nil, cvssv3info=nil, submittime=nil, cweid=nil, cvssv2vector=nil, cvssv3vector=nil)
|
736
736
|
@Category = category
|
737
737
|
@CategoryType = categorytype
|
@@ -791,7 +791,7 @@ module TencentCloud
|
|
791
791
|
# @type Severity: String
|
792
792
|
|
793
793
|
attr_accessor :VulID, :CVEID, :CNVDID, :CNNVDID, :Name, :IsSuggest, :Severity
|
794
|
-
|
794
|
+
|
795
795
|
def initialize(vulid=nil, cveid=nil, cnvdid=nil, cnnvdid=nil, name=nil, issuggest=nil, severity=nil)
|
796
796
|
@VulID = vulid
|
797
797
|
@CVEID = cveid
|
@@ -821,7 +821,7 @@ module TencentCloud
|
|
821
821
|
# @type Detail: :class:`Tencentcloud::Bsca.v20210811.models.VulnerabilityDetail`
|
822
822
|
|
823
823
|
attr_accessor :Summary, :Detail
|
824
|
-
|
824
|
+
|
825
825
|
def initialize(summary=nil, detail=nil)
|
826
826
|
@Summary = summary
|
827
827
|
@Detail = detail
|
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.591
|
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-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|