Skip to main content

Software security is hopelessly broken

  • January 8, 2018
  • 1 reply
  • 1 view

Jasper_The_Rasper
Moderator
Forum|alt.badge.img+54
January 6th, 2018  By Blaine Osepchuk
 
As software developers, we are doing a terrible job of protecting the data we collect from our users because software security is hopelessly broken. This is a huge topic so I'll restrict my comments to coding, encryption/hashing, web server configurations, regulation, and what we can do about the security of the software we create and maintain.
 

Programming needs to be significantly safer by default

 
We're failing on the easy stuff. We are guilty of hard coding API passwords in our code bases and then posting it on github, insecurely storing user passwords, writing code that's vulnerable to injection and overflow attacks, failing to properly validate data before using it, not protecting our backups, not deleting data we no longer need, etc., etc..
 
Full Article.

1 reply

Let the truth be know........these developers now realize the problem and need to fix it at the gate.