{"table_name":"bearmor_malware_detections","full_table_name":"wp_bearmor_malware_detections","description":"Stores bearmor malware detections data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_malware_detections ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, file_path VARCHAR(500) NOT NULL, pattern_id VARCHAR(100) NOT NULL, pattern_name VARCHAR(255) NOT NULL, severity ENUM('critical', 'high', 'medium', 'low') NOT NULL, category VARCHAR(100) NOT NULL, description TEXT, line_number INT UNSIGNED NOT NULL, code_snippet TEXT, matched_text TEXT, detected_at DATETIME NOT NULL, status ENUM('pending', 'whitelisted', 'quarantined', 'false_positive') DEFAULT 'pending', action_by BIGINT UNSIGNED, KEY file_path (file_path), KEY severity (severity), KEY status (status), KEY detected_at (detected_at) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"file_path","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"pattern_id","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"pattern_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"severity","type":"ENUM('critical', 'high', 'medium', 'low')","nullable":false,"primary_key":false},{"name":"category","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"line_number","type":"INT UNSIGNED","nullable":false,"primary_key":false},{"name":"code_snippet","type":"TEXT","nullable":true,"primary_key":false},{"name":"matched_text","type":"TEXT","nullable":true,"primary_key":false},{"name":"detected_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('pending', 'whitelisted', 'quarantined', 'false_positive')","nullable":true,"primary_key":false},{"name":"action_by","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false}],"plugin":{"slug":"bearmor-security","name":"Bearmor Security","active_installs":50,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/bearmor-security/"}}