feat(security): implement IP reputation checker and security logger

- Added IPReputationChecker class for checking and caching IP reputation scores.
- Introduced IReputationResult interface and ReputationThreshold enum for reputation scoring.
- Implemented DNSBL checks and IP information retrieval within the IP reputation checker.
- Created SecurityLogger class for logging security events with various log levels and event types.
- Defined ISecurityEvent interface for structured logging of security events.
- Updated index.ts to export new classes and types for security module.
This commit is contained in:
2025-10-28 20:27:00 +00:00
parent 17f5661636
commit c7b3206140
9 changed files with 4054 additions and 16 deletions

2225
bun.lock Normal file

File diff suppressed because it is too large Load Diff