Pixelairport's avatar

Automation for security tests

I have to check a project from somebody, who just started with laravel. He says i should check for security risks. Is there a tool or service, where maybe 80% of problems can be found automatically? I will check later some youtube videos and blogs for this topic. But maybe there is also a process to find it... maybe a phpstorm plugin to crawl code or a mac app... or online service?

0 likes
2 replies
automica's avatar
automica
Best Answer
Level 54

you can check for security Vulnerabilities by utilising enlightn https://www.laravel-enlightn.com.

Enlightn also sweeps your code for:

  • Performance Checks (including bloat and n+1)
  • Security Checks
  • Reliability Checks

Theres a paid version but the free version should be sufficient for your needs.

2 likes

Please or to participate in this conversation.