Template:Infobox bug/doc

This is an old revision of this page, as edited by Gonnym (talk | contribs) at 09:42, 10 July 2023 (Parameters). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

This infobox is used to add an infobox to article about software bugs, vulnerabilities and security bugs.

Usage

{{{name}}}
[[File:{{{image}}}|{{{image_size}}}|alt={{{alt}}}]]
{{{caption}}}
[[File:{{{screenshot}}}|{{{screenshot_size}}}|alt={{{screenshot_alt}}}]]
{{{screenshot_caption}}}
CVE identifier(s){{{CVE}}}
Date discovered{{{discovered}}}
Date patched{{{patched}}}
Discoverer{{{discoverer}}}
Affected hardware{{{affected hardware}}}
Affected software{{{affected software}}}
Used by{{{used by}}}
Website{{{website}}}
{{Infobox bug
| name = 
| image = 
| image_size = 
| alt = 
| caption = 
| screenshot = 
| screenshot_size = 
| screenshot_alt = 
| screenshot_caption = 
| CVE = 
| discovered = 
| patched = 
| discoverer = 
| affected hardware = 
| affected software = 
| used by = 
| website = 
}}

Parameters

Infobox bug parameters and basic guidelines
Parameter Explanation
name The name of the bug
image The logo of the bug or any image
image_size The size of the image
alt Alternate text for the image
caption Caption for the image
screenshot Screenshot of the bug
screenshot_size The size of the screenshot
screenshot_alt Alternate text for the screenshot
screenshot_caption Caption for the screenshot
CVE CVE (Common Vulnerabilities and Exposures) identification (example: CVE-2014-0160)
discovered Date of discovery (use {{Start date and age}})
patched Date of patch release (use {{Start date and age}})
discoverer Discoverer
affected hardware Affected hardware
affected software Affected software
used by
website Website for the bug (use {{URL}})

Example

Heartbleed
Logo representing Heartbleed. Security company Codenomicon gave Heartbleed both a name and a logo, contrbuting to public awareness of the issue.
CVE identifier(s)CVE-2014-0160
Date discoveredApril 1, 2014; 11 years ago (2014-04-01)
Date patchedApril 7, 2014; 11 years ago (2014-04-07)
DiscovererNeel Mehta
Affected softwareOpenSSL (1.0.1)
Websiteheartbleed.com
{{Infobox bug
| name = Heartbleed
| image = Heartbleed.svg
| image_size = 180px
| 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]
| discovered = {{Start date and age|2014|4|1}}
| patched = {{Start date and age|2014|4|7}}
| discoverer = Neel Mehta
| affected software = [[OpenSSL]] (1.0.1)
| website = {{URL|heartbleed.com}}
}}

Tracking category

See also