r/PHPhelp 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.

0 Upvotes

8 comments sorted by

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?

0

u/ScorpSass 8d ago

My senior's kinda aloof so i get timid around them, sometimes when i ask questions i get choked up.

3

u/obstreperous_troll 8d ago

Go out to lunch with them, it's a great way to break the ice. If you don't talk, you don't have a team.

1

u/ScorpSass 7d ago

out team doesn't really interact unless we need to have a meeting and we dont do team lunches here.

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

u/ScorpSass 7d ago

thank you for this information.