{"table_name":"lunexia_security_events","full_table_name":"wp_lunexia_security_events","description":"Stores lunexia security events data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lunexia_security_events ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, event_type varchar(100) NOT NULL, severity varchar(20) NOT NULL, ip_address varchar(45), username varchar(191), event_data longtext, file_path text, threat_score int(10) unsigned DEFAULT 0, action_taken varchar(191), resolved tinyint(1) NOT NULL DEFAULT 0, created_at datetime NOT NULL, PRIMARY KEY (id), KEY event_type (event_type), KEY severity (severity), KEY ip_address (ip_address), KEY created_at (created_at), KEY resolved (resolved) ) {$charset_collate};\"; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"event_type","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"severity","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"ip_address","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"username","type":"varchar(191)","nullable":true,"primary_key":false},{"name":"event_data","type":"longtext","nullable":true,"primary_key":false},{"name":"file_path","type":"text","nullable":true,"primary_key":false},{"name":"threat_score","type":"int(10) unsigned","nullable":true,"primary_key":false},{"name":"action_taken","type":"varchar(191)","nullable":true,"primary_key":false},{"name":"resolved","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"lunexia-htaccess-shield","name":"Lunexia .htaccess Shield","active_installs":0,"version":"3.2.1","wp_org_url":"https://wordpress.org/plugins/lunexia-htaccess-shield/"}}