jayryanj / URLookup

Checks URL for maliciousness
MIT License
1 stars 0 forks source link

Improve security by sanitizing user input #17

Open jayryanj opened 3 years ago

jayryanj commented 3 years ago

Generally, we shouldn't trust any data from the user. Sanitize user input to improve overall security.