mirror of
https://github.com/danog/psalm.git
synced 2024-12-14 02:07:37 +01:00
78f4a0691c
* [WIP] Add dedicated sinks for 'file', 'header' and 'cookie' * Add documentation * Add mapping for taint flows * Add tests * Fix test
8 lines
107 B
PHP
8 lines
107 B
PHP
<?php
|
|
namespace Psalm\Issue;
|
|
|
|
class TaintedFile extends TaintedInput
|
|
{
|
|
public const SHORTCODE = 255;
|
|
}
|