karldreher / KnowYourPorts

A web application which can be used to lookup TCP/IP ports.
GNU General Public License v3.0
0 stars 5 forks source link

Basic input validation #9

Closed Mikepicker closed 7 years ago

Mikepicker commented 7 years ago

Added a simple check for strings in the web panel. If the user enters a string, the web app simply returns the home page.

karldreher commented 7 years ago

@Mikepicker This is a really nice, simple implementation. I will merge this into the main branch. Thanks for the assistance!