Difference between revisions of "Public.vulnerabilities (table)"
Line 143: | Line 143: | ||
| | | | ||
| port | | port | ||
+ | |- valign="top" | ||
+ | | vulnerabilities_protocol_idx | ||
+ | | | ||
+ | | protocol | ||
|- valign="top" | |- valign="top" | ||
| vulnerabilities_severity_idx | | vulnerabilities_severity_idx | ||
| | | | ||
| severity | | severity | ||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 10:10, 27 August 2011
Contents
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 |