mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Taint analysis should always run fully
This commit is contained in:
parent
5246841b12
commit
29ac570279
@ -659,6 +659,7 @@ if ($config->run_taint_analysis || (isset($options['track-tainted-input'])
|
||||
|| isset($options['security-analysis'])
|
||||
|| isset($options['taint-analysis']))
|
||||
) {
|
||||
$is_diff = false;
|
||||
$project_analyzer->trackTaintedInputs();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user