forked from mikkolehtisalo/cvesync
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrt.templ
More file actions
30 lines (22 loc) · 673 Bytes
/
rt.templ
File metadata and controls
30 lines (22 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
SUMMARY FOR {{.Id}}
{{.Summary}}
Published: {{.Published}}
Modified: {{.Last_Modified}}
CWE: {{if .CWE.Id}}{{.CWE.Id}} {{.CWE.Definition_Link}}: {{.CWE.CWE_Definition}}{{else}}Unknown{{end}}
CVSS INFORMATION
Score: {{.CVSS.Score}}
Access Vector: {{.CVSS.Access_Vector}}
Access Complexity: {{.CVSS.Access_Complexity}}
Authentication: {{.CVSS.Authentication}}
Confidentiality Impact: {{.CVSS.Confidentiality_Impact}}
Integrity Impact: {{.CVSS.Availability_Impact}}
Source: {{.CVSS.Source}}
Generated on: {{.CVSS.Generated_On}}
PRODUCTS
{{range .Products}}
{{.}}
{{end}}
REFERENCES
{{range .References}}
{{.Type}}:{{.Source}} {{.Target.Text}}: {{.Target.URL}}
{{end}}