mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 21:29:06 +00:00
Change CPE from cpe:/o:linux:kernel to cpe:/o:linux:linux_kernel.
This reflects a deprecation in the official CPE dictionary, which seems
to have happened on 2012-03-08.
<cpe-item deprecation_date="2012-03-08T20:00:15.120Z" deprecated_by="cpe:/o:linux:linux_kernel:2.6.0" deprecated="true" name="cpe:/o:linux:kernel:2.6.0">
<title xml:lang="en-US">Linux Kernel 2.6.0</title>
<meta:item-metadata modification-date="2012-03-08T20:00:15.120Z" status="DRAFT" deprecated-by-nvd-id="35565" nvd-id="91585" />
</cpe-item>
This commit is contained in:
@@ -1701,9 +1701,9 @@ host.os = {
|
||||
<programlisting>
|
||||
Fingerprint Linux 2.6.32 - 3.2
|
||||
Class Linux | Linux | 2.6.X | general purpose
|
||||
CPE cpe:/o:linux:kernel:2.6
|
||||
CPE cpe:/o:linux:linux_kernel:2.6
|
||||
Class Linux | Linux | 3.X | general purpose
|
||||
CPE cpe:/o:linux:kernel:3
|
||||
CPE cpe:/o:linux:linux_kernel:3
|
||||
</programlisting>
|
||||
|
||||
<para>
|
||||
@@ -1720,14 +1720,14 @@ host.os = {
|
||||
osfamily = "Linux",
|
||||
osgen = "2.6.X",
|
||||
type = "general purpose",
|
||||
cpe = { "cpe:/o:linux:kernel:2.6" }
|
||||
cpe = { "cpe:/o:linux:linux_kernel:2.6" }
|
||||
},
|
||||
{
|
||||
vendor = "Linux",
|
||||
osfamily = "Linux",
|
||||
osgen = "3.X",
|
||||
type = "general purpose",
|
||||
cpe = { "cpe:/o:linux:kernel:3" }
|
||||
cpe = { "cpe:/o:linux:linux_kernel:3" }
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user