<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sonatype Blog &#187; News</title>
	<atom:link href="http://blog.sonatype.com/people/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sonatype.com/people</link>
	<description>Sonatype is transforming software development with tools, information and services that enable organizations to build better software, faster, using open-source components.</description>
	<lastBuildDate>Thu, 16 May 2013 18:53:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Application Security, Not so Black &amp; White</title>
		<link>http://blog.sonatype.com/people/2013/05/application-security-not-so-black-white/</link>
		<comments>http://blog.sonatype.com/people/2013/05/application-security-not-so-black-white/#comments</comments>
		<pubDate>Wed, 08 May 2013 20:17:14 +0000</pubDate>
		<dc:creator>Ryan Berg</dc:creator>
				<category><![CDATA[CLM]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sonatype]]></category>

		<guid isPermaLink="false">http://blog.sonatype.com/people/?p=13451</guid>
		<description><![CDATA[I’m glad to see that Simon Phipps, independent open source consultant and a director of the Open Source Initiative, promote the need to manage components effectively. In his recent InfoWorld article he notes: “Cyber security is on the national political agenda, but do we really understand what it takes to be secure? Now that enterprise [...]]]></description>
				<content:encoded><![CDATA[<p>I’m glad to see that Simon Phipps, independent open source consultant and a director of the Open Source Initiative, promote the need to manage components effectively. In his recent <a href="http://www.infoworld.com/t/open-source-software/survey-raises-specter-of-massive-enterprise-software-insecurity-217576" target="_blank">InfoWorld article</a> he notes:</p>

<p style="text-align: center;"><i>“Cyber security is on the national political agenda, but do we really understand what it takes to be secure? Now that enterprise development has become component based, rather than using custom code running off-the-shelf platforms, it’s time for enterprise development to wake up and smell the black hats. They’re targeting your components, not just your servers.” </i></p>

<p>Simon references our <a href="http://blog.sonatype.com/people/2013/04/sonatype-announces-results-from-oss-survey/">recent survey</a> of 3500 developers, managers and architects that use open source software and our findings about the prevalence of OSS components. Things like:</p>

<ul>
    <li>Applications are made up of at least 80% components</li>
    <li>Vast majority of organizations have not control over the components they use</li>
    <li>Developers don’t focus much on security</li>
</ul>

<p><span style="line-height: 1.714285714; font-size: 1rem;">His quote sums up the fact that applications are the predominant threat vector, and with the recent data that today’s applications primarily consist of components it should be no surprise that components can be a significant threat. Why? Well it comes down to economy of scale. If the hacker can exploit a single component, and that component is used in hundreds or thousands of independent applications, hmmm check and mate.</span></p>

<p>In another article on <a href="http://www.infoworld.com/d/open-source-software/oracles-closed-approach-keeps-java-risk-217297" target="_blank">InfoWorld</a>, Simon addresses Oracle’s approach to Java stating “Oracle’s closed approach keeps Java at risk”. I’m drawn to his comments comparing whether proprietary or open source software (in this case Java) poses a greater risk. This type of editorial has been going on for years – debating the merits of the “many eyes” theory. He also discusses how technical debt in proprietary systems is a more significant issue than can be found in open source. While I understand (though I don’t agree with his thoughts), I think there is a bigger problem here. Since applications are constructed from components sourced from many locations, organizations need to treat software security using supply chain principles. Components of all types need to be managed: internally developed components, open source components, shrink-wrap (COTS), cloud services, you name it.</p>

<p>The issues that are coming to light with Java may vary in technical detail, but their impact is similar to the pervasiveness of Windows ActiveX controls, Adobe PDF files, or other technologies. For those of you old enough to remember, think about the rampant issues found in UNIX’s open source Sendmail program. The point being, this is not an open source vs. closed source debate, this is an application security problem that is rampant across all communities.</p>

<p>Personally I am glad that Oracle is starting to step up to the plate and address these issues head on, but let&#8217;s not fault the fact that not all Java is open source. And let’s not lead people to believe that by making a project open source, that security is automatically improved. While there are lots of security stars in the open source community, there are plenty of black holes. As a security community, we need to promote better security practices across all development efforts and avoid generalizations that marginalize any one approach.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2013/05/application-security-not-so-black-white/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OWASP Recognizes Component Security</title>
		<link>http://blog.sonatype.com/people/2013/05/owasp-recognizes-component-security/</link>
		<comments>http://blog.sonatype.com/people/2013/05/owasp-recognizes-component-security/#comments</comments>
		<pubDate>Wed, 01 May 2013 18:30:58 +0000</pubDate>
		<dc:creator>Mark Troester</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Sonatype]]></category>

		<guid isPermaLink="false">http://blog.sonatype.com/people/?p=13394</guid>
		<description><![CDATA[The tide is turning. OWASP A9 is more recognition that modern applications are constructed primarily of components. In our recent survey of 3500 developers, managers and architects that use open source, 86% of participants noted applications built today are at least 80% open source. OWASP A9 highlights the potential problems associated with the widespread use [...]]]></description>
				<content:encoded><![CDATA[<p>The tide is turning. <a href="https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities">OWASP A9</a> is more recognition that modern applications are constructed primarily of components. In our recent survey of 3500 developers, managers and architects that use open source, 86% of participants noted applications built today are at least 80% open source. OWASP A9 highlights the potential problems associated with the widespread use of open-source components with known security vulnerabilities in modern-day application development.</p>

<p>Jeff Williams, CEO of Aspect Security and <a href="https://www.owasp.org/index.php/Main_Page">founding member of OWASP</a> puts a fine point on the challenge&#8230;</p>

<ul>
    <li>“The performance, time and cost advantages of agile, open-source development comes at a price – you have to ensure the components you use are up-to-date and secure.&#8221;</li>
    <li>&#8220;Unfortunately, it’s not trivial to figure out what components your applications are using, and even harder to figure out which vulnerabilities apply to those components.&#8221;</li>
    <li>&#8220;The new OWASP Top Ten has detailed recommendations for locking down your software supply chain, and Sonatype’s tools make them much easier.”</li>
</ul>

<p>So why should managing and securing components be a priority? Simply put, components have become a rich attack vector because of their pervasive reuse. Reuse that makes it easy for hackers to propagate their attack across multiple applications and organizations.</p>

<p>OWASP provides a set of best practice recommendations, including:</p>

<ol>
    <li>Identify the components and their versions you are using, including all dependencies.</li>
    <li>Monitor the security of these components in public databases, project mailing lists, and security mailing lists, and keep them up-to-date.</li>
    <li>Establish security policies governing component use, such as requiring certain software development practices, passing security tests, and acceptable license.</li>
</ol>

<p>Sonatype CLM goes beyond these recommendations and is designed to manage the entire component lifecycle. The CLM integrates security, licensing and quality information about the components directly in the tools that developers use (repository manager, IDE, build/CI environment), provides early and quick remediation capabilities, and continuously monitors your production applications.</p>

<p>For more information on recommended best practices, check out the 7 steps to Good Component Practice section (it&#8217;s at the end) of the <a href="http://blog.sonatype.com/people/2013/04/sonatype-announces-results-from-oss-survey/">2013 Sonatype Survey results</a>.</p>

<p>You can also check out the <a href="http://www.sonatype.com/news/software-component-vulnerability-cited-as-latest-application-security-threat-in-owasp-top-ten-list-sonatype-first-to-provide-comprehensive-solution#.UYFiIStASSE">press release announcing OWASP A9</a>.
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2013/05/owasp-recognizes-component-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonatype announces results from OSS Survey</title>
		<link>http://blog.sonatype.com/people/2013/04/sonatype-announces-results-from-oss-survey/</link>
		<comments>http://blog.sonatype.com/people/2013/04/sonatype-announces-results-from-oss-survey/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 18:49:39 +0000</pubDate>
		<dc:creator>Mark Troester</dc:creator>
				<category><![CDATA[CLM]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[open source survey]]></category>
		<category><![CDATA[Sonatype survey]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=13276</guid>
		<description><![CDATA[Once again, you&#8217;ve helped us make this year&#8217;s annual survey the largest of it&#8217;s kind. 3500 of you participated in the latest survey of developers using open source. Your enthusiasm accurately represents the use of open source software in the survey findings: An overwhelming 86 percent of you stated that your applications are at least [...]]]></description>
				<content:encoded><![CDATA[<p>Once again, you&#8217;ve helped us make this year&#8217;s annual survey the largest of it&#8217;s kind. 3500 of you participated in the latest survey of developers using open source. Your enthusiasm accurately represents the use of open source software in the survey findings:</p>

<ul>
    <li>An overwhelming 86 percent of you stated that your applications are at least 80 percent open source with the remaining 20 percent custom components and code.</li>
</ul>

<p>Organizations are reacting to this trend by providing development infrastructure that is designed to leverage open source components and frameworks (e.g., Maven, Hudson/Jenkins, Eclipse, Git, Nexus, etc.):</p>

<ul>
    <li>53% noted that they are standardizing on an open source development infrastructure stack.</li>
</ul>

<p>But given the explosive growth in component usage &#8211; 8 billion downloads from the Sonatype Central Repository in 2012 represents an 800% increase in activity since its inception &#8211; it comes as no surprise that organizations are struggling to keep up:</p>

<ul>
    <li>76% of large organizations have no control over what components are being used in software development projects</li>
    <li>65% don’t maintain an inventory of components used in production applications.</li>
</ul>

<p>And since development is under extreme pressure to deliver applications fast while budgets are being cut, it&#8217;s also not surprising to see security taking a back seat:</p>

<ul>
    <li>More than half of large organizations shared that developers don’t focus on security at all.</li>
</ul>

<p>The good news is that Nexus users have a natural path to address these shortcomings &#8211; a strategy that we call Component Lifecycle Management. And we will soon launch a community relating to Good Component Practice.</p>

<p>But, lets&#8217; get back to the survey.</p>

<iframe src="http://prezi.com/embed/g-01vdbth1co/?bgcolor=ffffff&amp;lock_to_path=0&amp;autoplay=0&amp;autohide_ctrls=0&amp;features=undefined&amp;disabled_features=undefined" frameborder="0" width="550" height="400"></iframe>

<p>&nbsp;</p>

<p>The survey results are also available in <a href="http://img.en25.com/Web/SonatypeInc/%7B43071d5d-4e57-4fa7-9663-cf967945be95%7D_Sonatype_2013Survey.pdf" target="_blank">pdf format here</a>.</p>

<p>Let us know what you think about the results. What did you find surprising? What actions will you take?</p>

<p>And check back with us to continue the dialogue and to learn more about best practice approaches for managing your components.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2013/04/sonatype-announces-results-from-oss-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now Available: SSL Connectivity to Central</title>
		<link>http://blog.sonatype.com/people/2012/10/now-available-ssl-connectivity-to-central/</link>
		<comments>http://blog.sonatype.com/people/2012/10/now-available-ssl-connectivity-to-central/#comments</comments>
		<pubDate>Thu, 25 Oct 2012 15:15:33 +0000</pubDate>
		<dc:creator>Brian Fox</dc:creator>
				<category><![CDATA[Central]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[Archiva]]></category>
		<category><![CDATA[artifactory]]></category>
		<category><![CDATA[central]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=12387</guid>
		<description><![CDATA[We know how components from the Central Repository have become critical to your development efforts. We also know that you need to trust those components. Part of that trust is knowing that hackers don&#8217;t have visibility into the components you download or that they compromise components using a man-in-the middle or Cross Build Injection (XBI) [...]]]></description>
				<content:encoded><![CDATA[<p>We know how components from the Central Repository have become critical to your development efforts. We also know that you need to trust those components. Part of that trust is knowing that hackers don&#8217;t have visibility into the components you download or that they compromise components using a man-in-the middle or <a href="http://branchandbound.net/blog/security/2012/10/cross-build-injection-in-action/">Cross Build Injection</a> (XBI) attack.</p>

<p>We&#8217;re making SSL connectivity to Central available to anyone that downloads open source components regardless of the repository manager. Given the tremendous growth of Central, and the fact that modern applications are largely built from OSS components, this capability is likely to be leveraged by many organizations. SSL has become the standard mechanism for protecting web traffic &#8211; across the spectrum of Ecommerce, banking, health care, and so on. Providing SSL support for Central means that your components are no longer susceptible to man-in-the-middle attacks that could compromise the component. SSL also eliminates the potential for a hacker to gain visibility into your organization by tracking the components that you download for your development initiatives.</p>

<p>As of Nexus Pro 2.2 (available now), SSL is now the default connectivity option for Nexus Pro users. Because we take security of the ecosystem seriously, we aren&#8217;t stopping there, we&#8217;re making SSL connectivity to Central available to you even if you aren&#8217;t using Nexus Pro.</p>

<p>In order to ensure the highest level of performance for those who count on SSL, we are securing the service with a token. You can get a token for your organization simply by providing a $10 donation that will be donated to open source causes. For the first 60 days all donations will go to the Apache Software Foundation. After that, the donations will go to other open source foundations such as Eclipse. Sonatype will provide a donation on behalf of Nexus Pro customers since we&#8217;ve included SSL access to all Pro customers automatically.</p>

<p>If you happen to be using Nexus OSS (any version), support for the SSL token is included already. I&#8217;ve already reached out to the Artifactory and Archiva teams and they are working on the changes necessary to enable SSL to Central &#8211; we&#8217;ll let you know when that support is enabled. If you&#8217;re not using a repository manager at all, <a href="http://www.sonatype.com/people/2010/08/benefits-of-a-repository-manager-part-i/">what are you waiting for</a>?</p>

<p>If you are an existing Nexus Pro customer, you can download the latest release <a href="https://support.sonatype.com/entries/20673111-how-do-i-download-nexus-professional">from the support page</a>.</p>

<p>If you would like to make a donation to the open source community and get SSL access, <a href="http://www.sonatype.com/Products/Secure-Access-to-Central">you may do so here</a>.</p>

<p><img src="https://mail.google.com/mail/u/0/images/cleardot.gif" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/10/now-available-ssl-connectivity-to-central/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your phone possessed?  Or is it Android Malware?</title>
		<link>http://blog.sonatype.com/people/2012/04/is-your-phone-possessed-or-is-it-android-malware/</link>
		<comments>http://blog.sonatype.com/people/2012/04/is-your-phone-possessed-or-is-it-android-malware/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 12:11:16 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10826</guid>
		<description><![CDATA[Hackers aren&#8217;t content enough to infect your laptop, they want your phone. There&#8217;s an article over on SecurityNewsDaily that talks about some new Android malware that can take over your phone. Here&#8217;s the fun quote: &#8220;The new Android malware disguises itself in fully functional copies of apps, including ―Angry Birds Space,∥ and hides its malicious [...]]]></description>
				<content:encoded><![CDATA[<p>Hackers aren&#8217;t content enough to infect your laptop, they want your phone.   There&#8217;s <a href="http://www.sonatype.com/people/2012/04/updated-android-malware-can-take-over-your-phone/">an article over on SecurityNewsDaily that talks about some new Android malware that can take over your phone</a>.   Here&#8217;s the fun quote:</p>

<blockquote style="padding: 20px; font-size: 90%">&#8220;The new Android malware disguises itself in fully functional copies of apps, including ―Angry Birds Space,∥ and hides its malicious payload in the string of code at the end of an otherwise genuine JPEG file, Lookout said. This rogue code exploits the GingerBreak vulnerability, a flaw that enables it to gain control of the phone and trick the victim into purchasing apps from illegitimate app stores.&#8221;</blockquote>

<p>It looks like Android developers need to start paying more attention to security in general now that Android <a href="http://mashable.com/2012/04/04/android-breaks-50-market-share/">has exceeded 50% market share in the US market</a>.    While this vulnerability isn&#8217;t something that is directly addressable with Insight at the moment, but it reminds us that we need to start focusing more on mobile.  Since Android development is Java-based, you can immediately benefit from <a href="http://www.sonatype.com/nexus">downloading Nexus Professional 2.0 today</a> and making sure that all of your application dependencies are free of known vulnerabilities.</p>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/is-your-phone-possessed-or-is-it-android-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know the enemy: Havij Automated SQL Injection</title>
		<link>http://blog.sonatype.com/people/2012/04/know-the-enemy-havij-automated-sql-injection/</link>
		<comments>http://blog.sonatype.com/people/2012/04/know-the-enemy-havij-automated-sql-injection/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 09:00:35 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10833</guid>
		<description><![CDATA[SQL injection really bugs me. It is almost always the application developer&#8217;s fault. Once you notice that a site&#8217;s registration form breaks on apostrophes (maybe your last name is Irish) it&#8217;s often a sign that you&#8217;ll be able to throw in some SQL with that last name. Penetration testing experts use a tool like Havij: [...]]]></description>
				<content:encoded><![CDATA[<p>SQL injection really bugs me.  It is almost always the application developer&#8217;s fault.  Once you notice that a site&#8217;s registration form breaks on apostrophes (maybe your last name is Irish) it&#8217;s often a sign that you&#8217;ll be able to throw in some SQL with that last name.</p>

<p>Penetration testing experts use a tool like <a href="http://itsecteam.com/en/projects/project1.htm">Havij: An Advanced SQL Injection Tool</a>.  It&#8217;s a nice friendly GUI designed to make it easy to &#8220;own&#8221; an application.   Point, click, and compromise.     Well, even though the project itself has nothing to do with evil, <a href="http://www.sonatype.com/people/2012/03/cybercriminals-love-affair-with-havij-spells-sql-injection-trouble/">Cybercriminals are having a love affair with Havij</a>.</p>

<p>My advice: download this tool and get to know it.  Start your own love affair with Havij before the bad guys start throwing errant quotes into your form fields.   Also don&#8217;t think that enterprise languages like Java or .NET are invulnerable to SQL injection attacks.   To avoid these attacks, here&#8217;s some quick advice:</p>

<ul>
  <li>Never trust input directly from an HTTP parameter.</li>
  <li>Use some web framework like Tapestry, GWT, or Struts, and make sure that all user input passes through whatever mechanism it is using for input processing and validation.   It is very likely that the framework is built to resist SQL injection.</li>
  <li>Use a good ORM or persistence library like iBatis or Hibernate.  Again these are just more layers to make sure that your input isn&#8217;t going straight into a SQL statement.</li>
  <li><a href="http://www.sonatype.com/nexus">Use Nexus 2.0 Repository Health Check</a> to make sure that your web frameworks and persistence frameworks are up to date.</li>
</ul>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/know-the-enemy-havij-automated-sql-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Java to avoid (and remove) the OSX Flashback Malware</title>
		<link>http://blog.sonatype.com/people/2012/04/update-java-to-avoid-and-remove-the-osx-flashback-malware/</link>
		<comments>http://blog.sonatype.com/people/2012/04/update-java-to-avoid-and-remove-the-osx-flashback-malware/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 15:49:54 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[security-summary]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10823</guid>
		<description><![CDATA[This is something of a public service announcement because we know from our site analytics that 14.29% of you are running OSX. If you run OSX 10.6 or higher and Java, take a quick break and upgrade. In case you missed it there is a vulnerability in Apple&#8217;s version of Java that is fueling the [...]]]></description>
				<content:encoded><![CDATA[<p>This is something of a public service announcement because we know from our site analytics that 14.29% of you are running OSX.  If you run OSX 10.6 or higher and Java, take a quick break and upgrade.</p>

<p><b>In case you missed it</b> there is a vulnerability in Apple&#8217;s version of Java that is fueling the rise of what people are calling the Flashback botnet.   According to this Computerworld article, this OSX Flashback botnet is at least 600,000 computers strong and the latest variants of the attack &#8220;do not require user intervention&#8221;.    The advice to fix this Mac vulnerability?    Last week <a href="http://www.sonatype.com/people/2012/04/mac-java-hole-exploited-by-wild-flashback-trojan-strain/">a Register article</a> stated that &#8220;F-Secure advises users to disable Java, which is not needed to visit the vast majority of Web sites, on their Mac.&#8221;   <strong>Right&#8230;.. disable Java.</strong> Something tells me that&#8217;s not effective advice for this developer audience.</p>

<p>If you want to protect yourself, <a href="http://support.apple.com/kb/HT5242">follow Apple&#8217;s instructions and upgrade Java</a>.   If you are running OSX Leopard or earlier, you are out of luck and you should probably either disable Java or upgrade (really, isn&#8217;t it time for an upgrade anyway?).    This upgrade from Apple will also remove installed malware if you&#8217;ve been compromised.  Conclusion: <strong>Java developers, all of your OSX machines are belong to Flashback.  Upgrade now.</strong></p>

<p><b>Note:</b> This post references our Security Feed.   We maintain <a href="http://www.sonatype.com/people/category/security-alerts/">a feed of security stories</a> relevant to developers which is isolated from our main blog feed.   If you are interested in getting the full feed, <a href="http://www.sonatype.com/people/category/security-alerts/">read it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/04/update-java-to-avoid-and-remove-the-osx-flashback-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Article Published in ISACA Journal: Mitigating OSS Risk</title>
		<link>http://blog.sonatype.com/people/2012/03/article-published-in-isaca-journal-mitigating-oss-risk/</link>
		<comments>http://blog.sonatype.com/people/2012/03/article-published-in-isaca-journal-mitigating-oss-risk/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:07:29 +0000</pubDate>
		<dc:creator>Tim O'Brien</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Nexus]]></category>
		<category><![CDATA[Sonatype]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10438</guid>
		<description><![CDATA[Sonatype&#8217;s Charles Gold has just published an article in the ISACA Journal: &#8220;Mitigating the Risk of OSS Software&#8221;. Here&#8217;s an excerpt from his ISACA blog discussing the article: &#8220;[I]t has been reported that up to 80 percent of custom software code created today is assembled from open-source components. Upon closer examination, we see a software [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.sonatype.com/people/wp-content/uploads/2012/03/headerLogo.jpg" alt="" title="headerLogo" class="alignright size-full wp-image-10441" style="margin:20px; width: 250px;" /></p>

<p>Sonatype&#8217;s <a href="http://www.isaca.org/Journal/Blog/Lists/Posts/Post.aspx?ID=111">Charles Gold</a> has just published an article in the ISACA Journal: <a href="http://www.isaca.org/Journal/Past-Issues/2012/Volume-2/Pages/default.aspx">&#8220;Mitigating the Risk of OSS Software&#8221;</a>.   Here&#8217;s an excerpt from <a href="http://www.isaca.org/Journal/Blog/Lists/Posts/Post.aspx?ID=111">his ISACA blog discussing the article</a>:</p>

<blockquote style="margin: 20px; font-size: 90%">&#8220;[I]t has been reported that up to 80 percent of custom software code created today is assembled from open-source components.  Upon closer examination, we see a software supply chain that lacks visibility and control and carries with it some glaring risks. While the industry has been quick to embrace open source for its rapid innovation and its undisputed acquisition cost benefits, it has largely ignored a fundamental problem:  there is no update notification infrastructure for open-source components.&#8221;</blockquote>

<p>If you are a member of a ISACA, you can read this article in the <a href="http://www.isaca.org/Journal/Past-Issues/2012/Volume-2/Pages/default.aspx">current issue (Volume 2, 2012) of the Journal</a>.  In the full article Gold defines the challenges and risks associated with unmanaged OSS consumption and then defines a series of recommended steps you can take to mitigate these risks.</p>

<p><center></p>

<div style="width: 500px; background-color: #EEEEEE; padding-right: 30px; padding-left: 30px; padding-top: 5px; padding-bottom: 5px; margin; 20px; border: 1px solid black;">
<center><b>What is ISACA?</b></center>
<p><a href="http://www.isaca.org">ISACA</a> is the Information Systems Audit and Control Association a nearly 100,000 member, international organization that publishes trade journals.  ISACA is also responsible for two important certifications: Certified Information Systems Auditor (CISA) and Certified Information Security Manager (CISM).  If you work in an critical industry like banking, government, or defense, it is likely that you&#8217;ve had some interaction with ISACA or ISACA qualified personnel.</p>
</div>

<p></center></p>

<p>Gold&#8217;s article raises awareness of application-level security within the context of OSS-consumption.  Here are two interesting excerpts from the article.  The first talks about the disconnect between US-CERT security vulnerabilities and the consumption of artifacts from Central:</p>

<blockquote style="margin: 20px; font-size: 90%;">&#8220;Even when security warnings are posted and easily accessible,
they are often overlooked. In March 2009, the US Computer
Emergency Readiness Team (US-CERT) and the US National
Figure 2—Transitive Dependencies Make It
Difficult to Govern Component Usage
Institute of Standards and Technology (NIST) issued
a warning that the Legion of the Bouncy Castle Java
Cryptography API artifact was extremely vulnerable to
remote attacks. In January 2011, almost two years later, 1,651
different organizations downloaded the vulnerable version
of the artifact from the Central Repository within a single
month.&#8221;</blockquote>

<p>And, the second addresses the problem of assessing exposure to OSS licenses:</p>

<blockquote style="margin: 20px; font-size: 90%;">&#8220;cutting through
the complexity of acquiring and evaluating external
components and the associated legal obligations can be
difficult and time-consuming. There are multiple types of
open-source licenses, each with different terms and conditions
that must be met.&#8221;</blockquote>

<p>If you are consuming OSS without paying attention to some of the critical issues outlined in this article, you can start today by <a href="http://sonatype.com/nexus">downloading a trial of Nexus Professional</a>.   With Nexus Professional&#8217;s Repository Health Check you can keep track of your exposure to both security vulnerabilities and OSS licenses.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/03/article-published-in-isaca-journal-mitigating-oss-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Results Are In: Sonatype 2012 Open Source Development Survey</title>
		<link>http://blog.sonatype.com/people/2012/03/the-results-are-in-sonatype-2012-open-source-development-survey/</link>
		<comments>http://blog.sonatype.com/people/2012/03/the-results-are-in-sonatype-2012-open-source-development-survey/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 03:50:42 +0000</pubDate>
		<dc:creator>Charles Gold</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Insight]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Nexus]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=10283</guid>
		<description><![CDATA[I&#8217;m pleased to share the results of this year&#8217;s Sonatype Open Source Software Development Survey.  We were blown away by the level of participation &#8212; more than 2,550 of you took the survey. Thank you to all of you who contributed your thoughts about your tooling, the components you use, and your organizations&#8217; open source [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m pleased to share the results of this year&#8217;s Sonatype Open Source Software Development Survey.  We were blown away by the level of participation &#8212; more than 2,550 of you took the survey.</p>

<p>Thank you to all of you who contributed your thoughts about your tooling, the components you use, and your organizations&#8217; open source policies (and how you feel about them).    There results are extremely interesting.</p>

<p>Take a look for yourself  (best viewed in  &#8216;full screen&#8217; mode), let us know what you think, and share with your friends and colleagues.</p>

<div class="prezi-player"><style type="text/css" media="screen">.prezi-player { width: 700px; } .prezi-player-links { text-align: center; }</style><object id="prezi_j_dsjubdnkig" name="prezi_j_dsjubdnkig" width="j_dsjubdnkig" height="j_dsjubdnkig"><param name="movie" value="http://prezi.com/bin/preziloader.swf"/><param name="allowfullscreen" value="true"/><param name="allowscriptaccess" value="always"/><param name="bgcolor" value="#ffffff"/><param name="flashvars" value="prezi_id=j_dsjubdnkig&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"/><embed id="preziEmbed_j_dsjubdnkig" name="preziEmbed_j_dsjubdnkig" src="http://prezi.com/bin/preziloader.swf" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="700" height="390" bgcolor="#ffffff" flashvars="prezi_id=j_dsjubdnkig&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0"></embed></object><div class="prezi-player-links"><p><a title="View Original on Prezi" href="http://prezi.com/j_dsjubdnkig/">View Original</a> on <a href="http://prezi.com">Prezi</a></p></div></div>

<p>For those of you who would prefer our survey results as a PDF, here they are: <a href='http://www.sonatype.com/people/wp-content/uploads/2012/03/2012-sonatype-survey-findings-PDF.pdf'>Sonatype Survey Findings</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2012/03/the-results-are-in-sonatype-2012-open-source-development-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New official Maven Central repository in Europe</title>
		<link>http://blog.sonatype.com/people/2010/10/new-official-maven-central-repository-in-europe/</link>
		<comments>http://blog.sonatype.com/people/2010/10/new-official-maven-central-repository-in-europe/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 16:23:04 +0000</pubDate>
		<dc:creator>Brian Fox</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Maven]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Sonatype]]></category>
		<category><![CDATA[central]]></category>
		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://www.sonatype.com/people/?p=6345</guid>
		<description><![CDATA[Maven Central has become an increasingly important resource for the development community at large. We&#8217;ve put several efforts forward earlier this year to help improve the content quality and to reduce the time required to get artifacts into the repository. These have matured over time and are now automatically validating artifacts. These processes are documented [...]]]></description>
				<content:encoded><![CDATA[<p>Maven Central has become an increasingly important   resource for the development community at large. We&#8217;ve put several   efforts forward earlier this year to help improve the content quality   and to reduce the time required to get artifacts into the repository.   These have matured over time and are now automatically validating   artifacts. These processes are documented for <a href="https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide">Maven Projects</a> and <a href="https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+Maven+Central">3rd Party Artifacts</a>.</p>

<p>To improve the experience for users in Europe, Sonatype has  provisioned a new official repository in the United Kingdom. This is  more than a mere mirror of Central, this system is updated in lockstep  with the systems here in the US, and is managed and monitored 24&#215;7 by  Contegix, the same team watching over the US repositories. The new  repository consists of two fully redundant systems running in parallel  to provide complete fail-over capacity.</p>

<p>In addition to the new repository, we have taken several steps to improve and further secure Central itself:</p>

<p><span id="more-6345"></span></p>

<ul>
    <li> A new system has replaced Central as the inbound processing  engine. On this staging system, we can now vet inbound artifacts for  quality and other parameters before publishing them to repo1 and Europe.  It also serves as a hot standby for the US repository.</li>
    <li> We&#8217;ve worked with Contegix to implement additional layered security around the repository machines themselves.</li>
    <li> There is a new Jira <a href="https://issues.sonatype.org/browse/MVNCENTRAL">project </a>to manage any and all concerns and issues with Central, the Mirrors, Content, etc</li>
    <li>We are working to setup another official Central Repository in Asia soon</li>
</ul>

<p>The new repository is live at http://uk.maven.org/maven2/ if you&#8217;re using a repository manager, just replace references to http://repo1.maven.org/maven2 with the new url. If you&#8217;re not, you should be (Whitepapers: <a href="http://www.sonatype.com/Intro-RepoManagement.pdf">Intro to Repository Management</a> / <a href="http://www.sonatype.com/Repo-StagesOfAdoption.pdf">Stages of Repository Adoption</a>), but until you get  a repository manager in place, add the following to your settings.xml:</p>

<blockquote>&lt;mirrors&gt;
&lt;mirror&gt;
&lt;id&gt;uk&lt;/id&gt;
&lt;mirrorOf&gt;central&lt;/mirrorOf&gt;
&lt;url&gt;http://uk.maven.org/maven2/&lt;/url&gt;
&lt;/mirror&gt;
&lt;/mirrors&gt;</blockquote>

<p>Some additional coverage on this topic can be seen at <a href="http://www.infoworld.com/d/cloud-computing/sonatype-enhancing-cloud-based-software-repository-110">InfoWorld</a>, <a href="http://www.businesswire.com/news/home/20101019006309/en/Sonatype-Announces-Significant-Enhancements-Maven-Central-Industry%E2%80%99s">BusinessWire</a> and <a href="http://www.infoq.com/news/2010/10/maven-central-uk">InfoQ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sonatype.com/people/2010/10/new-official-maven-central-repository-in-europe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
