Plugin Name: MailArchiver Version: 4.5.0 File Path: tags/4.5.0/includes/features/class-events.php Last Change: Revision 293745 File Size: 19.2 KB Key Information Author: Pierre Lannoy Package: Features since: 1.0.0 Notable Methods : Initializes the class and sets its properties. : Default column formatter. : Formats the "mail" column. : Formats the "to" column. : Formats the "time" column. : Formats the "site" column. : Formats the "user" column. : Formats the "ip" column. Potential Vulnerabilities SQL Injection Risk: The and other user inputs are directly used in SQL queries without proper sanitization or escaping. XSS Risk: Some column formatters directly output user-supplied data without escaping, potentially leading to Cross-Site Scripting (XSS) vulnerabilities. Missing Input Validation: There are multiple places where user inputs are used without thorough validation.