PaulHendriks

Results 4 issues of PaulHendriks

This is a: * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.2.8 * Platform and Target: Apache2, 10.4.18-MariaDB, PHP 7.4.6 ### What i...

defect
ORM

With CakePHP2 we used ACL; it was very straightforward to show which role/user is authorized to do 'something'. Now (CakePHP4) we use policies, which have no such visual aspect. During...

## Bug description If CSP policy is strict and requires a nonce, the generated block wont work ## Environment - Browser: Firefox ## Minimal code snippet Content-Security-Policy | script-src 'nonce-bTFivopG26dOZPgqLdM1Yg27';...

bug

It'd be nice if a DTO could contain multiple levels. For example: ```php #[OpenApiSchema] class Nested { public function __construct( #[OpenApiSchemaProperty(name: 'name')] public string $name, #[OpenApiSchemaProperty(name: 'other', type: 'object')] public...

enhancement