From 74ec3affc2b305d9d61433be04e827ef2f939d84 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sat, 26 Jun 2021 16:04:04 -0400 Subject: [PATCH] Add reference to the has_quotes taint --- docs/security_analysis/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/security_analysis/index.md b/docs/security_analysis/index.md index 8b206742d..e9ffaa7cf 100644 --- a/docs/security_analysis/index.md +++ b/docs/security_analysis/index.md @@ -26,6 +26,7 @@ Psalm recognises a number of taint types by default, defined in the [Psalm\Type\ - `sql` - used for strings that could contain SQL - `ldap` - used for strings that could contain a ldap DN or filter - `html` - used for strings that could contain angle brackets or unquoted strings +- `has_quotes` - used for strings that could contain unquoted strings - `shell` - used for strings that could contain shell commands - `callable` - used for callable strings that could be user-controlled - `unserialize` - used for strings that could contain a serialized string