Google China hackers stole source code
uk.news.yahoo.com
Google China hackers stole source code
1–10 of 17 posts
Re: Google China hackers stole source code
#2Re: Google China hackers stole source code
#3While reading that, for a moment I though that Google were using McAfee security and seriously pondered the wisdom in using their services anymore.
Re: Google China hackers stole source code
#4Re: Google China hackers stole source code
#5Re: Google China hackers stole source code
#6It seems like a lot of developers write closed source, commercial systems with the assumption that malicious users will never see it.
Re: Google China hackers stole source code
#7It's not really stealing if Google still has the source code. Unless reading a book is now called "stealing a book".
Re: Google China hackers stole source code
#8Re: Google China hackers stole source code
#9It seems to only claim that source control services are a good target and are frequently configured with no security (which is A Bad Thing), but does not blame Perforce as an attack vector. The article implies, however, that Perforce was used as an attack vector which does not appear to be the case. Of course, it is very hard to discern what the article actually says when they spend one sentence per idea, with no further explanation or investigation.
[1]: http://siblog.mcafee.com/cto/source-code-repositories-target...
Re: Google China hackers stole source code
#10Stuff like this is why it's important for all developers to study computer security. It is possible to create computer systems such that malicious users are unlikely to break into them, even if they have the entire system's source code. For example, look at heavily used open source software. It seems like a lot of developers write closed source, commercial systems with the assumption that malicious users will never s…