Uploaded image for project: 'COmanage'
  1. COmanage
  2. CO-2316

Do not sanitize password fields

    XMLWordPrintable

Details

    Description

      # the password
      php > $geeks="pass<h1>word";
      php > $newgeeks = filter_var($geeks, FILTER_SANITIZE_SPECIAL_CHARS);
      # after sanitizing it became
      php > echo $newgeeks;
      pass&#60;h1&#62;word
      

      Attachments

        Activity

          People

            ioannis.e.igoumenos@at.internet2.edu Ioannis Eythymios Igoumenos (google.com)
            ioannis.e.igoumenos@at.internet2.edu Ioannis Eythymios Igoumenos (google.com)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: