Replies: 1 comment 6 replies
-
When deploying PHP applications, it's crucial to find a balance between functionality and security. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any reason why the (caching) folders set writeable by the writable task is not set read-only after caching is performed?
Isn't it a security risk to have writeable php-files? What folders can be set read only and which need to retain writeable?
Why is setfacl used to set access rights, could't chmod be used? Option to force use of chmod?
Beta Was this translation helpful? Give feedback.
All reactions