1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
This commit is contained in:
Daniil Gentili 2023-11-26 19:46:45 +01:00
parent 1e2e2248d9
commit 73a340fde8

View File

@ -2314,14 +2314,6 @@ class TaintTest extends TestCase
',
'error_message' => 'TaintedShell',
],
'shellExecBacktickConcatInt' => [
'code' => '<?php
$input = (int) $_GET["input"];
$x = `ls /path/$input`;
',
'error_message' => 'TaintedShell',
],
/*
// TODO: Stubs do not support this type of inference even with $this->message = $message.
// Most uses of getMessage() would be with caught exceptions, so this is not representative of real code.