[WEATHER-SM74-001] ZIP code argument used in URL without strict validation
weather.sh : 59-60
ZIP=$1 from CLI with no regex validation before geocoding URLs.
Impact: Malicious cron entry could pass unexpected characters into curl.
| ID | Severity | Category | File | Lines | Finding |
|---|---|---|---|---|---|
| WEATHER-SM74-001 | Medium | Security | weather.sh |
59-60 | ZIP code argument used in URL without strict validation |
ZIP=$1 from CLI with no regex validation before geocoding URLs.