1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00

Taint analysis should always run fully

This commit is contained in:
Matt Brown 2020-11-17 17:59:05 -05:00
parent 28dee4146a
commit 1708bae984

View File

@ -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();
}