Skip to content

fix issue #2

Cait Himes requested to merge issue2 into master

This fixes the empty string bug along with some other dangerous string combinations which allowed for whitespace names or possible SQL injections. Here are the changes:

  • ' and ; are no longer allowed.
  • Empty strings are no longer allowed.
  • A string can not begin or end with a special character

Merge request reports