Difference between revisions of "Public.vulnerabilities (table)"

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.vulnerabilities |- |} {| border="1" cellpadding="5" cellspacing="0" s...)
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| public.vulnerabilities
 
| public.vulnerabilities
|-
 
 
|}
 
|}
  
 
+
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| vulnerabilityid
 
| vulnerabilityid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
| pk_vulnerabilityid
 
 
|  
 
|  
|-
+
|- valign="top"
 
| nodeid
 
| nodeid
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
| vulnerabilities_nodeid_idx
+
|- valign="top"
|-
 
 
| ipaddr
 
| ipaddr
|  
+
| varchar(16)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
| vulnerabilities_ipaddr_idx
+
|- valign="top"
|-
 
 
| serviceid
 
| serviceid
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| creationtime
 
| creationtime
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| lastattempttime
 
| lastattempttime
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| lastscantime
 
| lastscantime
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| resolvedtime
 
| resolvedtime
|  
+
| timestamp with time zone
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| severity
 
| severity
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
| vulnerabilities_severity_idx
+
|- valign="top"
|-
 
 
| pluginid
 
| pluginid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| pluginsubid
 
| pluginsubid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| logmsg
 
| logmsg
|  
+
| varchar(256)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| descr
 
| descr
|  
+
| text
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| port
 
| port
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
| vulnerabilities_port_idx
+
|- valign="top"
|-
 
 
| protocol
 
| protocol
 +
| varchar(32)
 +
| null
 +
|
 
|  
 
|  
 +
|- valign="top"
 +
| cveentry
 +
| varchar(255)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
| vulnerabilities_protocol_idx
+
|}
|-
+
 
| cveentry
+
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| pk_vulnerabilityid
 +
| vulnerabilityid
 +
|}
 +
 
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 
 +
|- valign="top"
 +
| vulnerabilities_ipaddr_idx
 +
|
 +
| ipaddr
 +
|- valign="top"
 +
| vulnerabilities_nodeid_idx
 
|  
 
|  
| null
+
| nodeid
 +
|- valign="top"
 +
| vulnerabilities_port_idx
 
|  
 
|  
 +
| port
 +
|- valign="top"
 +
| vulnerabilities_protocol_idx
 
|  
 
|  
 +
| protocol
 +
|- valign="top"
 +
| vulnerabilities_severity_idx
 
|  
 
|  
 +
| severity
 
|}
 
|}

Latest revision as of 11:10, 27 August 2011

wikibot[edit]

Table public.vulnerabilities

Columns[edit]

Column Data Type Nullable Default Description
vulnerabilityid integer not null
nodeid integer null
ipaddr varchar(16) null
serviceid integer null
creationtime timestamp with time zone not null
lastattempttime timestamp with time zone not null
lastscantime timestamp with time zone not null
resolvedtime timestamp with time zone null
severity integer not null
pluginid integer not null
pluginsubid integer not null
logmsg varchar(256) null
descr text null
port integer null
protocol varchar(32) null
cveentry varchar(255) null

Primary Key[edit]

Primary Key Columns
pk_vulnerabilityid vulnerabilityid

Indexes[edit]

Index Type Columns
vulnerabilities_ipaddr_idx ipaddr
vulnerabilities_nodeid_idx nodeid
vulnerabilities_port_idx port
vulnerabilities_protocol_idx protocol
vulnerabilities_severity_idx severity