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...)
 
Line 20: Line 20:
 
|-
 
|-
 
| vulnerabilityid
 
| vulnerabilityid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| nodeid
 
| nodeid
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| ipaddr
 
| ipaddr
|  
+
| varchar(16)
 
| null
 
| null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| serviceid
 
| serviceid
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| creationtime
 
| creationtime
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 55: Line 55:
 
|-
 
|-
 
| lastattempttime
 
| lastattempttime
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 62: Line 62:
 
|-
 
|-
 
| lastscantime
 
| lastscantime
|  
+
| timestamp with time zone
 
| not null
 
| not null
 
|  
 
|  
Line 69: Line 69:
 
|-
 
|-
 
| resolvedtime
 
| resolvedtime
|  
+
| timestamp with time zone
 
| null
 
| null
 
|  
 
|  
Line 76: Line 76:
 
|-
 
|-
 
| severity
 
| severity
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 83: Line 83:
 
|-
 
|-
 
| pluginid
 
| pluginid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 90: Line 90:
 
|-
 
|-
 
| pluginsubid
 
| pluginsubid
|  
+
| integer
 
| not null
 
| not null
 
|  
 
|  
Line 97: Line 97:
 
|-
 
|-
 
| logmsg
 
| logmsg
|  
+
| varchar(256)
 
| null
 
| null
 
|  
 
|  
Line 104: Line 104:
 
|-
 
|-
 
| descr
 
| descr
|  
+
| text
 
| null
 
| null
 
|  
 
|  
Line 111: Line 111:
 
|-
 
|-
 
| port
 
| port
|  
+
| integer
 
| null
 
| null
 
|  
 
|  
Line 118: Line 118:
 
|-
 
|-
 
| protocol
 
| protocol
|  
+
| varchar(32)
 
| null
 
| null
 
|  
 
|  
Line 125: Line 125:
 
|-
 
|-
 
| cveentry
 
| cveentry
|  
+
| varchar(255)
 
| null
 
| null
 
|  
 
|  

Revision as of 15:44, 7 August 2009

wikibot

Table public.vulnerabilities


Column Data Type Nullable Default PK Index
vulnerabilityid integer not null pk_vulnerabilityid
nodeid integer null vulnerabilities_nodeid_idx
ipaddr varchar(16) null vulnerabilities_ipaddr_idx
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 vulnerabilities_severity_idx
pluginid integer not null
pluginsubid integer not null
logmsg varchar(256) null
descr text null
port integer null vulnerabilities_port_idx
protocol varchar(32) null vulnerabilities_protocol_idx
cveentry varchar(255) null