News:

Holy shit, it's 2018 2019 2020 2021 2022 2023 2024, and the US isn't a fascist country! What a time to be alive.

Main Menu

Windows outdoes Linux

Started by mynameistmp, January 06, 2006, 02:36:23 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mynameistmp

According to CERT, Linux/Unix had far more vulnerabilities released last year than Windows did...

http://www.theregister.co.uk/2006/01/05/windows_linux_unix_security_vulnerabilities/

Ergot

Saw that and the Slashdot comments. I don't find it very accurate because there are a lot of 3rd-party programs involved there.  I mean... someone could just make some terrible program for Windows and they count as vulnerabilities :/.
Quote from: Newby on February 26, 2006, 12:16:58 AM
Who gives a damn? I fuck sheep all the time.
Quote from: rabbit on December 11, 2005, 01:05:35 PM
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Blaze

Every single windows failure.. err... error isn't published. Also that could mean the problems are still in Windows, waiting to be found. :)
And like a fool I believed myself, and thought I was somebody else...

Chavo

Number of vulnerabilities alone is a horrible base for judging how secure any application (OSes included) is.  Severity of the vulnerability, speed of patching it, and whether the software is in a beta or release stage are incredibly important to consider.  I'm not sure why I even have to say this.

iago

Microsoft constantly claims that they are "faster" at patching vulnerabilities.  What they mean is, from the time they admit it exists to the time it's patched is shorter, on average, than Linux. 

The obvious mistake in there is that Linux programmers don't go, "Uhh, prove to us it can be exploited and we'll consider patching it". 

Sidoh

Quote from: iago on January 06, 2006, 11:44:24 AM
The obvious mistake in there is that Linux programmers don't go, "Uhh, prove to us it can be exploited and we'll consider patching it". 

But it's so much more fun sending Microsoft code that will fry their computers! :)

igimo1

You have to disassemble Windows binaries to find exploits, generally. Linux is open-source, and so it's easier to find exploits. Also, since there are so many exploits floating around for Windows, most people don't even bother.

iago

Quote from: Topaz on January 06, 2006, 06:13:21 PM
Linux is open-source, and so it's easier to find exploits.

It's also easier to fix them, since anybody can write their own patch for it, without worrying about damaging other things like you would with a binary patch.

Sidoh

Plus, it's much less tempting to code something in a deemed "sloppy" way since others are going to be looking at your source.