fly-apps/fly-laravel

Weird app names are allowed but throw errors later on

Johannes-Werbrouck opened this issue · 1 comments

If a user enters an app name like test ' ; 123, errors occur. We should add some checks or a regex to see if the appname is allowed before running fly launch with it.

PR #23 fixes this, please close if so