WAVE
WAVE copied to clipboard
Fix: 1 security vulnerabilities in subdomain.py
🔒 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