| 开发者 | manuelgalan |
|---|---|
| 更新时间 | 2026年3月25日 03:40 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
euxnoekqasvzwfcbybkg.supabase.co, base URL https://euxnoekqasvzwfcbybkg.supabase.co/functions/v1) to power SIEM alerts, inventory sync, and mitigation updates.
/pair-plugin, /unpair-plugin (pairing and disconnecting the site)./heartbeat (periodic health check)./connection-test (manual connection test)./scan-site-info (inventory sync)./generic-alert, /brute-force-alert, /file-security-alert, /manage-user, /user-management-alert, /permission-change-alert, /file-editor-alert, /plugin-change-alert, /theme-change-alert, /core-update-alert, /suspicious-query-alert, /scanner-detected-alert (security alerts)./mitigation-config, /mitigation-update (mitigation policy sync and block/unblock updates)./wp-content/plugins/vulnity directory or install from the WordPress plugin repository.Yes. The plugin requires an active Vulnity SIEM account to collect and analyze events.
No. Event collection runs asynchronously and offloads processing to the Vulnity cloud platform.
Absolutely. Use the Alert Policies section within the plugin settings to mute or reclassify events.
/real-time-alerts endpoint (now uses HMAC-SHA256 signature instead of token).remediation field in auto-update state events sent to the SIEM.version_old not captured in auto-update events; now recorded via upgrader_pre_install hook before files are replaced.instanceof WP_Automatic_Updater instead of wp_doing_cron() for broader compatibility.. (e.g. hello-dolly) in update event payloads.triggered_by field to update events: siem_manual, siem_auto_update, or wp_auto_updater.parse_url() with wp_parse_url() for WordPress coding standards compliance.wp_unschedule_hook() for complete removal.final_deactivation_cleanup at priority 9999 to ensure complete cron and .htaccess cleanup after all hooks fire.wp_clear_scheduled_hook with wp_unschedule_hook to clear single events with arguments.is_writable() with vulnity_path_is_writable() and WP_Filesystem_Direct.sitemeta table is not available to prevent SQL warnings in debug.log..htaccess without modifying user-defined rules.