Slashdot Mirror


It's Official: NSA Spying Is Hurting the US Tech Economy

An anonymous reader writes China is backing away from U.S. tech brands for state purchases after NSA revelations, according to Reuters. This confirms what many U.S. technology companies have been saying for the past year: the activities by the NSA are harming their businesses in crucial growth markets, including China. From the article: "A new report confirmed key brands, including Cisco, Apple, Intel, and McAfee -- among others -- have been dropped from the Chinese government's list of authorized brands, a Reuters report said Wednesday. The number of approved foreign technology brands fell by a third, based on an analysis of the procurement list. Less than half of those companies with security products remain on the list."

1 of 270 comments (clear)

  1. Re:Good indeed, for open source by Anonymous Coward · · Score: 5, Informative

    The fact that you can't see the faulty code in closed proprietary software doesn't mean that it has no exploits. You clearly haven't worked in proprietary software development teams and seen the incompetent vomit that goes into products.

    Vulnerabilities are detectable by boundary testing and fuzzing just as easily in closed software as in open software, but in very stark contrast, in closed software there is no possibility of the community finding the faulty code and reporting it, so typically the vast majority of vulnerabilities never get fixed.

    The initial bug rates per KLoC don't vary between closed and open projects. The difference is that in open software, bugs are rapidly found and eliminated, so you've completely misunderstood what you're seeing. The high rates of 0-day reporting show the process of fault elimination working rapidly in open source, whereas in closed software it's far slower and so the faults hang around far longer.

    Maybe you should think a little about what it means before posting a nonsense conclusion.