Skip to content

Allow to implement custom taint type classes #3208

Allow to implement custom taint type classes

Allow to implement custom taint type classes #3208

Triggered via pull request February 22, 2024 22:20
Status Failure
Total duration 55s
Artifacts

bcc.yml

on: pull_request
Check backward compatibility
41s
Check backward compatibility
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Check backward compatibility: src/Psalm/Codebase.php#L2423
Default parameter value for parameter $taints of Psalm\Codebase#addTaintSource() changed from array ( 0 => 'html', 1 => 'has_quotes', 2 => 'shell', 3 => 'sql', 4 => 'callable', 5 => 'eval', 6 => 'unserialize', 7 => 'include', 8 => 'ssrf', 9 => 'ldap', 10 => 'file', 11 => 'header', 12 => 'cookie', ) to NULL
Check backward compatibility: src/Psalm/Codebase.php#L2450
Default parameter value for parameter $taints of Psalm\Codebase#addTaintSink() changed from array ( 0 => 'html', 1 => 'has_quotes', 2 => 'shell', 3 => 'sql', 4 => 'callable', 5 => 'eval', 6 => 'unserialize', 7 => 'include', 8 => 'ssrf', 9 => 'ldap', 10 => 'file', 11 => 'header', 12 => 'cookie', ) to NULL
Check backward compatibility
Process completed with exit code 3.