mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Add reference to the has_quotes taint
This commit is contained in:
parent
19cc4cb4ee
commit
74ec3affc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user