From 1fcb5c3cc7798ddd2010cc71735dcd4995c0fc35 Mon Sep 17 00:00:00 2001 From: joegl <20383-joegl@users.noreply.drupalcode.org> Date: Tue, 19 Nov 2024 12:46:33 -0600 Subject: [PATCH] Updated sanitiztion line. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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