Fix hanging scans due to exceptions or internal PHP errors #250
Annotations
7 errors and 1 warning
PHPStan:
application/controllers/CertificateController.php#L1
Ignored error pattern #^Parameter \#1 \$cert of method Icinga\\Module\\X509\\CertificateDetails\:\:setCert\(\) expects Icinga\\Module\\X509\\Model\\X509Certificate, Icinga\\Module\\X509\\Model\\X509Certificate\|null given\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/CertificateController.php was not matched in reported errors.
|
PHPStan:
application/controllers/ChainController.php#L1
Ignored error pattern #^Cannot access property \$target on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
PHPStan:
application/controllers/ChainController.php#L1
Ignored error pattern #^Offset 'invalid_reason' does not exist on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
PHPStan:
application/controllers/ChainController.php#L1
Ignored error pattern #^Offset 'valid' does not exist on Icinga\\Module\\X509\\Model\\X509CertificateChain\|null\.$# in path /home/runner/work/icingaweb2-module-x509/icingaweb2-module-x509/application/controllers/ChainController.php was not matched in reported errors.
|
PHPStan:
application/controllers/ChainController.php#L62
Parameter #2 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
PHPStan:
library/X509/DbTool.php#L43
Method Icinga\Module\X509\DbTool::unmarshalBinary() should return string but returns resource|string.
|
PHPStan
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading