Five Minute Guide to Software Security
oneupsecurity.com
Five Minute Guide to Software Security
1–10 of 37 posts
Re: Five Minute Guide to Software Security
#2isn't crossdomain.xml an adobe flash thing?
Re: Five Minute Guide to Software Security
#3Re: Five Minute Guide to Software Security
#4Re: Five Minute Guide to Software Security
#5Seriously, keep it EFFING SIMPLE. The more complex and involved it is the more things can and will break.
Does no one follow that anymore?
Re: Five Minute Guide to Software Security
#6Always avoid reading, storing, or interacting with secure, personal, or otherwise "interesting" data. As much as possible, strip this information from your application, so that when it gets pwned the blast radius is absolutely miniscule.
Create software not liabilities.
Re: Five Minute Guide to Software Security
#7Wow did I miss arguably the most important box to check, KISS? Seriously, keep it EFFING SIMPLE. The more complex and involved it is the more things can and will break. Does no one follow that anymore?
Re: Five Minute Guide to Software Security
#8These types of guides always overlook the most important principle of software security: Always avoid reading, storing, or interacting with secure, personal, or otherwise "interesting" data. As much as possible, strip this information from your application, so that when it gets pwned the blast radius is absolutely miniscule. Create software not liabilities.
Re: Five Minute Guide to Software Security
#9These types of guides always overlook the most important principle of software security: Always avoid reading, storing, or interacting with secure, personal, or otherwise "interesting" data. As much as possible, strip this information from your application, so that when it gets pwned the blast radius is absolutely miniscule. Create software not liabilities.
Re: Five Minute Guide to Software Security
#10Wow did I miss arguably the most important box to check, KISS? Seriously, keep it EFFING SIMPLE. The more complex and involved it is the more things can and will break. Does no one follow that anymore?