I guess people would pay for a service that could identify 90% of all security issues with an online service by going through source code and available routes. Anything that is available today?
SQL injection search
31–40 of 114 posts
Re: SQL injection search
#32Earlier quoted context omitted.
So a gaping security hole that compromises all data is less important than using a deprecated interface?
For an application with no exposure, arguably it is. When you upgrade to PHP 5.6 and your application grinds to a halt because mysql_query isn't available, you'll be wishing you'd fixed it sooner.
(RHEL/CentOS is currently on PHP 5.3 and will stay there for a long time.)
Re: SQL injection search
#33Heh, cute. This means Github could probably do some automated means of informing these people that their code is insecure and would be a danger to themselves and their users. I'm not sure if they should, but it's interesting that they could.
There's definitely an opportunity for a service to help developers spot obvious security holes. https://codeclimate.com/ is one I've used but it's Ruby only AFAIK.
Re: SQL injection search
#34I guess people would pay for a service that could identify 90% of all security issues with an online service by going through source code and available routes. Anything that is available today?
https://www.tinfoilsecurity.com/
Re: SQL injection search
#35Re: SQL injection search
#36I guess people would pay for a service that could identify 90% of all security issues with an online service by going through source code and available routes. Anything that is available today?
Re: SQL injection search
#37Re: SQL injection search
#38"We found these issues, and we can fix them all. Pay us for finding them or pay us some more for fixing them, too." sort of thing.
Why don't you see QA shops popping up like this?
Re: SQL injection search
#39Alarmingly (and sadly) most do not.
Re: SQL injection search
#40There is a huge need in the space for a well marketed quality assurance contractor who can find problems like this and fix them. "We found these issues, and we can fix them all. Pay us for finding them or pay us some more for fixing them, too." sort of thing. Why don't you see QA shops popping up like this?