File tree 2 files changed +3
-3
lines changed
protos/in_toto_attestation/predicates/vulns/v0.2
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ option java_package = "io.github.intoto.attestation.predicates.vulns.v02";
11
11
// Validation of all fields is left to the users of this proto.
12
12
message Vulns {
13
13
Scanner scanner = 1 ;
14
- ScanMetadata scan_metadata = 2 ;
14
+ ScanMetadata metadata = 2 ;
15
15
}
16
16
17
17
message Scanner {
18
18
string uri = 1 ;
19
19
optional string version = 2 ;
20
- VulnDatabase database = 3 ;
20
+ VulnDatabase db = 3 ;
21
21
repeated Result result = 4 ;
22
22
}
23
23
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ The `predicate` contains a JSON-encoded data with the following fields:
129
129
" id" : " CVE-123" ,
130
130
" severity" : [
131
131
{ " method" : " nvd" , " score" : " medium" },
132
- { " method" : " cvss_score" , " score" , " 5.2" }
132
+ { " method" : " cvss_score" , " score" : " 5.2" }
133
133
]
134
134
},
135
135
{... }
You can’t perform that action at this time.
0 commit comments