hey guys, two days ago after building a project with laravel, i sent my project to some one for testing it, but they found sql injection in project and they said that it problem is with the php v8, so it is true that php 8 has sql injection problem ?
No (very doubtful at least).. Sql injections comes from insecure code. Did they reference anything or give you and example of the endpoint where they injected sql?
@shadkamel there's a plethora of videos on this platform (Laracasts) about testing. Testing endpoints, testing validation even browser testing with things like Cyprus. Press / and search for such topics and it'll mean people don't have to waste their time paraphrasing a video they have already watched, for you.
@shadkamel Pen testing is a whole science in itself. That is why you hire externals to do it for you. Normally you get a report that specifies what they were and to do, and how they were able to do it. Doing so yourself will take quite some time to research
So you send your project to someone for testing but they don't give you specific details on where the SQL injection is? That sounds very strange and not a helpful company / person at all for these kind of testing. You should ask the person that tested it for more details.