Difference between revisions of "Public.vulnerabilities (table)"
(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 | ||
| − | | ''' | + | | '''Description |
| − | + | ||
| − | + | |- valign="top" | |
| − | |- | ||
| vulnerabilityid | | vulnerabilityid | ||
| − | | | + | | integer |
| not null | | not null | ||
| | | | ||
| − | |||
| | | | ||
| − | |- | + | |- valign="top" |
| nodeid | | nodeid | ||
| − | | | + | | integer |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| ipaddr | | ipaddr | ||
| − | | | + | | varchar(16) |
| null | | null | ||
| | | | ||
| | | | ||
| − | + | |- 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 | ||
| | | | ||
| | | | ||
| − | + | |- 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 | ||
| | | | ||
| | | | ||
| − | + | |- valign="top" | |
| − | |- | ||
| protocol | | protocol | ||
| + | | varchar(32) | ||
| + | | null | ||
| + | | | ||
| | | | ||
| + | |- valign="top" | ||
| + | | cveentry | ||
| + | | varchar(255) | ||
| null | | null | ||
| | | | ||
| | | | ||
| − | | | + | |} |
| − | |- | + | |
| − | | | + | === 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 | ||
| | | | ||
| − | | | + | | nodeid |
| + | |- valign="top" | ||
| + | | vulnerabilities_port_idx | ||
| | | | ||
| + | | port | ||
| + | |- valign="top" | ||
| + | | vulnerabilities_protocol_idx | ||
| | | | ||
| + | | protocol | ||
| + | |- valign="top" | ||
| + | | vulnerabilities_severity_idx | ||
| | | | ||
| + | | 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 |