Need help about "Comments from your Quality team"

Comments from your Quality team

  • Please make sure the code adheres to PSR standards.
  • Make sure that the code doesn’t raise any PHP errors, notices or warnings. Please set error_reporting(E_ALL)
  • Please double check for common security vulnerabilities: SQL injection, XSS, CSRF etc
  • Please make sure the item doesn’t contain any encrypted code or a third party licensing system.

Does it mean that I have all this problems in my script ?
Laravel display errors so why do I need to use error_reporting(E_ALL) ?
If so, i thinked that Laravel securise himself the CSRF, XSS and SQL injection… Am I wrong ?
I don’t have any encrypted code or a third party licensing system so why do i have it in the comment ?

Please if you have the answer of any of this questions, help me !

Hi mate,

I had the same notes before, i just made sure everything noted is fine, I think you have to re-check your code for the following notes, make sure that everything is fine and submit it again to Envato :slight_smile:

Regards,

1 Like

Okay.

Thank you DoughouzForest.

You found that all what they said you have to check was incorrect ?

1 Like

Yup, exactly.

Just set error_reporting to 1 and test the site, check if there are any errors , notices or warnings.

And check the rest too.

1 Like