diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7f0262659..718dd8f1a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,7 +25,7 @@ _['low', 'medium', 'high', etc.]_ - [ ] Are tests provided? ### Code security -- [ ] Are all [forms properly sanitized](https://www.drupal.org/docs/8/security/drupal-8-sanitizing-output)? +- [ ] Is all [user input properly sanitized when rendered](https://www.drupal.org/docs/8/security/drupal-8-sanitizing-output)? - [ ] Any obvious [security flaws or new areas for attack](https://www.drupal.org/docs/8/security)? ## General