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..."
 
update the link
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly> [http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-{{{1}}} CVE-{{{1}}}]</includeonly><noinclude>
<includeonly> [https://www.cve.org/CVERecord?id=CVE-{{{1}}} CVE-{{{1}}}]</includeonly><noinclude>
== Purpose ==
== Purpose ==
Since we seem to be collecting CVE IDs, it makes sense to add a template which makes it easier to link to them...
Since we seem to be collecting CVE IDs, it makes sense to add a template which makes it easier to link to them...
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 23:22, 3 July 2024

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