Skip to content

Detect DoS by sleep vimeo#10178 #2481

Detect DoS by sleep vimeo#10178

Detect DoS by sleep vimeo#10178 #2481

Triggered via pull request September 28, 2023 10:08
Status Failure
Total duration 1m 1s
Artifacts

bcc.yml

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

Annotations

4 errors
Check backward compatibility: src/Psalm/Codebase.php#L2106
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', 13 => 'xpath', ) to 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', 13 => 'xpath', 14 => 'sleep', )
Check backward compatibility: src/Psalm/Codebase.php#L2133
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', 13 => 'xpath', ) to 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', 13 => 'xpath', 14 => 'sleep', )
Check backward compatibility: src/Psalm/Type/TaintKindGroup.php#L10
Value of constant Psalm\Type\TaintKindGroup::ALL_INPUT 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', 13 => 'xpath', ) to 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', 13 => 'xpath', 14 => 'sleep', )
Check backward compatibility
Process completed with exit code 3.