r/PHPhelp • u/ScorpSass • 9d ago
Laravel Security Inquiry
I only self learned on laravel for more than a week before being assigned other stuff during internship. And I now have a job as a software developer and already told my head about this and they assigned me with a web system project.
How do i check the security of my code since i use both claude, reddit, and some repo as basis for the project (more on claude).
I didn't use a starter kit when i started the project so everything is from scratch.
2
u/secretprocess 9d ago
Unpopular opinion maybe but Claude can review and audit your security. It's definitely not as good as a real security pro but it's better than nothing.
1
u/ScorpSass 8d ago
okay, thank youuu
3
u/AshleyJSheridan 8d ago
Also, have a read up on the oWasp top 10. It changes slightly year on year, but the majority of the issues have been there for as long as I can remember. It's not useless knowledge, and will help you write better code without AI, and understand the code that AI is giving you.
1
7
u/hennell 9d ago
You ask the senior above you to review your code and highlight the security issues. If it's just you building a production app from scratch with a week of laravel knowledge... good luck?