Slashdot Mirror


Free Can Make You Bleed: the Underresourced Open Source

jones_supa (887896) writes "After the Heartbleed fiasco, John Walsh brings attention to the lack of proper manpower and funding to run various open source projects. Free is not usually a bad thing, but it can be when it causes the software your business depends on to be under resourced. 'OpenSSL for example is largely staffed by one fulltime developer and a number of part-time volunteer developers. The total labor pool for OpenSSL maybe adds up to two fulltime developers. Think about it, OpenSSL only has two people to write, maintain, test, and review 500,000 lines of business critical code. Half of these developers have other things to do.' Theo de Raadt has also spoken about too much donations coming from the little people instead of companies, and not too long ago even the OpenBSD project almost couldn't pay its power bills. Walsh goes on to ponder security of open source software, the 'many eyes' phenomenon, dedicating people to review code, and quality control."

29 of 175 comments (clear)

  1. Lol whut? by Anonymous Coward · · Score: 5, Insightful

    If your business relies "critically" in its functions on such a piece of software, how would you as a business owner ensure the continuity of the "critical" function?

    A. Hire someone to maintain and work on that software.
    B. Whine about someone not giving you their time for free.
    C. Buy a commercial solution which costs you 50 k USD a year and has at most same level of support as OpenSSL (though better packaged and you get to chat with the smooth sales rep)

    What do you do?

    1. Re:Lol whut? by JaredOfEuropa · · Score: 3, Insightful

      A. In a lot of cases this is a managable risk. You don't even need a full time employee; if an issue occurs (and if you manage it right, you'll often know about it ahead of time) you just hire a troubleshooter contractor for a few weeks to fix things. We've done this a few times with both FOSS software, and Mickey Mouse in-house software (think Access / VBA stuff), and in all cases the fix was faster and cheaper to apply than with comparable proprietary software.

      And I'll let you in on a little secret: some teams writing proprietary software are also understaffed. The difference is that you won't know that they cut corners until things go bad. On the plus side: you get to blame the vendor instead of being blamed for your reckless choice of FOSS.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    2. Re:Lol whut? by Gunboat_Diplomat · · Score: 2

      $50K a year can be a bargain compared to development and maintenance in-house.

      Don't forget that what is "outsourced" for you is "in-house" for the outsourcer. If you can't beat him on price and assuming similar labor costs, it means you have poor/too much management overhead.

      Or, the commercial $50K a year solution has the advantage of scale by spreading its cost on multiple customers. If the commercial provider has 1000 customers paying $50K a year, the economy of that is hard to beat by being lean on management overhead.

    3. Re:Lol whut? by jedidiah · · Score: 2

      > Or, the commercial $50K a year solution has the advantage of scale by spreading its cost on multiple customers.

      Or not. Throwing money at a corporation is no gaurantee that you will get something that's any better than what you can get for free. All you are doing is buying a yourself a delusion. Perhaps your upper management buys into the same insanity. That doesn't make it any less insane.

      All that a commercial solution ensures is that you can never really now what kind of crap you're dealing with, you will always be stuck dealing with one particular corporation, and they can orphan the product any time they like.

      The modern Ayn Rand style corporation is out to enrich it's stockholders. You as a customer are the last on their list of priorities.

      --
      A Pirate and a Puritan look the same on a balance sheet.
  2. Look from the K.I.S.S. side by eexaa · · Score: 3, Interesting

    From a bit different perspective (largely unix-practical) -- when not having enough resources, you are forced to keep stuff simple. That's usually good, isn't it?

    Anyway, I always wondered why is OpenSSL such a bloated pile of code. It does one god damn gazillion things tightly packed. Now, TLS implementation itself is pretty simple, Key management tools are pretty simple, PKCS verification tools are pretty simple, mathematics behind that is pretty simple, commandline tools for quickusing the maths are simple, relationship between those entities ("APIs") are well-defined and usually clear. Who stuffed all of it into one project?!

    PS. Bonus paranoia&FUD I saw today: http://pastebin.com/gjkivAf3

  3. Slant: look who is writing the article by nctritech · · Score: 5, Informative

    The author works for the actual SSH company that sells commercial SSH software. Though the points may largely be valid, a lot of the slant in the article is meant to tell people "this is what happens when you don't pay for software, so buy our commercial stuff today. Because it can't POSSIBLY suffer from the same kind of mistake, right? Right guys? ...guys?"

    SSH programmers make mistakes. The article writer has an agenda and it's quite obvious. There is no reason to assume SSH is of any better quality than OpenSSH. He even shoots his implication in the foot: "are you going to review two year old patches for errors? No, of course not." This is no different in paid software. If it gets missed during any sort of review, the hole remains. See the recent IE 0-day hole (which has only been around for over a decade) for proof that this is true.

    1. Re:Slant: look who is writing the article by Gaygirlie · · Score: 2, Interesting

      While you have a point, you could also take away from the article that OpenSSL needs money.

      Good thing, then, that that's being actively taken care of. Ars Technica just posted an article recently that they're getting a lot more donations now and some large companies pledged to donate $50,000 yearly for 3 or 5 years. That should definitely help for a while, though I hope that after those 3 or 5 years have passed things don't go back to the way they were.

    2. Re:Slant: look who is writing the article by MightyYar · · Score: 3, Interesting

      Despite the slant, I actually came away impressed at the demonstration of efficiency: 2 developers are doing the work of perhaps thousands if the tools weren't open source.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    3. Re:Slant: look who is writing the article by NapalmV · · Score: 3, Funny

      Let's reformulate: 2 developers are doing the work of perhaps thousands of managers, HR, legal, PM, accounting etc. employing 2 developers.

    4. Re:Slant: look who is writing the article by Anonymous Coward · · Score: 2, Insightful

      why are they wasting time and effort implementing OpenSSL extensions people don't actually need?

      You say that like there was some kind of central management decision to implement heartbeat instead of something else. There wasn't. There was just some guy who sacrificed his personal time to implement a feature that may be useful to some (maybe not to you). What have you done for OpenSSL so far?

  4. Cheap ass gits. by serviscope_minor · · Score: 4, Insightful

    If your business is depending *critically* on a piece of free software then don't be such a cheapass git. Hire a developer or allocate some of your budget to fund the project.

    Problem solved.

    --
    SJW n. One who posts facts.
    1. Re:Cheap ass gits. by nctritech · · Score: 2

      As a programmer who uses git daily, your use of the word "git" in this sentence has proven amusing. They should add a "git donate" command...

    2. Re:Cheap ass gits. by TapeCutter · · Score: 3, Informative

      A moron in the UK is commonly referred to as a "useless git". A "git" is an old ironworkers term, it's the (useless) bit of metal that solidifies in the pour hole of a cast. I think "git" software derives it's name from the way some Americans pronounce "get", but I have no idea if that's true..

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    3. Re:Cheap ass gits. by nctritech · · Score: 2, Informative

      Free as in freedom, not as in beer. This is the biggest problem with the use of the word "free" to explain it, which was one reason "open source" was coined. "Free" implies "no cost" to most people.

    4. Re:Cheap ass gits. by Immerman · · Score: 2

      Perhaps because he's not a native English speaker? His name is only pronounced Line-us in English, in Swedish (his mother tongue) it's closer to Lee-noose and in Finnish it's Lee-noess. From the man himself: https://www.youtube.com/watch?...

      My guess for Linux is that English is the international trade tongue, and in it the pronunciation is ambiguous between lin-ux and line-ux, with lin-ux being closer to his native pronunciation.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
  5. BS by NapalmV · · Score: 4, Insightful

    How many programmers does Microsoft have? Are their products bug free as a result?

  6. What about recent MSIE security problems? by walterbyrd · · Score: 2

    This article is nothing but pure propaganda.

    Free software may not be perfect, but, from a security standpoint, it easily beats microsoft, and most other proprietary software.

  7. Re:It's not underresourced by paskie · · Score: 4, Insightful

    In some cases, fragmentation is bad. In case of critical infrastructure, fragmentation is great!

    Having multiple interoperating implementations has been always one of the basic requirements for internet standards, it ensures future growth and leaving out the worst warts, dependency on undocumented behavior etc. But most importantly, if a bug is found in one of the implementations, it cannot take out the complete internet infrastructure because large parts of it are running a different implementation. Even if a bug is found on a protocol level, some implementations may not implement that feature or implement it slightly differently and aren't involved. Fragmentation is essential to the robustness of internet.

    --
    It's not the fall that kills you. It's the sudden stop at the end. -Douglas Adams
  8. Re:Honor only limit by Anonymous Coward · · Score: 5, Insightful

    The problem is that with "many eyes" all the eyes are assuming some other eyes are looking.

  9. Money no guarantee by LordLucless · · Score: 3, Informative

    Free is not usually a bad thing, but it can be when it causes the software your business depends on to be under resourced.

    Of course, paying money for closed source software is no guarantee that it's going to be adequately resourced either. Compare the two most recent, high-profile flaws, both very similar, in that they deal with memory allocation issues:
    - Heartbleed on SSL has a team of 2, was extant for 2 years, was patched in 6 days, and the patch was available to anyone who used the software
    - CVE-2014-1776 on Internet Explorer. Don't know how many people the team, was extant for 13 years, was patched in 6 days, and the patch was originally going to be denied to users who hadn't upgraded recently.

    This does not seem to be an issue with closed vs open source development models - both have had major vulnerabilities extand for far too long, and both can turn around fairly rapid patches when needed. Doling out cash to Microsoft is no more effective at securing your applications than using free open source products.

    --
    Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  10. Time for a non-commercial copyleft license ? by bug1 · · Score: 2

    The only way corporations are going to carry their fari share of the burden is if they are legally required to. The only way to do that is to make them pay with $, its all they understand.

    Libre software is being used by corporations to build gold-plated cages for consumers. Its time to stop playiong their game.

    Our glorious leaders are fundamentally wrong on the concept that software tshould be "free to use for any purpose", it should be free to use for the purpose of ensalving us.

  11. The problem is not free. The problem is "free" by Opportunist · · Score: 3, Insightful

    The problem is not that the software is free (as in open). The problem is that people (and companies even more) perceive it as free (as in beer). That that's the main misconception.

    Companies want to cut corners by using OSS. They don't do it because it's easier to review, easier to adapt or easier to find someone who can audit it sensibly. They want it because they can grab it and use it without having to pay anyone for it.

    And that simply won't fly. Because that entails the "can't someone else do it?" attitude. Yeah, the code should be reviewed. But someone else will do that, we needn't spend money on that. And it should be audited, but can't someone else do it and we save some money?

    Funny enough, the fact that anyone can review, audit and fix things is also the reason why nobody does it. It's a bit like that job in your company that anyone could do, and since anyone can do it, everyone relies that someone else will. There's so many who can, at least ONE of them will. Right? RIGHT?

    And since the fact that it is "cost neutral" (to avoid saying the ambigious free) is one of the criteria, if not actually THE criterion, why an OSS product is chosen 999 out of 1000 times in a corporation environment, you may rest assured that the same cheapskates that chose OSS because they can pinch a penny will not spend it on auditing it.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  12. Re:Honor only limit by LinuxIsGarbage · · Score: 4, Insightful

    ....the 'many eyes' phenomenon,....

    And nobody reviews the source code. People download, use the library/code or whatever and be on their merry way.

    This "you can't get anything bad through because the source is freely available" has proven to be horseshit.

    Some people are under the assumption if you release something open source, you will get hundreds of volunteers lining up to work on it. And when they do, they will work on EVERYTHING. Truth is unless your project is "sexy" it's hard to get developers. Look at Linux kernel, a lot of the development is done by paid developers (not a lot sexy about the kernel). Look at where projects spend their focus: Firefox reinventing the UI again, Compiz Wobbly windows, usually any application that can be skinned, has 400 skins for every useful plugin. Meanwhile things like performance, or user documentation gets neglected.

    Don't get me wrong, I think there's benefits to Open Soruce development models, I just don't think open sourcing something means hundreds of people are looking at it.

  13. Re:Honor only limit by Barsteward · · Score: 5, Insightful

    But you do get a "lot less bad though". Compare open source to closed source and compare the problems and the number of those problems. Close source security problems lead the way by a long margin.

    No system is perfect but open source is closer to that ideal than closed source.

    --
    "The hands that help are better far than lips that pray." - Robert Ingersoll (1833-1899)
  14. The problem is both forms of free. by sirwired · · Score: 3, Interesting

    One follows from the other. If your Free license says that anybody that works on your product is required to give away their efforts for free-beer free, it should not be surprising that it's difficult to find companies to spend money on something (like paying a developer) that won't give them a competitive advantage. This, incidentally, is why we have taxes; it forces people (and companies) to pay for the common good. We wouldn't have much in the way of public works if they relied solely on charitable donations and user fees.

    This is a persistent weakness of Free software, but you'll never get RMS to admit that money to pay for programmers does not magically fall from the sky. People are cheap, and if they can get something for free, it's no shock that few of them will pay for it.

    In my mind, an ideal software license would have the following;

    1) Mandatory Code Release (This gives you some software Freedom)
    2) Payment required to copy and/or use the software.
    3) Some sort of revenue sharing scheme so that any contributors to the code receive a portion of the funds collected.

    Think of it like a "software co-op license"

    (This, incidentally, is how industry standards commonly work in the hardware business. You want to implement the IEEE 1234.567 standard? You pay up a standard fee per implementation, and that's doled out to the contributing companies.)

  15. Every commercial project I've seen is understaffed by plopez · · Score: 3, Insightful

    Understaffed to save money with a huge backlog, insane deadlines, cut corners, and massive scope creep. So what's his point?

    --
    putting the 'B' in LGBTQ+
  16. Re:It's not underresourced by lgw · · Score: 3, Insightful

    That assumes it's not possible to get software right. For a small enough code base (and 500k lines of code it pretty small), that's simply not true. The most robust solution is a monoculture around a bug-free product.

    The problem is that getting there takes a lot of manpower for some pretty boring work, and that takes funding. But the funding required is pretty trivial on the scale of the companies who depend on OpenSLL. This is the kind of product where Google et al should fund hiring every security expert that there is in the world to independently crawl the code, fizz test, all the usual tricks. Then offer a $1 million bug bounty. Same for SSH. It's pathetic that we can't get this basic plumbic right, when it's just a matter of resources, and damn cheap on the scale of the companies to which it matters.

    If we has an NSA that actually did it's original, defensive job we'd have this done already at taxpayer expense (and money well spent, for once), but we see that's simply not possible, so it's up to the private sector to step up.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  17. The problem is greed ... by jopet · · Score: 2

    The ones now complaining about how risky it is to rely on open-source software are exactly thos thousands of companies who just use open-source and never give anything back, usually not even provide a patch ever. It is not the fault of open-source it is the fault of greedy assholes who just take, never give back and then complain and bash.

  18. Re:It's not underresourced by Lisias · · Score: 2

    Fragmentation is the cost of the freedom: without the rights that can lead to fragmentation, Software would never be free (neither "libre").

    A fragmented community is not a software problem - it's a leadership problem: we must learn to choose better our leaders. Since people rarely agree with other - forking is the best (but not always the cheaper) way to decide who's right.

    --
    Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org