Difference between revisions of "Public.vulnerabilities (table)"
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 === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| vulnerabilityid | | vulnerabilityid | ||
| integer | | integer | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| integer | | integer | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| ipaddr | | ipaddr | ||
| varchar(16) | | varchar(16) | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| serviceid | | serviceid | ||
| integer | | integer | ||
Line 42: | Line 40: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| creationtime | | creationtime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 48: | Line 46: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| lastattempttime | | lastattempttime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 54: | Line 52: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| lastscantime | | lastscantime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 60: | Line 58: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| resolvedtime | | resolvedtime | ||
| timestamp with time zone | | timestamp with time zone | ||
Line 66: | Line 64: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| severity | | severity | ||
| integer | | integer | ||
Line 72: | Line 70: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| pluginid | | pluginid | ||
| integer | | integer | ||
Line 78: | Line 76: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| pluginsubid | | pluginsubid | ||
| integer | | integer | ||
Line 84: | Line 82: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| logmsg | | logmsg | ||
| varchar(256) | | varchar(256) | ||
Line 90: | Line 88: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| descr | | descr | ||
| text | | text | ||
Line 96: | Line 94: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| port | | port | ||
| integer | | integer | ||
Line 102: | Line 100: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| protocol | | protocol | ||
| varchar(32) | | varchar(32) | ||
Line 108: | Line 106: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| cveentry | | cveentry | ||
| varchar(255) | | varchar(255) | ||
Line 121: | Line 119: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| pk_vulnerabilityid | | pk_vulnerabilityid | ||
| vulnerabilityid | | vulnerabilityid | ||
Line 132: | Line 130: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| vulnerabilities_ipaddr_idx | | vulnerabilities_ipaddr_idx | ||
| | | | ||
| ipaddr | | ipaddr | ||
− | |- | + | |- valign="top" |
| vulnerabilities_nodeid_idx | | vulnerabilities_nodeid_idx | ||
| | | | ||
| nodeid | | nodeid | ||
− | |- | + | |- valign="top" |
| vulnerabilities_port_idx | | vulnerabilities_port_idx | ||
| | | | ||
| port | | port | ||
− | |- | + | |- valign="top" |
| vulnerabilities_severity_idx | | vulnerabilities_severity_idx | ||
| | | | ||
| severity | | severity | ||
− | |- | + | |- valign="top" |
| vulnerabilities_protocol_idx | | vulnerabilities_protocol_idx | ||
| | | | ||
| protocol | | protocol | ||
|} | |} |
Revision as of 23:40, 24 June 2010
Contents
wikibot
Table | public.vulnerabilities |
Columns
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
Primary Key | Columns |
pk_vulnerabilityid | vulnerabilityid |
Indexes
Index | Type | Columns |
vulnerabilities_ipaddr_idx | ipaddr | |
vulnerabilities_nodeid_idx | nodeid | |
vulnerabilities_port_idx | port | |
vulnerabilities_severity_idx | severity | |
vulnerabilities_protocol_idx | protocol |