1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/docs/security_analysis
Lukas Reschke 7079cff31c
$expr->name is not prefixed with $ (#4554)
The example as-is would currently not flag the following code:

```
	public function foo() {
		$foo = $bad_data;
		\shell_exec($foo);
        } 
```

Switching it to `bad_data` made it work.
2021-01-29 11:46:11 +01:00
..
annotations.md Fix #3610 - add security analysis documeentation 2020-06-22 00:18:15 -04:00
avoiding_false_positives.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
custom_taint_sinks.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
custom_taint_sources.md $expr->name is not prefixed with $ (#4554) 2021-01-29 11:46:11 +01:00
index.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00