File tree Expand file tree Collapse file tree 1 file changed +76
-0
lines changed Expand file tree Collapse file tree 1 file changed +76
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Use https://vulnogram.github.io/ as a UI to write, validate, and submit CVE records
2
+ {
3
+ "dataType" : " CVE_RECORD" ,
4
+ "dataVersion" : " 5.1" ,
5
+ "cveMetadata" : {
6
+ "cveId" : " " ,
7
+ "assignerOrgId" : " 00000000-0000-4000-9000-000000000000" ,
8
+ "requesterUserId" : " 00000000-0000-4000-9000-000000000000" ,
9
+ "serial" : 1 ,
10
+ "state" : " PUBLISHED"
11
+ },
12
+ "containers" : {
13
+ "cna" : {
14
+ "providerMetadata" : {
15
+ "orgId" : " 00000000-0000-4000-9000-000000000000"
16
+ },
17
+ "problemTypes" : [
18
+ {
19
+ "descriptions" : [
20
+ {
21
+ "lang" : " en" ,
22
+ "description" : " "
23
+ }
24
+ ]
25
+ }
26
+ ],
27
+ "impacts" : [
28
+ {
29
+ "descriptions" : [
30
+ {
31
+ "lang" : " en" ,
32
+ "value" : " "
33
+ }
34
+ ]
35
+ }
36
+ ],
37
+ "affected" : [
38
+ {
39
+ "vendor" : " GraphQL Java" ,
40
+ "product" : " GraphQL Java [or other library]" ,
41
+ "versions" : [
42
+ {
43
+ "status" : " affected" ,
44
+ "version" : " "
45
+ }
46
+ ],
47
+ "defaultStatus" : " unaffected"
48
+ }
49
+ ],
50
+ "descriptions" : [
51
+ {
52
+ "lang" : " en" ,
53
+ "value" : " [PROBLEMTYPE] in [COMPONENT] in [VENDOR] [PRODUCT] [VERSION] on [PLATFORMS] allows [ATTACKER] to [IMPACT] via [VECTOR]" ,
54
+ "supportingMedia" : [
55
+ {
56
+ "type" : " text/html" ,
57
+ "base64" : false ,
58
+ "value" : " [PROBLEMTYPE] in [COMPONENT] in [VENDOR] [PRODUCT] [VERSION] on [PLATFORMS] allows [ATTACKER] to [IMPACT] via [VECTOR]"
59
+ }
60
+ ]
61
+ }
62
+ ],
63
+ "references" : [
64
+ {
65
+ "url" : " https://add-github-links-here"
66
+ }
67
+ ],
68
+ "source" : {
69
+ "discovery" : " UNKNOWN"
70
+ },
71
+ "x_generator" : {
72
+ "engine" : " Vulnogram 0.2.0"
73
+ }
74
+ }
75
+ }
76
+ }
You can’t perform that action at this time.
0 commit comments