Skip to content

Commit ea848c7

Browse files
authored
Merge pull request #63 from odan/patch-1
Update link to laminas-escaper
2 parents 2dd2d40 + 4f1288b commit ea848c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a renderer for rendering PHP view scripts into a PSR-7 Response object.
77

88
### Cross-site scripting (XSS) risks
99

10-
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).
10+
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).
1111

1212

1313
## Installation

0 commit comments

Comments
 (0)