WAVE icon indicating copy to clipboard operation
WAVE copied to clipboard

Fix: 1 security vulnerabilities in reverseip.py

Open adithyan-ak opened this issue 7 months ago • 0 comments

🔒 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

adithyan-ak avatar Sep 23 '25 07:09 adithyan-ak