jmeeuynz_demo
Connected
fm_security_rules
| Column | Type | Default | Key | Action |
|---|---|---|---|---|
| id | int unsigned | NULL | PRI | |
| rule_name | varchar(100) | NULL | ||
| pattern | text | NULL | ||
| replacement | text | NULL | ||
| severity | enum('critical','high','medium','low') | medium | ||
| auto_fix | tinyint(1) | NULL | ||
| auto_delete | tinyint(1) | NULL | ||
| is_active | tinyint(1) | 1 | ||
| created_at | timestamp | CURRENT_TIMESTAMP |