To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Template:CVE: Difference between revisions

From ZNC
Jump to navigation Jump to search
>Kuja
Created page with "<includeonly> [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-{{{1}}} CVE-{{{1}}}]</includeonly><noinclude> == Purpose == Since we seem to be collecting CVE IDs, it makes s..."
 
No edit summary
 
Line 8: Line 8:
== Example ==
== Example ==
<nowiki>{{CVE|2010-2488}}</nowiki>
<nowiki>{{CVE|2010-2488}}</nowiki>
results in:
results in {{CVE|2010-2488}}
{{CVE|2010-2488}}
</noinclude>
</noinclude>

Latest revision as of 12:00, 21 December 2011

Purpose

Since we seem to be collecting CVE IDs, it makes sense to add a template which makes it easier to link to them...

How to use

{{CVE|year-number}} where year and number are the ID of the CVE in question.

Example

{{CVE|2010-2488}} results in CVE-2010-2488