WAVE icon indicating copy to clipboard operation
WAVE copied to clipboard

Fix: 1 security vulnerabilities in subdomain.py

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

🔒 Security Fixes

This PR fixes 1 security vulnerability:

✅ 1. Hardcoded API Key

Replaced the hardcoded VirusTotal API key with reading the API key from an environment variable 'VT_API_KEY'. Added a check to raise a ValueError if the environment variable is not set.


🤖 Generated by ByteArmor

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