<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: DevSecCon</title>
    <description>The latest articles on Forem by DevSecCon (@devseccon).</description>
    <link>https://forem.com/devseccon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F1986%2F1d6119fc-a032-491f-a518-4ece468b2fb3.png</url>
      <title>Forem: DevSecCon</title>
      <link>https://forem.com/devseccon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/devseccon"/>
    <language>en</language>
    <item>
      <title>The perils of configuration security</title>
      <dc:creator>Brian Vermeer 🧑🏼‍🎓🧑🏼‍💻</dc:creator>
      <pubDate>Mon, 16 Mar 2020 12:21:08 +0000</pubDate>
      <link>https://forem.com/devseccon/the-perils-of-configuration-security-5i1</link>
      <guid>https://forem.com/devseccon/the-perils-of-configuration-security-5i1</guid>
      <description>&lt;p&gt;A &lt;a href="https://www.mydevsecops.io/post/the-perils-of-configuration-security"&gt;MyDevSecOps live session&lt;/a&gt; from Feb 26, 2020 by &lt;a href="https://twitter.com/garethr"&gt;Gareth Rushgrove&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With the growth of cloud and API-driven infrastructure, came infrastructure as code. This movement shifted the management of configuration from a mainly hidden part of IT, to a larger and more explicit part of software development. If you’re not writing YAML files you’re probably writing tools to write YAML files.&lt;/p&gt;

&lt;p&gt;But an incorrectly configured application can have an outsized impact on the common security challenges of confidentiality, integrity and availability.&lt;/p&gt;

&lt;p&gt;In this discussion we’ll look at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Examples of real-world hacks related to configuration issues&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The problems found in projects like Kubernetes that have a large configuration surface area&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What it looks like to apply application security approaches to infrastructure as code&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Demos of tools that are emerging to help test configuration&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This session should be of interest to developers and operators struggling with the explosion of configuration as well as security analysts interested in the higher level emerging problem of configuration security.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/LKZlFOVqfY4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to implement DevSecOps across the entire organisation</title>
      <dc:creator>Brian Vermeer 🧑🏼‍🎓🧑🏼‍💻</dc:creator>
      <pubDate>Wed, 26 Feb 2020 13:06:57 +0000</pubDate>
      <link>https://forem.com/devseccon/how-to-implement-devsecops-across-the-entire-organisation-3411</link>
      <guid>https://forem.com/devseccon/how-to-implement-devsecops-across-the-entire-organisation-3411</guid>
      <description>&lt;p&gt;A &lt;a href="https://www.mydevsecops.io/post/how-to-implement-devsecops-across-the-entire-organisation"&gt;MyDevSecOps live session&lt;/a&gt; from Feb 13, 2020 by &lt;a href="https://twitter.com/nadirabajrei1"&gt;Nadira Bejrei&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In this session, we will talk about how you can Implementation DevSecOps in the entire organization. The DevSecOps Implementation should cover 4 main things: 1. Culture, 2. Automation, 3. Measurement, 4.Sharing. If your organization only focuses on one of these things then we can't call it DevSecOps. Nadira will help you understand how organizations build culture and implement automation as well as how to measure what you're doing. She'll show you some common collaboration tools for breaking the silos between team members.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/0IX-h86wfa8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>security</category>
      <category>devops</category>
    </item>
    <item>
      <title>Web Application Firewall - Friend of your DevOps pipeline?</title>
      <dc:creator>Brian Vermeer 🧑🏼‍🎓🧑🏼‍💻</dc:creator>
      <pubDate>Wed, 26 Feb 2020 13:01:56 +0000</pubDate>
      <link>https://forem.com/devseccon/web-application-firewall-friend-of-your-devops-pipeline-dg8</link>
      <guid>https://forem.com/devseccon/web-application-firewall-friend-of-your-devops-pipeline-dg8</guid>
      <description>&lt;p&gt;A &lt;a href="https://www.mydevsecops.io/post/web-application-firewall-friend-of-your-devops-pipeline"&gt;MyDevSecOps live session&lt;/a&gt; from Jan 30 2020 by &lt;a href="https://twitter.com/bufrasch"&gt;Franziska Buehler&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Web Application Firewalls (WAF) often raise concern about false positives, latency and other potential production problems. In addition, it is often said, that DevOps and WAF do not fit together. That is a pity since the WAF helps to protect us from web application attacks, like those described by the OWASP Top Ten. But what if you could ensure that introducing and using a WAF went smoothly? &lt;/p&gt;

&lt;p&gt;I will show how to integrate a WAF with WAF testing automation into a continuous integration (CI) pipeline. This pipeline ensures that developers receive early and often feedback about their WAF, saves them time and headaches down the line. In fact, DevOps, testing and automation only make sense if all components are part of the process. &lt;/p&gt;

&lt;p&gt;Needless to mention, I as an &lt;a href="https://coreruleset.org"&gt;OWASP Core Rule Set (CRS)&lt;/a&gt; developer and enthusiast introduced the CRS to &lt;a href="https://www.puzzle.ch/"&gt;Puzzle ITC&lt;/a&gt; when I joined them in 2019! By providing YAML templates, we want to make it easy for developers to introduce WAFs into projects.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/YhfGeV9XWlo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>security</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
