Skip to content

Commit

Permalink
Merge pull request #63 from odan/patch-1
Browse files Browse the repository at this point in the history
Update link to laminas-escaper
  • Loading branch information
l0gicgate committed May 9, 2020
2 parents 2dd2d40 + 4f1288b commit ea848c7
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 @@ -7,7 +7,7 @@ This is a renderer for rendering PHP view scripts into a PSR-7 Response object.

### Cross-site scripting (XSS) risks

Note that PHP-View has no built-in mitigation from XSS attacks. It is the developer's responsibility to use `htmlspecialchars()` or a component like [zend-escaper](https://github.com/zendframework/zend-escaper). Alternatively, consider [Twig-View](https://github.com/slimphp/Twig-View).
Note that PHP-View has no built-in mitigation from XSS attacks. It is the developer's responsibility to use `htmlspecialchars()` or a component like [laminas-escaper](https://github.com/laminas/laminas-escaper). Alternatively, consider [Twig-View](https://github.com/slimphp/Twig-View).


## Installation
Expand Down

0 comments on commit ea848c7

Please sign in to comment.