1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm/Issue/TaintedLdap.php
Lukas Reschke ddbfbb28e6
Split LDAP into custom category (#4604)
- Adds ldap_escape as sanitizer
- Defines the right parameters to ldap_search as sink
- Wrote documentation
- Added tests
2020-11-18 11:39:36 -05:00

8 lines
107 B
PHP

<?php
namespace Psalm\Issue;
class TaintedLdap extends TaintedInput
{
public const SHORTCODE = 254;
}