Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
it-all committed Sep 18, 2018
1 parent 09898fa commit 4fd25ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There are certainly complexities which FF does not handle, especially related to

INSTALLATION
-composer require it-all/form-former
or add "it-all/form-former": "^2.0" to composer.json and run composer update
or add "it-all/form-former": "^2.1" to composer.json and run composer update

SECURITY
Since FormFormer is limited to forming forms, rather than receiving, filtering, or validating data, there is little security implemented in the source code (/src). In order to prevent XSS, the htmlentities function (https://www.php.net/htmlentities) is used when outputting html element attribute values (which may contain user input if client code validates input and repopulates for failures) and html element content values (for example <textarea>escaped content</textarea>).
Expand Down

0 comments on commit 4fd25ec

Please sign in to comment.