Template:Infobox bug/doc: Difference between revisions

Content deleted Content added
add templatedata
added cat
 
(8 intermediate revisions by 3 users not shown)
Line 1:
{{Documentation subpage}}
{{For2For-text|an infobox for bugs (as in viruses and bacteria)|[[Template:Virusbox]], [[Template:Taxobox]] and [[Template:Automatic taxobox]]|an infobox for bugs (as in small insects)|[[Template:Taxobox]] and [[Template:Automatic taxobox]]}}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
 
Line 7:
== Usage ==
 
{{Parameter names example | name | image | image_size | alt | caption | screenshot | screenshot_size | screenshot_alt | screenshot_caption | CVE | CVSS| discovered | disclosed | patched | discoverer | affected hardware | affected software | used by | website }}
<syntaxhighlight lang="wikitext" style="overflow: auto;">
{{Infobox bug
Line 19:
| screenshot_alt =
| screenshot_caption =
| CVE =
| CVSS =
| discovered =
| disclosed =
| patched =
| discoverer =
Line 65 ⟶ 67:
! scope="row" | CVE
| CVE ([[Common Vulnerabilities and Exposures]]) identification (example: [https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0160 CVE-2014-0160])
|-
! scope="row" | CVSS
| CVE ([[Common Vulnerability Scoring System]]) (example: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N)
|-
! scope="row" | discovered
| Date of discovery (use {{tl|Start date and age}})
|-
! scope="row" | disclosed
| Date of public disclosure (use {{tl|Start date and age}})
|-
! scope="row" | patched
Line 96 ⟶ 104:
| caption = Logo representing Heartbleed. Security company [[Codenomicon]] gave Heartbleed both a name and a logo, contrbuting to public awareness of the issue.
| CVE = [https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0160 CVE-2014-0160]
| CVSS = CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| discovered = {{Start date and age|2014|4|13}}
| discovereddisclosed = {{Start date and age|2014|4|17}}
| patched = {{Start date and age|2014|4|7}}
| discoverer = Neel Mehta
Line 112 ⟶ 122:
| caption = Logo representing Heartbleed. Security company [[Codenomicon]] gave Heartbleed both a name and a logo, contrbuting to public awareness of the issue.
| CVE = [https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0160 CVE-2014-0160]
| CVSS = CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
| discovered = {{Start date and age|2014|4|1}}
| discovered = {{Start date and age|2014|4|3}}
| disclosed = {{Start date and age|2014|4|7}}
| patched = {{Start date and age|2014|4|7}}
| discoverer = Neel Mehta
Line 191 ⟶ 203:
"label": "Date of discovery",
"description": "The date when the bug was discovered. Use {{Start date and age}}.",
"type": "string"
},
"disclosed": {
"label": "Date of public disclosure",
"description": "The date when the bug was publicly disclosed. Use {{Start date and age}}.",
"type": "string"
},
Line 235 ⟶ 252:
[[Category:Computing infobox templates]]
[[Category:Templates that add a tracking category]]
[[Category:Software infobox templates]]
}}</includeonly>