Yes Small Companies Can-and shocould-Build Secure Software

Source: Internet
Author: User

"For large software companies or major deployments such as banks or health care firms with large custom software bases, investing in software security can prove to be valuable and provide a measurable return on investment, but that's probably not the case for smaller incluises, said John vies, executive vice president of products, strategy and services at SilverSky and an authority on software security."
Schneier on Security: Is Software Security a Waste of Time?

 

Bullshit.

It's foolish and short sighted to pretend that software security is only a problem for your ISES or enterprise software vendors. small companies write software that big companies use, which means that these big companies are putting their MERs at risk. this is happening all of the time.

And it's wrong to believe that small shops can't do anything practical about building secure software. i'm not talking about swallowing something like Microsoft's SDL whole-for some people, the argument seems to be that

"If you aren't following Microsoft's SDL then you can't build secure software, and nobody should t Microsoft can follow the SDL, so you might as well give up ."

 

But you don't need to adopt the SDL, or any other large-scale, expensive, enterprise-quality software security program. any small shop can take some reasonable steps that will go a long way to building secure software:

  1. First, take some time upfront to understand the business requirements for security and compliance and for handling confidential and private data-what information do you need to protect, who can see and change what data, what data do you have to encrypt, what data shocould you not store at all, what do you need to log? All of this is just part of understanding what kind of system you need to build.
     
  2. Think about your application architecture, and choose a good application framework. for all the noise about "emergent design", almost everybody who builds business apps-even small teams following Agile/Lean methods-use some kind of framework. it's stupid not. A good framework takes care of all kinds of problems for you-including security problems-which means that you can get down to delivery features faster, which is after all the point.

    If you're a Ruby developer, rails will take care of a lot of security problems for you-as long as you make sure to use Rails properly and you make sure to keep Rails up to date (the Rails community has made some mistakes when it comes to security, but they seem committed to fixing their mistakes ).

    Play, a popular application framework for Java and Scala, includes built-in security features and controls, as do your other frameworks for Java, and frameworks for PHP and other programming ages, and of course there's. NET for Microsoft platforms, which is loaded with security capabilities.

    None of these frameworks will take care of every security problem for you-even if you use them properly and make sure to keep them patched as security vulnerabilities are found. but using a good framework will reduce risk significantly without adding real costs or time to development. and when you do need to do something about security that may not be encoded in the framework (like properly handling encryption ), there are good security libraries available like Apache Shiro that will make sure that you do things right while still saving time and costs.
     
  3. Write solid, defensive code: code that works and won't boink when it is used in the real world. check input parameters and API return values, do a good job of error handling, use safe libraries. program responsibly.
     
  4. Take advantage of static analysis tools to catch bugs, including security bugs. at least understand and use any static analysis checkers that are in your IDE and free, easy to use tools like Findbugs and PMD for Java, or Microsoft's tools. NET. they're free, they find bugs so you don't have to-why wouldn't you use them?

    Most inclucial tools are too expensive for small teams, although if cig?comes through with small-bundle pricing for Secure Assist this wowould finally provide small development teams high-quality feedback on security bugs.

Sure there is a lot more that you coshould do or shoshould do if you need. but even modest and reasonable steps will go a long way to making software safer for MERs. and there's no reasons that small teams can't-or shouldn't-do this.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.