mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
870 B
870 B
Security analysis annotations
@psalm-taint-source <taint-type>
See Custom taint sources.
@psalm-taint-sink <taint-type> <param-name>
See Custom taint sinks.
@psalm-taint-escape <taint-type #conditional>
@psalm-taint-unescape <taint-type>
@psalm-taint-specialize
See Specializing taints in functions and Specializing taints in classes.
@psalm-flow [proxy <function-like>] ( <arg>, [ <arg>, ] ) [ -> return ]
See Taint Flow