WAVE
WAVE copied to clipboard
Fix: 1 security vulnerabilities in reverseip.py
🔒 Security Fixes
This PR fixes 1 security vulnerability:
✅ 1. Broad Exception Handling Could Mask Important Error Information
Replaced broad except Exception with specific exceptions (requests.exceptions.RequestException, ValueError) to handle only relevant errors. Added logging of the exception details instead of printing a generic message, improving error visibility while maintaining user-friendly output.
🤖 Generated by ByteArmor