We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The default access level for Acl is Acl::ALLOW.
Acl
Acl::ALLOW
It needs to be changed to Acl::DENY to ensure that only the developer/app allow subjects and operations vs the component itself
Acl::DENY
The text was updated successfully, but these errors were encountered:
Merge branch 'niden-T13758-acl-default-access-level' into 4.0.x
28ebca5
* niden-T13758-acl-default-access-level: [#13758] - Added changelog entry [#13758] - Added test for default action in Acl [#13758] - Added default action to be deny [4.0.x] - Added match to travis for issue branches [4.0.x] - Code cleanup Revert "Revert "[4.0.x] -"" Revert "[4.0.x] -" [4.0.x] - [4.0.x] - PHPCS fix
Implemented
Sorry, something went wrong.
phalcon#13758: Phalcon\Exception implements \Throwable
Phalcon\Exception
\Throwable
de63879
#13758: Phalcon\Exception implements \Throwable (#13776)
54d725c
niden
No branches or pull requests
The default access level for
Acl
isAcl::ALLOW
.It needs to be changed to
Acl::DENY
to ensure that only the developer/app allow subjects and operations vs the component itselfThe text was updated successfully, but these errors were encountered: