{"table_name":"aswp_events","full_table_name":"wp_aswp_events","description":"Stores aswp events data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_aswp_events ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, event_type VARCHAR(50) NOT NULL, severity VARCHAR(10) NOT NULL DEFAULT 'medium', ip VARCHAR(45) NOT NULL DEFAULT '', user_id BIGINT UNSIGNED NOT NULL DEFAULT 0, url TEXT NOT NULL, method VARCHAR(10) NOT NULL DEFAULT '', rule_id VARCHAR(40) NOT NULL DEFAULT '', description TEXT NOT NULL, country VARCHAR(2) NOT NULL DEFAULT '', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY event_type (event_type), KEY severity (severity), KEY ip (ip), KEY created_at (created_at) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"event_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"severity","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"ip","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"user_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":false},{"name":"url","type":"TEXT","nullable":false,"primary_key":false},{"name":"method","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"rule_id","type":"VARCHAR(40)","nullable":false,"primary_key":false},{"name":"description","type":"TEXT","nullable":false,"primary_key":false},{"name":"country","type":"VARCHAR(2)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"atlant-security","name":"Atlant Security","active_installs":30,"version":"1.1.12","wp_org_url":"https://wordpress.org/plugins/atlant-security/"}}