<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Nist on Micha Kops&#39; Tech Notes</title>
    <link>https://www.hascode.com/tags/nist/</link>
    <description>Recent content in Nist on Micha Kops&#39; Tech Notes</description>
    <generator>Hugo -- 0.147.8</generator>
    <language>en</language>
    <copyright>Copyright © 2010 - 2025 Micha Kops. #213243b1d6e8932079e09227d3f3ed0c806cd0c9</copyright>
    <lastBuildDate>Tue, 03 Oct 2017 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://www.hascode.com/tags/nist/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Detecting Vulnerable Dependencies with Maven and the OWASP Dependency Check Plugin</title>
      <link>https://www.hascode.com/detecting-vulnerable-dependencies-with-maven-and-the-owasp-dependency-check-plugin/</link>
      <pubDate>Tue, 03 Oct 2017 00:00:00 +0200</pubDate>
      <guid>https://www.hascode.com/detecting-vulnerable-dependencies-with-maven-and-the-owasp-dependency-check-plugin/</guid>
      <description>&lt;div id=&#34;preamble&#34;&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;On the one hand adding dependencies to a project is easy, on the other hand securing a project and checking for vulnerable dependencies is way harder.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;The OWASP dependency check plugin for Maven allows us to scan our project’s dependencies for know vulnerabilities.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;I will demonstrate its usage in the following short example.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&#34;imageblock&#34;&gt;
&lt;div class=&#34;content&#34;&gt;
&lt;img src=&#34;vulnerabilities-report-1024x867.png&#34; alt=&#34;vulnerabilities report 1024x867&#34;/&gt;
&lt;/div&gt;
&lt;div class=&#34;title&#34;&gt;Figure 1. OWASP Vulnerability Report&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&#34;sect1&#34;&gt;
&lt;h2 id=&#34;_dependencies&#34;&gt;Dependencies&lt;/h2&gt;
&lt;div class=&#34;sectionbody&#34;&gt;
&lt;div class=&#34;paragraph&#34;&gt;
&lt;p&gt;We just need to add one plugin-dependency to our &lt;a href=&#34;http://maven.apache.org&#34;&gt;Mavenized&lt;/a&gt; project’s &lt;em&gt;pom.xml&lt;/em&gt;.&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
  </channel>
</rss>
