sigstore_protobuf_specs 0.3.2 → 0.4.0
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/envelope_pb.rb +6 -13
- data/lib/events_pb.rb +6 -30
- data/lib/sigstore_bundle_pb.rb +6 -24
- data/lib/sigstore_common_pb.rb +6 -89
- data/lib/sigstore_protobuf_specs/version.rb +1 -1
- data/lib/sigstore_rekor_pb.rb +6 -30
- data/lib/sigstore_trustroot_pb.rb +6 -35
- data/lib/sigstore_verification_pb.rb +6 -59
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0872288b938106fc707d41adbe3408c409738fa83c1c43f469182555ac21b026'
|
4
|
+
data.tar.gz: 6eb61ee17c35072578e639dfa0304db838ce4970716b1c186ee5160af3366a79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c102456dfe2b8a281b9e4231593f021ac58040befef391cf251f14974757655fa9ecd1479811afefbb28ee3aa5cb598a49b240e4011aa78a5e1adb7706772b97
|
7
|
+
data.tar.gz: c422c4cac75dc52c8858900741e5ced4b200e79ddc4c5c72a547845d8706e96abe6c3e967f425ef5372c30a4845ec31004cf295bef1d842b7c7ef4ea7fa04618
|
data/lib/envelope_pb.rb
CHANGED
@@ -1,21 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: envelope.proto
|
3
4
|
|
4
5
|
require 'google/protobuf'
|
5
6
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
repeated :signatures, :message, 3, "io.intoto.Signature"
|
12
|
-
end
|
13
|
-
add_message "io.intoto.Signature" do
|
14
|
-
optional :sig, :bytes, 1
|
15
|
-
optional :keyid, :string, 2
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
7
|
+
|
8
|
+
descriptor_data = "\n\x0e\x65nvelope.proto\x12\tio.intoto\"Z\n\x08\x45nvelope\x12\x0f\n\x07payload\x18\x01 \x01(\x0c\x12\x13\n\x0bpayloadType\x18\x02 \x01(\t\x12(\n\nsignatures\x18\x03 \x03(\x0b\x32\x14.io.intoto.Signature\"\'\n\tSignature\x12\x0b\n\x03sig\x18\x01 \x01(\x0c\x12\r\n\x05keyid\x18\x02 \x01(\tBDZ1github.com/sigstore/protobuf-specs/gen/pb-go/dsse\xea\x02\x0eSigstore::DSSEb\x06proto3"
|
9
|
+
|
10
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
|
+
pool.add_serialized_file(descriptor_data)
|
19
12
|
|
20
13
|
module Sigstore
|
21
14
|
module DSSE
|
data/lib/events_pb.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: events.proto
|
3
4
|
|
@@ -6,36 +7,11 @@ require 'google/protobuf'
|
|
6
7
|
require 'google/protobuf/any_pb'
|
7
8
|
require 'google/protobuf/timestamp_pb'
|
8
9
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
optional :spec_version, :string, 3
|
15
|
-
optional :type, :string, 4
|
16
|
-
map :attributes, :string, :message, 5, "dev.sigstore.events.v1.CloudEvent.CloudEventAttributeValue"
|
17
|
-
oneof :data do
|
18
|
-
optional :binary_data, :bytes, 6
|
19
|
-
optional :text_data, :string, 7
|
20
|
-
optional :proto_data, :message, 8, "google.protobuf.Any"
|
21
|
-
end
|
22
|
-
end
|
23
|
-
add_message "dev.sigstore.events.v1.CloudEvent.CloudEventAttributeValue" do
|
24
|
-
oneof :attr do
|
25
|
-
optional :ce_boolean, :bool, 1
|
26
|
-
optional :ce_integer, :int32, 2
|
27
|
-
optional :ce_string, :string, 3
|
28
|
-
optional :ce_bytes, :bytes, 4
|
29
|
-
optional :ce_uri, :string, 5
|
30
|
-
optional :ce_uri_ref, :string, 6
|
31
|
-
optional :ce_timestamp, :message, 7, "google.protobuf.Timestamp"
|
32
|
-
end
|
33
|
-
end
|
34
|
-
add_message "dev.sigstore.events.v1.CloudEventBatch" do
|
35
|
-
repeated :events, :message, 1, "dev.sigstore.events.v1.CloudEvent"
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
10
|
+
|
11
|
+
descriptor_data = "\n\x0c\x65vents.proto\x12\x16\x64\x65v.sigstore.events.v1\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xba\x04\n\nCloudEvent\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06source\x18\x02 \x01(\t\x12\x14\n\x0cspec_version\x18\x03 \x01(\t\x12\x0c\n\x04type\x18\x04 \x01(\t\x12\x46\n\nattributes\x18\x05 \x03(\x0b\x32\x32.dev.sigstore.events.v1.CloudEvent.AttributesEntry\x12\x15\n\x0b\x62inary_data\x18\x06 \x01(\x0cH\x00\x12\x13\n\ttext_data\x18\x07 \x01(\tH\x00\x12*\n\nproto_data\x18\x08 \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x1an\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12J\n\x05value\x18\x02 \x01(\x0b\x32;.dev.sigstore.events.v1.CloudEvent.CloudEventAttributeValue:\x02\x38\x01\x1a\xd3\x01\n\x18\x43loudEventAttributeValue\x12\x14\n\nce_boolean\x18\x01 \x01(\x08H\x00\x12\x14\n\nce_integer\x18\x02 \x01(\x05H\x00\x12\x13\n\tce_string\x18\x03 \x01(\tH\x00\x12\x12\n\x08\x63\x65_bytes\x18\x04 \x01(\x0cH\x00\x12\x10\n\x06\x63\x65_uri\x18\x05 \x01(\tH\x00\x12\x14\n\nce_uri_ref\x18\x06 \x01(\tH\x00\x12\x32\n\x0c\x63\x65_timestamp\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x42\x06\n\x04\x61ttrB\x06\n\x04\x64\x61ta\"E\n\x0f\x43loudEventBatch\x12\x32\n\x06\x65vents\x18\x01 \x03(\x0b\x32\".dev.sigstore.events.v1.CloudEventBk\n\x1c\x64\x65v.sigstore.proto.events.v1P\x01Z6github.com/sigstore/protobuf-specs/gen/pb-go/events/v1\xea\x02\x10Sigstore::Eventsb\x06proto3"
|
12
|
+
|
13
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
39
15
|
|
40
16
|
module Sigstore
|
41
17
|
module Events
|
data/lib/sigstore_bundle_pb.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: sigstore_bundle.proto
|
3
4
|
|
@@ -8,30 +9,11 @@ require 'envelope_pb'
|
|
8
9
|
require 'sigstore_common_pb'
|
9
10
|
require 'sigstore_rekor_pb'
|
10
11
|
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
add_message "dev.sigstore.bundle.v1.VerificationMaterial" do
|
17
|
-
repeated :tlog_entries, :message, 3, "dev.sigstore.rekor.v1.TransparencyLogEntry"
|
18
|
-
optional :timestamp_verification_data, :message, 4, "dev.sigstore.bundle.v1.TimestampVerificationData"
|
19
|
-
oneof :content do
|
20
|
-
optional :public_key, :message, 1, "dev.sigstore.common.v1.PublicKeyIdentifier"
|
21
|
-
optional :x509_certificate_chain, :message, 2, "dev.sigstore.common.v1.X509CertificateChain"
|
22
|
-
optional :certificate, :message, 5, "dev.sigstore.common.v1.X509Certificate"
|
23
|
-
end
|
24
|
-
end
|
25
|
-
add_message "dev.sigstore.bundle.v1.Bundle" do
|
26
|
-
optional :media_type, :string, 1
|
27
|
-
optional :verification_material, :message, 2, "dev.sigstore.bundle.v1.VerificationMaterial"
|
28
|
-
oneof :content do
|
29
|
-
optional :message_signature, :message, 3, "dev.sigstore.common.v1.MessageSignature"
|
30
|
-
optional :dsse_envelope, :message, 4, "io.intoto.Envelope"
|
31
|
-
end
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
12
|
+
|
13
|
+
descriptor_data = "\n\x15sigstore_bundle.proto\x12\x16\x64\x65v.sigstore.bundle.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x0e\x65nvelope.proto\x1a\x15sigstore_common.proto\x1a\x14sigstore_rekor.proto\"g\n\x19TimestampVerificationData\x12J\n\x12rfc3161_timestamps\x18\x01 \x03(\x0b\x32..dev.sigstore.common.v1.RFC3161SignedTimestamp\"\x9e\x03\n\x14VerificationMaterial\x12\x46\n\npublic_key\x18\x01 \x01(\x0b\x32+.dev.sigstore.common.v1.PublicKeyIdentifierB\x03\xe0\x41\x02H\x00\x12S\n\x16x509_certificate_chain\x18\x02 \x01(\x0b\x32,.dev.sigstore.common.v1.X509CertificateChainB\x03\xe0\x41\x02H\x00\x12\x43\n\x0b\x63\x65rtificate\x18\x05 \x01(\x0b\x32\'.dev.sigstore.common.v1.X509CertificateB\x03\xe0\x41\x02H\x00\x12\x41\n\x0ctlog_entries\x18\x03 \x03(\x0b\x32+.dev.sigstore.rekor.v1.TransparencyLogEntry\x12V\n\x1btimestamp_verification_data\x18\x04 \x01(\x0b\x32\x31.dev.sigstore.bundle.v1.TimestampVerificationDataB\t\n\x07\x63ontent\"\xfe\x01\n\x06\x42undle\x12\x12\n\nmedia_type\x18\x01 \x01(\t\x12P\n\x15verification_material\x18\x02 \x01(\x0b\x32,.dev.sigstore.bundle.v1.VerificationMaterialB\x03\xe0\x41\x02\x12J\n\x11message_signature\x18\x03 \x01(\x0b\x32(.dev.sigstore.common.v1.MessageSignatureB\x03\xe0\x41\x02H\x00\x12\x31\n\rdsse_envelope\x18\x04 \x01(\x0b\x32\x13.io.intoto.EnvelopeB\x03\xe0\x41\x02H\x00\x42\t\n\x07\x63ontentJ\x04\x08\x05\x10\x33\x42|\n\x1c\x64\x65v.sigstore.proto.bundle.v1B\x0b\x42undleProtoP\x01Z6github.com/sigstore/protobuf-specs/gen/pb-go/bundle/v1\xea\x02\x14Sigstore::Bundle::V1b\x06proto3"
|
14
|
+
|
15
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
16
|
+
pool.add_serialized_file(descriptor_data)
|
35
17
|
|
36
18
|
module Sigstore
|
37
19
|
module Bundle
|
data/lib/sigstore_common_pb.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: sigstore_common.proto
|
3
4
|
|
@@ -6,95 +7,11 @@ require 'google/protobuf'
|
|
6
7
|
require 'google/api/field_behavior_pb'
|
7
8
|
require 'google/protobuf/timestamp_pb'
|
8
9
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
end
|
15
|
-
add_message "dev.sigstore.common.v1.MessageSignature" do
|
16
|
-
optional :message_digest, :message, 1, "dev.sigstore.common.v1.HashOutput"
|
17
|
-
optional :signature, :bytes, 2
|
18
|
-
end
|
19
|
-
add_message "dev.sigstore.common.v1.LogId" do
|
20
|
-
optional :key_id, :bytes, 1
|
21
|
-
end
|
22
|
-
add_message "dev.sigstore.common.v1.RFC3161SignedTimestamp" do
|
23
|
-
optional :signed_timestamp, :bytes, 1
|
24
|
-
end
|
25
|
-
add_message "dev.sigstore.common.v1.PublicKey" do
|
26
|
-
proto3_optional :raw_bytes, :bytes, 1
|
27
|
-
optional :key_details, :enum, 2, "dev.sigstore.common.v1.PublicKeyDetails"
|
28
|
-
proto3_optional :valid_for, :message, 3, "dev.sigstore.common.v1.TimeRange"
|
29
|
-
end
|
30
|
-
add_message "dev.sigstore.common.v1.PublicKeyIdentifier" do
|
31
|
-
optional :hint, :string, 1
|
32
|
-
end
|
33
|
-
add_message "dev.sigstore.common.v1.ObjectIdentifier" do
|
34
|
-
repeated :id, :int32, 1
|
35
|
-
end
|
36
|
-
add_message "dev.sigstore.common.v1.ObjectIdentifierValuePair" do
|
37
|
-
optional :oid, :message, 1, "dev.sigstore.common.v1.ObjectIdentifier"
|
38
|
-
optional :value, :bytes, 2
|
39
|
-
end
|
40
|
-
add_message "dev.sigstore.common.v1.DistinguishedName" do
|
41
|
-
optional :organization, :string, 1
|
42
|
-
optional :common_name, :string, 2
|
43
|
-
end
|
44
|
-
add_message "dev.sigstore.common.v1.X509Certificate" do
|
45
|
-
optional :raw_bytes, :bytes, 1
|
46
|
-
end
|
47
|
-
add_message "dev.sigstore.common.v1.SubjectAlternativeName" do
|
48
|
-
optional :type, :enum, 1, "dev.sigstore.common.v1.SubjectAlternativeNameType"
|
49
|
-
oneof :identity do
|
50
|
-
optional :regexp, :string, 2
|
51
|
-
optional :value, :string, 3
|
52
|
-
end
|
53
|
-
end
|
54
|
-
add_message "dev.sigstore.common.v1.X509CertificateChain" do
|
55
|
-
repeated :certificates, :message, 1, "dev.sigstore.common.v1.X509Certificate"
|
56
|
-
end
|
57
|
-
add_message "dev.sigstore.common.v1.TimeRange" do
|
58
|
-
optional :start, :message, 1, "google.protobuf.Timestamp"
|
59
|
-
proto3_optional :end, :message, 2, "google.protobuf.Timestamp"
|
60
|
-
end
|
61
|
-
add_enum "dev.sigstore.common.v1.HashAlgorithm" do
|
62
|
-
value :HASH_ALGORITHM_UNSPECIFIED, 0
|
63
|
-
value :SHA2_256, 1
|
64
|
-
value :SHA2_384, 2
|
65
|
-
value :SHA2_512, 3
|
66
|
-
value :SHA3_256, 4
|
67
|
-
value :SHA3_384, 5
|
68
|
-
end
|
69
|
-
add_enum "dev.sigstore.common.v1.PublicKeyDetails" do
|
70
|
-
value :PUBLIC_KEY_DETAILS_UNSPECIFIED, 0
|
71
|
-
value :PKCS1_RSA_PKCS1V5, 1
|
72
|
-
value :PKCS1_RSA_PSS, 2
|
73
|
-
value :PKIX_RSA_PKCS1V5, 3
|
74
|
-
value :PKIX_RSA_PSS, 4
|
75
|
-
value :PKIX_RSA_PKCS1V15_2048_SHA256, 9
|
76
|
-
value :PKIX_RSA_PKCS1V15_3072_SHA256, 10
|
77
|
-
value :PKIX_RSA_PKCS1V15_4096_SHA256, 11
|
78
|
-
value :PKIX_RSA_PSS_2048_SHA256, 16
|
79
|
-
value :PKIX_RSA_PSS_3072_SHA256, 17
|
80
|
-
value :PKIX_RSA_PSS_4096_SHA256, 18
|
81
|
-
value :PKIX_ECDSA_P256_HMAC_SHA_256, 6
|
82
|
-
value :PKIX_ECDSA_P256_SHA_256, 5
|
83
|
-
value :PKIX_ECDSA_P384_SHA_384, 12
|
84
|
-
value :PKIX_ECDSA_P521_SHA_512, 13
|
85
|
-
value :PKIX_ED25519, 7
|
86
|
-
value :PKIX_ED25519_PH, 8
|
87
|
-
value :LMS_SHA256, 14
|
88
|
-
value :LMOTS_SHA256, 15
|
89
|
-
end
|
90
|
-
add_enum "dev.sigstore.common.v1.SubjectAlternativeNameType" do
|
91
|
-
value :SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED, 0
|
92
|
-
value :EMAIL, 1
|
93
|
-
value :URI, 2
|
94
|
-
value :OTHER_NAME, 3
|
95
|
-
end
|
96
|
-
end
|
97
|
-
end
|
10
|
+
|
11
|
+
descriptor_data = "\n\x15sigstore_common.proto\x12\x16\x64\x65v.sigstore.common.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"V\n\nHashOutput\x12\x38\n\talgorithm\x18\x01 \x01(\x0e\x32%.dev.sigstore.common.v1.HashAlgorithm\x12\x0e\n\x06\x64igest\x18\x02 \x01(\x0c\"f\n\x10MessageSignature\x12:\n\x0emessage_digest\x18\x01 \x01(\x0b\x32\".dev.sigstore.common.v1.HashOutput\x12\x16\n\tsignature\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x02\"\x1c\n\x05LogId\x12\x13\n\x06key_id\x18\x01 \x01(\x0c\x42\x03\xe0\x41\x02\"7\n\x16RFC3161SignedTimestamp\x12\x1d\n\x10signed_timestamp\x18\x01 \x01(\x0c\x42\x03\xe0\x41\x02\"\xb9\x01\n\tPublicKey\x12\x16\n\traw_bytes\x18\x01 \x01(\x0cH\x00\x88\x01\x01\x12=\n\x0bkey_details\x18\x02 \x01(\x0e\x32(.dev.sigstore.common.v1.PublicKeyDetails\x12\x39\n\tvalid_for\x18\x03 \x01(\x0b\x32!.dev.sigstore.common.v1.TimeRangeH\x01\x88\x01\x01\x42\x0c\n\n_raw_bytesB\x0c\n\n_valid_for\"#\n\x13PublicKeyIdentifier\x12\x0c\n\x04hint\x18\x01 \x01(\t\"#\n\x10ObjectIdentifier\x12\x0f\n\x02id\x18\x01 \x03(\x05\x42\x03\xe0\x41\x02\"a\n\x19ObjectIdentifierValuePair\x12\x35\n\x03oid\x18\x01 \x01(\x0b\x32(.dev.sigstore.common.v1.ObjectIdentifier\x12\r\n\x05value\x18\x02 \x01(\x0c\">\n\x11\x44istinguishedName\x12\x14\n\x0corganization\x18\x01 \x01(\t\x12\x13\n\x0b\x63ommon_name\x18\x02 \x01(\t\")\n\x0fX509Certificate\x12\x16\n\traw_bytes\x18\x01 \x01(\x0c\x42\x03\xe0\x41\x02\"\x89\x01\n\x16SubjectAlternativeName\x12@\n\x04type\x18\x01 \x01(\x0e\x32\x32.dev.sigstore.common.v1.SubjectAlternativeNameType\x12\x10\n\x06regexp\x18\x02 \x01(\tH\x00\x12\x0f\n\x05value\x18\x03 \x01(\tH\x00\x42\n\n\x08identity\"U\n\x14X509CertificateChain\x12=\n\x0c\x63\x65rtificates\x18\x01 \x03(\x0b\x32\'.dev.sigstore.common.v1.X509Certificate\"l\n\tTimeRange\x12)\n\x05start\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x03\x65nd\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\x06\n\x04_end*u\n\rHashAlgorithm\x12\x1e\n\x1aHASH_ALGORITHM_UNSPECIFIED\x10\x00\x12\x0c\n\x08SHA2_256\x10\x01\x12\x0c\n\x08SHA2_384\x10\x02\x12\x0c\n\x08SHA2_512\x10\x03\x12\x0c\n\x08SHA3_256\x10\x04\x12\x0c\n\x08SHA3_384\x10\x05*\xa7\x04\n\x10PublicKeyDetails\x12\"\n\x1ePUBLIC_KEY_DETAILS_UNSPECIFIED\x10\x00\x12\x19\n\x11PKCS1_RSA_PKCS1V5\x10\x01\x1a\x02\x08\x01\x12\x15\n\rPKCS1_RSA_PSS\x10\x02\x1a\x02\x08\x01\x12\x18\n\x10PKIX_RSA_PKCS1V5\x10\x03\x1a\x02\x08\x01\x12\x14\n\x0cPKIX_RSA_PSS\x10\x04\x1a\x02\x08\x01\x12!\n\x1dPKIX_RSA_PKCS1V15_2048_SHA256\x10\t\x12!\n\x1dPKIX_RSA_PKCS1V15_3072_SHA256\x10\n\x12!\n\x1dPKIX_RSA_PKCS1V15_4096_SHA256\x10\x0b\x12\x1c\n\x18PKIX_RSA_PSS_2048_SHA256\x10\x10\x12\x1c\n\x18PKIX_RSA_PSS_3072_SHA256\x10\x11\x12\x1c\n\x18PKIX_RSA_PSS_4096_SHA256\x10\x12\x12$\n\x1cPKIX_ECDSA_P256_HMAC_SHA_256\x10\x06\x1a\x02\x08\x01\x12\x1b\n\x17PKIX_ECDSA_P256_SHA_256\x10\x05\x12\x1b\n\x17PKIX_ECDSA_P384_SHA_384\x10\x0c\x12\x1b\n\x17PKIX_ECDSA_P521_SHA_512\x10\r\x12\x10\n\x0cPKIX_ED25519\x10\x07\x12\x13\n\x0fPKIX_ED25519_PH\x10\x08\x12\x0e\n\nLMS_SHA256\x10\x0e\x12\x10\n\x0cLMOTS_SHA256\x10\x0f\"\x04\x08\x13\x10\x32*o\n\x1aSubjectAlternativeNameType\x12-\n)SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05\x45MAIL\x10\x01\x12\x07\n\x03URI\x10\x02\x12\x0e\n\nOTHER_NAME\x10\x03\x42|\n\x1c\x64\x65v.sigstore.proto.common.v1B\x0b\x43ommonProtoP\x01Z6github.com/sigstore/protobuf-specs/gen/pb-go/common/v1\xea\x02\x14Sigstore::Common::V1b\x06proto3"
|
12
|
+
|
13
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
98
15
|
|
99
16
|
module Sigstore
|
100
17
|
module Common
|
data/lib/sigstore_rekor_pb.rb
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: sigstore_rekor.proto
|
3
4
|
|
@@ -6,36 +7,11 @@ require 'google/protobuf'
|
|
6
7
|
require 'google/api/field_behavior_pb'
|
7
8
|
require 'sigstore_common_pb'
|
8
9
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
end
|
15
|
-
add_message "dev.sigstore.rekor.v1.Checkpoint" do
|
16
|
-
optional :envelope, :string, 1
|
17
|
-
end
|
18
|
-
add_message "dev.sigstore.rekor.v1.InclusionProof" do
|
19
|
-
optional :log_index, :int64, 1
|
20
|
-
optional :root_hash, :bytes, 2
|
21
|
-
optional :tree_size, :int64, 3
|
22
|
-
repeated :hashes, :bytes, 4
|
23
|
-
optional :checkpoint, :message, 5, "dev.sigstore.rekor.v1.Checkpoint"
|
24
|
-
end
|
25
|
-
add_message "dev.sigstore.rekor.v1.InclusionPromise" do
|
26
|
-
optional :signed_entry_timestamp, :bytes, 1
|
27
|
-
end
|
28
|
-
add_message "dev.sigstore.rekor.v1.TransparencyLogEntry" do
|
29
|
-
optional :log_index, :int64, 1
|
30
|
-
optional :log_id, :message, 2, "dev.sigstore.common.v1.LogId"
|
31
|
-
optional :kind_version, :message, 3, "dev.sigstore.rekor.v1.KindVersion"
|
32
|
-
optional :integrated_time, :int64, 4
|
33
|
-
optional :inclusion_promise, :message, 5, "dev.sigstore.rekor.v1.InclusionPromise"
|
34
|
-
optional :inclusion_proof, :message, 6, "dev.sigstore.rekor.v1.InclusionProof"
|
35
|
-
optional :canonicalized_body, :bytes, 7
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
10
|
+
|
11
|
+
descriptor_data = "\n\x14sigstore_rekor.proto\x12\x15\x64\x65v.sigstore.rekor.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x15sigstore_common.proto\"6\n\x0bKindVersion\x12\x11\n\x04kind\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07version\x18\x02 \x01(\tB\x03\xe0\x41\x02\"#\n\nCheckpoint\x12\x15\n\x08\x65nvelope\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\xa9\x01\n\x0eInclusionProof\x12\x16\n\tlog_index\x18\x01 \x01(\x03\x42\x03\xe0\x41\x02\x12\x16\n\troot_hash\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x02\x12\x16\n\ttree_size\x18\x03 \x01(\x03\x42\x03\xe0\x41\x02\x12\x13\n\x06hashes\x18\x04 \x03(\x0c\x42\x03\xe0\x41\x02\x12:\n\ncheckpoint\x18\x05 \x01(\x0b\x32!.dev.sigstore.rekor.v1.CheckpointB\x03\xe0\x41\x02\"7\n\x10InclusionPromise\x12#\n\x16signed_entry_timestamp\x18\x01 \x01(\x0c\x42\x03\xe0\x41\x02\"\xe4\x02\n\x14TransparencyLogEntry\x12\x16\n\tlog_index\x18\x01 \x01(\x03\x42\x03\xe0\x41\x02\x12\x32\n\x06log_id\x18\x02 \x01(\x0b\x32\x1d.dev.sigstore.common.v1.LogIdB\x03\xe0\x41\x02\x12=\n\x0ckind_version\x18\x03 \x01(\x0b\x32\".dev.sigstore.rekor.v1.KindVersionB\x03\xe0\x41\x02\x12\x1c\n\x0fintegrated_time\x18\x04 \x01(\x03\x42\x03\xe0\x41\x02\x12\x42\n\x11inclusion_promise\x18\x05 \x01(\x0b\x32\'.dev.sigstore.rekor.v1.InclusionPromise\x12\x43\n\x0finclusion_proof\x18\x06 \x01(\x0b\x32%.dev.sigstore.rekor.v1.InclusionProofB\x03\xe0\x41\x02\x12\x1a\n\x12\x63\x61nonicalized_body\x18\x07 \x01(\x0c\x42x\n\x1b\x64\x65v.sigstore.proto.rekor.v1B\nRekorProtoP\x01Z5github.com/sigstore/protobuf-specs/gen/pb-go/rekor/v1\xea\x02\x13Sigstore::Rekor::V1b\x06proto3"
|
12
|
+
|
13
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
39
15
|
|
40
16
|
module Sigstore
|
41
17
|
module Rekor
|
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: sigstore_trustroot.proto
|
3
4
|
|
@@ -6,41 +7,11 @@ require 'google/protobuf'
|
|
6
7
|
require 'google/api/field_behavior_pb'
|
7
8
|
require 'sigstore_common_pb'
|
8
9
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
optional :public_key, :message, 3, "dev.sigstore.common.v1.PublicKey"
|
15
|
-
optional :log_id, :message, 4, "dev.sigstore.common.v1.LogId"
|
16
|
-
optional :checkpoint_key_id, :message, 5, "dev.sigstore.common.v1.LogId"
|
17
|
-
end
|
18
|
-
add_message "dev.sigstore.trustroot.v1.CertificateAuthority" do
|
19
|
-
optional :subject, :message, 1, "dev.sigstore.common.v1.DistinguishedName"
|
20
|
-
optional :uri, :string, 2
|
21
|
-
optional :cert_chain, :message, 3, "dev.sigstore.common.v1.X509CertificateChain"
|
22
|
-
optional :valid_for, :message, 4, "dev.sigstore.common.v1.TimeRange"
|
23
|
-
end
|
24
|
-
add_message "dev.sigstore.trustroot.v1.TrustedRoot" do
|
25
|
-
optional :media_type, :string, 1
|
26
|
-
repeated :tlogs, :message, 2, "dev.sigstore.trustroot.v1.TransparencyLogInstance"
|
27
|
-
repeated :certificate_authorities, :message, 3, "dev.sigstore.trustroot.v1.CertificateAuthority"
|
28
|
-
repeated :ctlogs, :message, 4, "dev.sigstore.trustroot.v1.TransparencyLogInstance"
|
29
|
-
repeated :timestamp_authorities, :message, 5, "dev.sigstore.trustroot.v1.CertificateAuthority"
|
30
|
-
end
|
31
|
-
add_message "dev.sigstore.trustroot.v1.SigningConfig" do
|
32
|
-
optional :ca_url, :string, 1
|
33
|
-
optional :oidc_url, :string, 2
|
34
|
-
repeated :tlog_urls, :string, 3
|
35
|
-
repeated :tsa_urls, :string, 4
|
36
|
-
end
|
37
|
-
add_message "dev.sigstore.trustroot.v1.ClientTrustConfig" do
|
38
|
-
optional :media_type, :string, 1
|
39
|
-
optional :trusted_root, :message, 2, "dev.sigstore.trustroot.v1.TrustedRoot"
|
40
|
-
optional :signing_config, :message, 3, "dev.sigstore.trustroot.v1.SigningConfig"
|
41
|
-
end
|
42
|
-
end
|
43
|
-
end
|
10
|
+
|
11
|
+
descriptor_data = "\n\x18sigstore_trustroot.proto\x12\x19\x64\x65v.sigstore.trustroot.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x15sigstore_common.proto\"\x8a\x02\n\x17TransparencyLogInstance\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\x12=\n\x0ehash_algorithm\x18\x02 \x01(\x0e\x32%.dev.sigstore.common.v1.HashAlgorithm\x12\x35\n\npublic_key\x18\x03 \x01(\x0b\x32!.dev.sigstore.common.v1.PublicKey\x12-\n\x06log_id\x18\x04 \x01(\x0b\x32\x1d.dev.sigstore.common.v1.LogId\x12\x38\n\x11\x63heckpoint_key_id\x18\x05 \x01(\x0b\x32\x1d.dev.sigstore.common.v1.LogId\"\xd7\x01\n\x14\x43\x65rtificateAuthority\x12:\n\x07subject\x18\x01 \x01(\x0b\x32).dev.sigstore.common.v1.DistinguishedName\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12@\n\ncert_chain\x18\x03 \x01(\x0b\x32,.dev.sigstore.common.v1.X509CertificateChain\x12\x34\n\tvalid_for\x18\x04 \x01(\x0b\x32!.dev.sigstore.common.v1.TimeRange\"\xca\x02\n\x0bTrustedRoot\x12\x12\n\nmedia_type\x18\x01 \x01(\t\x12\x41\n\x05tlogs\x18\x02 \x03(\x0b\x32\x32.dev.sigstore.trustroot.v1.TransparencyLogInstance\x12P\n\x17\x63\x65rtificate_authorities\x18\x03 \x03(\x0b\x32/.dev.sigstore.trustroot.v1.CertificateAuthority\x12\x42\n\x06\x63tlogs\x18\x04 \x03(\x0b\x32\x32.dev.sigstore.trustroot.v1.TransparencyLogInstance\x12N\n\x15timestamp_authorities\x18\x05 \x03(\x0b\x32/.dev.sigstore.trustroot.v1.CertificateAuthority\"j\n\rSigningConfig\x12\x12\n\nmedia_type\x18\x05 \x01(\t\x12\x0e\n\x06\x63\x61_url\x18\x01 \x01(\t\x12\x10\n\x08oidc_url\x18\x02 \x01(\t\x12\x11\n\ttlog_urls\x18\x03 \x03(\t\x12\x10\n\x08tsa_urls\x18\x04 \x03(\t\"\xb1\x01\n\x11\x43lientTrustConfig\x12\x12\n\nmedia_type\x18\x01 \x01(\t\x12\x41\n\x0ctrusted_root\x18\x02 \x01(\x0b\x32&.dev.sigstore.trustroot.v1.TrustedRootB\x03\xe0\x41\x02\x12\x45\n\x0esigning_config\x18\x03 \x01(\x0b\x32(.dev.sigstore.trustroot.v1.SigningConfigB\x03\xe0\x41\x02\x42\x88\x01\n\x1f\x64\x65v.sigstore.proto.trustroot.v1B\x0eTrustRootProtoP\x01Z9github.com/sigstore/protobuf-specs/gen/pb-go/trustroot/v1\xea\x02\x17Sigstore::TrustRoot::V1b\x06proto3"
|
12
|
+
|
13
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
44
15
|
|
45
16
|
module Sigstore
|
46
17
|
module TrustRoot
|
@@ -1,3 +1,4 @@
|
|
1
|
+
# frozen_string_literal: true
|
1
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
3
|
# source: sigstore_verification.proto
|
3
4
|
|
@@ -7,65 +8,11 @@ require 'sigstore_common_pb'
|
|
7
8
|
require 'sigstore_trustroot_pb'
|
8
9
|
require 'sigstore_bundle_pb'
|
9
10
|
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
repeated :oids, :message, 3, "dev.sigstore.common.v1.ObjectIdentifierValuePair"
|
16
|
-
end
|
17
|
-
add_message "dev.sigstore.verification.v1.CertificateIdentities" do
|
18
|
-
repeated :identities, :message, 1, "dev.sigstore.verification.v1.CertificateIdentity"
|
19
|
-
end
|
20
|
-
add_message "dev.sigstore.verification.v1.PublicKeyIdentities" do
|
21
|
-
repeated :public_keys, :message, 1, "dev.sigstore.common.v1.PublicKey"
|
22
|
-
end
|
23
|
-
add_message "dev.sigstore.verification.v1.ArtifactVerificationOptions" do
|
24
|
-
proto3_optional :tlog_options, :message, 3, "dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptions"
|
25
|
-
proto3_optional :ctlog_options, :message, 4, "dev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptions"
|
26
|
-
proto3_optional :tsa_options, :message, 5, "dev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptions"
|
27
|
-
proto3_optional :integrated_ts_options, :message, 6, "dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptions"
|
28
|
-
proto3_optional :observer_options, :message, 7, "dev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptions"
|
29
|
-
oneof :signers do
|
30
|
-
optional :certificate_identities, :message, 1, "dev.sigstore.verification.v1.CertificateIdentities"
|
31
|
-
optional :public_keys, :message, 2, "dev.sigstore.verification.v1.PublicKeyIdentities"
|
32
|
-
end
|
33
|
-
end
|
34
|
-
add_message "dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptions" do
|
35
|
-
optional :threshold, :int32, 1
|
36
|
-
optional :perform_online_verification, :bool, 2
|
37
|
-
optional :disable, :bool, 3
|
38
|
-
end
|
39
|
-
add_message "dev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptions" do
|
40
|
-
optional :threshold, :int32, 1
|
41
|
-
optional :disable, :bool, 3
|
42
|
-
end
|
43
|
-
add_message "dev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptions" do
|
44
|
-
optional :threshold, :int32, 1
|
45
|
-
optional :disable, :bool, 2
|
46
|
-
end
|
47
|
-
add_message "dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptions" do
|
48
|
-
optional :threshold, :int32, 1
|
49
|
-
optional :disable, :bool, 2
|
50
|
-
end
|
51
|
-
add_message "dev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptions" do
|
52
|
-
optional :threshold, :int32, 1
|
53
|
-
optional :disable, :bool, 2
|
54
|
-
end
|
55
|
-
add_message "dev.sigstore.verification.v1.Artifact" do
|
56
|
-
oneof :data do
|
57
|
-
optional :artifact_uri, :string, 1
|
58
|
-
optional :artifact, :bytes, 2
|
59
|
-
end
|
60
|
-
end
|
61
|
-
add_message "dev.sigstore.verification.v1.Input" do
|
62
|
-
optional :artifact_trust_root, :message, 1, "dev.sigstore.trustroot.v1.TrustedRoot"
|
63
|
-
optional :artifact_verification_options, :message, 2, "dev.sigstore.verification.v1.ArtifactVerificationOptions"
|
64
|
-
optional :bundle, :message, 3, "dev.sigstore.bundle.v1.Bundle"
|
65
|
-
proto3_optional :artifact, :message, 4, "dev.sigstore.verification.v1.Artifact"
|
66
|
-
end
|
67
|
-
end
|
68
|
-
end
|
11
|
+
|
12
|
+
descriptor_data = "\n\x1bsigstore_verification.proto\x12\x1c\x64\x65v.sigstore.verification.v1\x1a\x15sigstore_common.proto\x1a\x18sigstore_trustroot.proto\x1a\x15sigstore_bundle.proto\"\xa3\x01\n\x13\x43\x65rtificateIdentity\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12;\n\x03san\x18\x02 \x01(\x0b\x32..dev.sigstore.common.v1.SubjectAlternativeName\x12?\n\x04oids\x18\x03 \x03(\x0b\x32\x31.dev.sigstore.common.v1.ObjectIdentifierValuePair\"^\n\x15\x43\x65rtificateIdentities\x12\x45\n\nidentities\x18\x01 \x03(\x0b\x32\x31.dev.sigstore.verification.v1.CertificateIdentity\"M\n\x13PublicKeyIdentities\x12\x36\n\x0bpublic_keys\x18\x01 \x03(\x0b\x32!.dev.sigstore.common.v1.PublicKey\"\xaa\t\n\x1b\x41rtifactVerificationOptions\x12U\n\x16\x63\x65rtificate_identities\x18\x01 \x01(\x0b\x32\x33.dev.sigstore.verification.v1.CertificateIdentitiesH\x00\x12H\n\x0bpublic_keys\x18\x02 \x01(\x0b\x32\x31.dev.sigstore.verification.v1.PublicKeyIdentitiesH\x00\x12`\n\x0ctlog_options\x18\x03 \x01(\x0b\x32\x45.dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogOptionsH\x01\x88\x01\x01\x12\x62\n\rctlog_options\x18\x04 \x01(\x0b\x32\x46.dev.sigstore.verification.v1.ArtifactVerificationOptions.CtlogOptionsH\x02\x88\x01\x01\x12m\n\x0btsa_options\x18\x05 \x01(\x0b\x32S.dev.sigstore.verification.v1.ArtifactVerificationOptions.TimestampAuthorityOptionsH\x03\x88\x01\x01\x12|\n\x15integrated_ts_options\x18\x06 \x01(\x0b\x32X.dev.sigstore.verification.v1.ArtifactVerificationOptions.TlogIntegratedTimestampOptionsH\x04\x88\x01\x01\x12q\n\x10observer_options\x18\x07 \x01(\x0b\x32R.dev.sigstore.verification.v1.ArtifactVerificationOptions.ObserverTimestampOptionsH\x05\x88\x01\x01\x1aV\n\x0bTlogOptions\x12\x11\n\tthreshold\x18\x01 \x01(\x05\x12#\n\x1bperform_online_verification\x18\x02 \x01(\x08\x12\x0f\n\x07\x64isable\x18\x03 \x01(\x08\x1a\x38\n\x0c\x43tlogOptions\x12\x11\n\tthreshold\x18\x01 \x01(\x05\x12\x0f\n\x07\x64isable\x18\x03 \x01(\x08J\x04\x08\x02\x10\x03\x1a?\n\x19TimestampAuthorityOptions\x12\x11\n\tthreshold\x18\x01 \x01(\x05\x12\x0f\n\x07\x64isable\x18\x02 \x01(\x08\x1a\x44\n\x1eTlogIntegratedTimestampOptions\x12\x11\n\tthreshold\x18\x01 \x01(\x05\x12\x0f\n\x07\x64isable\x18\x02 \x01(\x08\x1a>\n\x18ObserverTimestampOptions\x12\x11\n\tthreshold\x18\x01 \x01(\x05\x12\x0f\n\x07\x64isable\x18\x02 \x01(\x08\x42\t\n\x07signersB\x0f\n\r_tlog_optionsB\x10\n\x0e_ctlog_optionsB\x0e\n\x0c_tsa_optionsB\x18\n\x16_integrated_ts_optionsB\x13\n\x11_observer_options\"}\n\x08\x41rtifact\x12\x16\n\x0c\x61rtifact_uri\x18\x01 \x01(\tH\x00\x12\x12\n\x08\x61rtifact\x18\x02 \x01(\x0cH\x00\x12=\n\x0f\x61rtifact_digest\x18\x03 \x01(\x0b\x32\".dev.sigstore.common.v1.HashOutputH\x00\x42\x06\n\x04\x64\x61ta\"\xaa\x02\n\x05Input\x12\x43\n\x13\x61rtifact_trust_root\x18\x01 \x01(\x0b\x32&.dev.sigstore.trustroot.v1.TrustedRoot\x12`\n\x1d\x61rtifact_verification_options\x18\x02 \x01(\x0b\x32\x39.dev.sigstore.verification.v1.ArtifactVerificationOptions\x12.\n\x06\x62undle\x18\x03 \x01(\x0b\x32\x1e.dev.sigstore.bundle.v1.Bundle\x12=\n\x08\x61rtifact\x18\x04 \x01(\x0b\x32&.dev.sigstore.verification.v1.ArtifactH\x00\x88\x01\x01\x42\x0b\n\t_artifactB\x94\x01\n\"dev.sigstore.proto.verification.v1B\x11VerificationProtoP\x01Z<github.com/sigstore/protobuf-specs/gen/pb-go/verification/v1\xea\x02\x1aSigstore::Verification::V1b\x06proto3"
|
13
|
+
|
14
|
+
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
|
+
pool.add_serialized_file(descriptor_data)
|
69
16
|
|
70
17
|
module Sigstore
|
71
18
|
module Verification
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sigstore_protobuf_specs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sigstore Authors
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|
@@ -16,35 +16,35 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
19
|
+
version: '4.29'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version:
|
22
|
+
version: 4.29.3
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '
|
29
|
+
version: '4.29'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: 4.29.3
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: googleapis-common-protos-types
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
36
36
|
requirements:
|
37
37
|
- - "~>"
|
38
38
|
- !ruby/object:Gem::Version
|
39
|
-
version: '1.
|
39
|
+
version: '1.18'
|
40
40
|
type: :runtime
|
41
41
|
prerelease: false
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
44
|
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '1.
|
47
|
-
description:
|
46
|
+
version: '1.18'
|
47
|
+
description:
|
48
48
|
email:
|
49
49
|
- sigstore-dev@googlegroups.com
|
50
50
|
executables: []
|
@@ -69,7 +69,7 @@ metadata:
|
|
69
69
|
homepage_uri: https://www.sigstore.dev/
|
70
70
|
source_code_uri: https://github.com/sigstore/protobuf-specs
|
71
71
|
bug_tracker_uri: https://github.com/sigstore/protobuf-specs/issues
|
72
|
-
post_install_message:
|
72
|
+
post_install_message:
|
73
73
|
rdoc_options: []
|
74
74
|
require_paths:
|
75
75
|
- lib
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
87
|
rubygems_version: 3.4.19
|
88
|
-
signing_key:
|
88
|
+
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: A library for serializing and deserializing Sigstore messages.
|
91
91
|
test_files: []
|