mirror of
https://github.com/danog/psalm.git
synced 2024-12-15 10:57:08 +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
109 B
PHP
8 lines
109 B
PHP
<?php
|
|
namespace Psalm\Issue;
|
|
|
|
class TaintedCookie extends TaintedInput
|
|
{
|
|
public const SHORTCODE = 257;
|
|
}
|