Explaining that Laravel Image File Upload Vulnerability...
Hey! Thanks for relaying the information that quick, I missed it.
As additional security check you can also verify that the file is an actual image by validating the width or height has a minimum of 1px
is this work for .php too or just .html? I just test using .php it still cannot uploaded but when i try using .html it can why that happen?
Laravel Security: File Upload Vulnerability
Hey! Thanks for relaying the information that quick, I missed it.
As additional security check you can also verify that the file is an actual image by validating the width or height has a minimum of 1px
is this work for .php too or just .html? I just test using .php it still cannot uploaded but when i try using .html it can why that happen?