File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 12
12
license :
13
13
name : Apache 2.0
14
14
url : https://github.com/CycloneDX/transparency-exchange-api/blob/main/LICENSE
15
- version : 0.1.0 -beta.1
15
+ version : 0.1.1 -beta
16
16
servers :
17
17
- url : http://localhost/tea/v1
18
18
description : Local development
@@ -438,7 +438,7 @@ components:
438
438
checksums :
439
439
- algType : MD5
440
440
algValue : 2e1a525afc81b0a8ecff114b8b743de9
441
- - algType : SHA-1
441
+ - algType : SHA_1
442
442
algValue : 5a7d4caef63c5c5ccdf07c39337323529eb5a770
443
443
- uuid : dfa35519-9734-4259-bba1-3e825cf4be06
444
444
name : Vulnerability Disclosure Report
@@ -448,7 +448,7 @@ components:
448
448
description : CycloneDX VDR (XML)
449
449
url : https://logging.apache.org/cyclonedx/vdr.xml
450
450
checksums :
451
- - algType : SHA-256
451
+ - algType : SHA_256
452
452
algValue : 75b81020b3917cb682b1a7605ade431e062f7a4c01a412f0b87543b6e995ad2a
453
453
454
454
collection-update-reason :
@@ -546,16 +546,16 @@ components:
546
546
description : Checksum algorithm
547
547
enum :
548
548
- MD5
549
- - SHA-1
550
- - SHA-256
551
- - SHA-384
552
- - SHA-512
553
- - SHA3-256
554
- - SHA3-384
555
- - SHA3-512
556
- - BLAKE2b-256
557
- - BLAKE2b-384
558
- - BLAKE2b-512
549
+ - SHA_1
550
+ - SHA_256
551
+ - SHA_384
552
+ - SHA_512
553
+ - SHA3_256
554
+ - SHA3_384
555
+ - SHA3_512
556
+ - BLAKE2B_256
557
+ - BLAKE2B_384
558
+ - BLAKE2B_512
559
559
- BLAKE3
560
560
#
561
561
# Types used in API responses
You can’t perform that action at this time.
0 commit comments