<?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: Stefan Streichsbier</title>
    <description>The latest articles on Forem by Stefan Streichsbier (@streichsbaer).</description>
    <link>https://forem.com/streichsbaer</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%2Fuser%2Fprofile_image%2F119389%2F61875f96-0688-488c-a27d-68bbbfae293a.jpeg</url>
      <title>Forem: Stefan Streichsbier</title>
      <link>https://forem.com/streichsbaer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/streichsbaer"/>
    <language>en</language>
    <item>
      <title>Awesome .NET Security</title>
      <dc:creator>Stefan Streichsbier</dc:creator>
      <pubDate>Wed, 06 Feb 2019 09:22:18 +0000</pubDate>
      <link>https://forem.com/streichsbaer/awesome-net-security-4lmj</link>
      <guid>https://forem.com/streichsbaer/awesome-net-security-4lmj</guid>
      <description>&lt;p&gt;Hey Devs, do you like #dotnet and #security?&lt;/p&gt;

&lt;p&gt;Then you might 💖 this curated list of &lt;strong&gt;awesome-dotnet-security&lt;/strong&gt; resources to help fortify .NET code.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/guardrailsio" rel="noopener noreferrer"&gt;
        guardrailsio
      &lt;/a&gt; / &lt;a href="https://github.com/guardrailsio/awesome-dotnet-security" rel="noopener noreferrer"&gt;
        awesome-dotnet-security
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Awesome .NET Security Resources
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;br&gt;
&lt;div&gt;
&lt;p&gt;A curated list of awesome .NET Security related resources.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://awesome.re" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/3418ba3754faddfb88c5cbdc94c31ad670fc693c8caa59bc2806c9836acc04e4/68747470733a2f2f617765736f6d652e72652f62616467652e737667" alt="Awesome"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;List inspired by the &lt;a href="https://github.com/sindresorhus/awesome" rel="noopener noreferrer"&gt;awesome&lt;/a&gt; list thing.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Supported by: &lt;a href="https://www.guardrails.io" rel="nofollow noopener noreferrer"&gt;GuardRails.io&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Contents&lt;/h1&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-dotnet-security#tools" rel="noopener noreferrer"&gt;Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-dotnet-security#educational" rel="noopener noreferrer"&gt;Educational&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-dotnet-security#companies" rel="noopener noreferrer"&gt;Companies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-dotnet-security#other" rel="noopener noreferrer"&gt;Other&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Tools&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Libraries&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/juunas11/aspnetcore-security-headers" rel="noopener noreferrer"&gt;.NET Core Security Headers&lt;/a&gt; - Middleware for adding security headers to an ASP.NET Core application.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders" rel="noopener noreferrer"&gt;NetEscapades.AspNetCore.SecurityHeaders&lt;/a&gt; - Small package to allow adding security headers to ASP.NET Core websites.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/mganss/HtmlSanitizer" rel="noopener noreferrer"&gt;HtmlSanitizer&lt;/a&gt; - Cleans HTML to avoid XSS attacks.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jwt-dotnet/jwt" rel="noopener noreferrer"&gt;JWT .NET&lt;/a&gt; - Jwt.Net, a JWT (JSON Web Token) implementation for .NET.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/NWebsec/NWebsec" rel="noopener noreferrer"&gt;NWebsec&lt;/a&gt; - Security libraries for ASP.NET.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jitbit/AspNetSaml" rel="noopener noreferrer"&gt;AspNetSaml&lt;/a&gt; - SAML client library, allows adding SAML single-sign-on to your ASP.NET app.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/stefanprodan/AspNetCoreRateLimit" rel="noopener noreferrer"&gt;AspNetCoreRateLimit&lt;/a&gt; - Package that will let you set rate limits for your .NET Core Api.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Static Code Analysis&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.guardrails.io" rel="nofollow noopener noreferrer"&gt;GuardRails&lt;/a&gt; - Continuous verification platform that integrates tightly with leading version control systems.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/security-code-scan/security-code-scan" rel="noopener noreferrer"&gt;Security Code Scan&lt;/a&gt; - Vulnerability Patterns Detector for C# and VB.NET.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/pumasecurity/puma-scan" rel="noopener noreferrer"&gt;Puma Scan&lt;/a&gt; - Puma Scan is a .NET software secure code analysis tool providing real…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/guardrailsio/awesome-dotnet-security" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Did I miss anything? Let me know in the comments.&lt;/p&gt;

&lt;p&gt;And, please leave a like (or ⭐ the repo) if you find it useful.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>dotnet</category>
      <category>security</category>
      <category>githunt</category>
    </item>
    <item>
      <title>Awesome Java Security 🕶☕🔐</title>
      <dc:creator>Stefan Streichsbier</dc:creator>
      <pubDate>Tue, 22 Jan 2019 05:23:37 +0000</pubDate>
      <link>https://forem.com/streichsbaer/awesome-java-security-p7e</link>
      <guid>https://forem.com/streichsbaer/awesome-java-security-p7e</guid>
      <description>&lt;p&gt;The first version of Java was released on January 23, 1996. Since then Java is said to run on over 3 billion devices. Many of these devices are web servers.&lt;/p&gt;

&lt;p&gt;Java is one of the top 5 most popular technologies, according to the &lt;a href="https://insights.stackoverflow.com/survey/2018/#most-popular-technologies" rel="noopener noreferrer"&gt;2018 StackOverflow&lt;/a&gt; survey.&lt;/p&gt;

&lt;p&gt;For this reason, I've compiled a curated list of &lt;strong&gt;awesome-java-security&lt;/strong&gt; resources to help devs code securely with Java.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/guardrailsio" rel="noopener noreferrer"&gt;
        guardrailsio
      &lt;/a&gt; / &lt;a href="https://github.com/guardrailsio/awesome-java-security" rel="noopener noreferrer"&gt;
        awesome-java-security
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Awesome Java Security Resources 🕶☕🔐
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;br&gt;
&lt;div&gt;
&lt;p&gt;A curated list of awesome Java security-related resources.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://awesome.re" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/3418ba3754faddfb88c5cbdc94c31ad670fc693c8caa59bc2806c9836acc04e4/68747470733a2f2f617765736f6d652e72652f62616467652e737667" alt="Awesome"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;List inspired by the &lt;a href="https://github.com/sindresorhus/awesome" rel="noopener noreferrer"&gt;awesome&lt;/a&gt; list thing.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Supported by: &lt;a href="https://www.guardrails.io" rel="nofollow noopener noreferrer"&gt;GuardRails.io&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Contents&lt;/h1&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-java-security#tools" rel="noopener noreferrer"&gt;Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-java-security#educational" rel="noopener noreferrer"&gt;Educational&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-java-security#other" rel="noopener noreferrer"&gt;Other&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Tools&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Web Framework Hardening&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://shiro.apache.org/" rel="nofollow noopener noreferrer"&gt;Apache Shiro&lt;/a&gt; - A powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jwtk/jjwt" rel="noopener noreferrer"&gt;JJWT&lt;/a&gt; - Java JWT: JSON Web Token for Java and Android.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/ESAPI/esapi-java-legacy" rel="noopener noreferrer"&gt;OWASP ESAPI Java&lt;/a&gt; - Enterprise Security API is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/pac4j/pac4j" rel="noopener noreferrer"&gt;PAC4J&lt;/a&gt; - Security engine for Java to authenticate users, get their profiles and manage authorizations in order to secure web applications and web services.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spring-projects/spring-security" rel="noopener noreferrer"&gt;Spring Security&lt;/a&gt; - A powerful and highly customizable authentication and access-control framework.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spring-projects/spring-security-oauth" rel="noopener noreferrer"&gt;Spring Security Oauth&lt;/a&gt; - Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Multi tools&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/hawkeyesec/scanner-cli" rel="noopener noreferrer"&gt;hawkeye&lt;/a&gt; - Multi-purpose security/vulnerability/risk scanning tool supporting Ruby, Node.js, Python, PHP and…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/guardrailsio/awesome-java-security" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Did I miss anything? Let me know in the comments.&lt;/p&gt;

&lt;p&gt;And, please leave a like (or ⭐ the repo) if you find it useful.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>java</category>
      <category>security</category>
      <category>githunt</category>
    </item>
    <item>
      <title>Awesome Python Security 🕶🐍🔐</title>
      <dc:creator>Stefan Streichsbier</dc:creator>
      <pubDate>Thu, 10 Jan 2019 04:48:42 +0000</pubDate>
      <link>https://forem.com/streichsbaer/awesome-python-security--48lg</link>
      <guid>https://forem.com/streichsbaer/awesome-python-security--48lg</guid>
      <description>&lt;p&gt;After the success of the Awesome &lt;a href="https://github.com/guardrailsio/awesome-php-security" rel="noopener noreferrer"&gt;PHP&lt;/a&gt; and &lt;a href="https://github.com/guardrailsio/awesome-golang-security" rel="noopener noreferrer"&gt;Golang&lt;/a&gt; lists, it was time to put the spotlight on Python, which is the 3rd most widely used programming language according to GitHub. See &lt;a href="https://octoverse.github.com/projects#languages" rel="noopener noreferrer"&gt;https://octoverse.github.com/projects#languages&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Check out the curated list of &lt;strong&gt;awesome-python-security&lt;/strong&gt; resources here:&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/guardrailsio" rel="noopener noreferrer"&gt;
        guardrailsio
      &lt;/a&gt; / &lt;a href="https://github.com/guardrailsio/awesome-python-security" rel="noopener noreferrer"&gt;
        awesome-python-security
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Awesome Python Security resources 🕶🐍🔐
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;br&gt;
&lt;div&gt;
&lt;p&gt;A curated list of awesome Python security related resources.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://awesome.re" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/3418ba3754faddfb88c5cbdc94c31ad670fc693c8caa59bc2806c9836acc04e4/68747470733a2f2f617765736f6d652e72652f62616467652e737667" alt="Awesome"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;List inspired by the &lt;a href="https://github.com/sindresorhus/awesome" rel="noopener noreferrer"&gt;awesome&lt;/a&gt; list thing.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Supported by: &lt;a href="https://www.guardrails.io" rel="nofollow noopener noreferrer"&gt;GuardRails.io&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Contents&lt;/h1&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-python-security#tools" rel="noopener noreferrer"&gt;Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-python-security#educational" rel="noopener noreferrer"&gt;Educational&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-python-security#companies" rel="noopener noreferrer"&gt;Companies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-python-security#other" rel="noopener noreferrer"&gt;Other&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-python-security#contributing" rel="noopener noreferrer"&gt;Contributing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Tools&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Web Framework Hardening&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/cakinney/secure.py" rel="noopener noreferrer"&gt;Secure.py&lt;/a&gt; - secure.py 🔒 is a lightweight package that adds optional security headers and cookie attributes for Python web frameworks.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/miguelgrinberg/flask-httpauth/" rel="noopener noreferrer"&gt;Flask-HTTPAuth&lt;/a&gt; - Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/GoogleCloudPlatform/flask-talisman" rel="noopener noreferrer"&gt;Flask Talisman&lt;/a&gt; - Talisman is a small Flask extension that handles setting HTTP headers that can help protect against a few common web application security issues.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://docs.djangoproject.com/en/dev/howto/deployment/checklist/" rel="nofollow noopener noreferrer"&gt;Django deployment checklist&lt;/a&gt; - Web framework Django has built-in feature to check for security configurations: run this command &lt;code&gt;manage.py check --deploy&lt;/code&gt;. It's really helpful as it already included in the framework.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/mozilla/django-session-csrf" rel="noopener noreferrer"&gt;Django Session CSRF&lt;/a&gt; - CSRF protection for Django without cookies.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Multi tools&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/hawkeyesec/scanner-cli" rel="noopener noreferrer"&gt;hawkeye&lt;/a&gt; - Multi purpose security/vulnerability/risk scanning tool supporting Ruby, Node.js, Python, PHP and Java.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/apps/guardrails" rel="noopener noreferrer"&gt;GuardRails&lt;/a&gt; -…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/guardrailsio/awesome-python-security" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Did I miss anything? Let me know in the comments.&lt;/p&gt;

&lt;p&gt;And, please leave a like (or ⭐ the repo) if you find it useful.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>python</category>
      <category>security</category>
      <category>githunt</category>
    </item>
    <item>
      <title>Awesome Golang Security 🕶🔐</title>
      <dc:creator>Stefan Streichsbier</dc:creator>
      <pubDate>Thu, 27 Dec 2018 08:37:09 +0000</pubDate>
      <link>https://forem.com/streichsbaer/awesome-golang-security--4d7</link>
      <guid>https://forem.com/streichsbaer/awesome-golang-security--4d7</guid>
      <description>&lt;p&gt;Golang is getting a lot of traction lately. &lt;/p&gt;

&lt;p&gt;Leveraging awesome security tools to code securely with Go is becoming increasingly important.&lt;/p&gt;

&lt;p&gt;For this reason, I've compiled a curated list of &lt;strong&gt;awesome-golang-security&lt;/strong&gt; resources here:&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/guardrailsio" rel="noopener noreferrer"&gt;
        guardrailsio
      &lt;/a&gt; / &lt;a href="https://github.com/guardrailsio/awesome-golang-security" rel="noopener noreferrer"&gt;
        awesome-golang-security
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Awesome Golang Security resources 🕶🔐
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;br&gt;
&lt;div&gt;
&lt;p&gt;A curated list of awesome golang Security related resources.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://awesome.re" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/3418ba3754faddfb88c5cbdc94c31ad670fc693c8caa59bc2806c9836acc04e4/68747470733a2f2f617765736f6d652e72652f62616467652e737667" alt="Awesome"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;List inspired by the &lt;a href="https://github.com/sindresorhus/awesome" rel="noopener noreferrer"&gt;awesome&lt;/a&gt; list thing.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Supported by: &lt;a href="https://www.guardrails.io" rel="nofollow noopener noreferrer"&gt;GuardRails.io&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Contents&lt;/h1&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-golang-security#tools" rel="noopener noreferrer"&gt;Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-golang-security#educational" rel="noopener noreferrer"&gt;Educational&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-golang-security#other" rel="noopener noreferrer"&gt;Other&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-golang-security#contributing" rel="noopener noreferrer"&gt;Contributing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Tools&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Web Framework Hardening&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/justinas/nosurf" rel="noopener noreferrer"&gt;nosurf&lt;/a&gt; - CSRF protection middleware for Go.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gorilla/csrf" rel="noopener noreferrer"&gt;gorilla/csrf&lt;/a&gt; - Provides Cross-Site Request Forgery (CSRF) prevention middleware for Go web applications &amp;amp; services.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gorilla/securecookie" rel="noopener noreferrer"&gt;gorilla/securecookie&lt;/a&gt; - Encodes and decodes authenticated and optionally encrypted cookie values for Go web applications.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/unrolled/secure" rel="noopener noreferrer"&gt;secure&lt;/a&gt; -  Secure is an HTTP middleware for Go that facilitates most of your security needs for web applications.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/jordan-wright/unindexed" rel="noopener noreferrer"&gt;unindexed&lt;/a&gt; - A drop-in replacement for &lt;code&gt;http.Dir&lt;/code&gt; which disables directory indexing.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/gosecguy/beego-security-headers" rel="noopener noreferrer"&gt;beego-security-headers&lt;/a&gt; - beego framework filter for easy security headers management.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Libraries&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/o1egl/paseto" rel="noopener noreferrer"&gt;paseto&lt;/a&gt; - Platform-Agnostic Security Tokens implementation in GO (Golang).&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/StalkR/hsts" rel="noopener noreferrer"&gt;hsts&lt;/a&gt; - Go HTTP Strict Transport Security library.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/dgrijalva/jwt-go" rel="noopener noreferrer"&gt;jwt-go&lt;/a&gt; - Golang implementation of JSON Web Tokens (JWT).&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/tomnomnom/httprobe" rel="noopener noreferrer"&gt;httprobe&lt;/a&gt; - Take a list of domains and probe for working HTTP and HTTPS servers.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Static Code Analysis&lt;/h2&gt;…&lt;/div&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/guardrailsio/awesome-golang-security" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Did I miss anything? Let me know in the comments.&lt;/p&gt;

&lt;p&gt;And, please leave a like (or ⭐ the repo) if you find it useful.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>go</category>
      <category>security</category>
      <category>githunt</category>
    </item>
    <item>
      <title>Awesome PHP Security 🕶🐘🔐</title>
      <dc:creator>Stefan Streichsbier</dc:creator>
      <pubDate>Mon, 17 Dec 2018 04:27:20 +0000</pubDate>
      <link>https://forem.com/streichsbaer/awesome-php-security--2n</link>
      <guid>https://forem.com/streichsbaer/awesome-php-security--2n</guid>
      <description>&lt;p&gt;PHP is still a very popular and widely used language. There are a lot of great security tools and resources available for PHP that are scattered all over the place.&lt;/p&gt;

&lt;p&gt;For this reason, I've compiled a curated list of &lt;strong&gt;awesome-php-security&lt;/strong&gt; resources here:&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fgithub-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/guardrailsio" rel="noopener noreferrer"&gt;
        guardrailsio
      &lt;/a&gt; / &lt;a href="https://github.com/guardrailsio/awesome-php-security" rel="noopener noreferrer"&gt;
        awesome-php-security
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Awesome PHP Security Resources 🕶🐘🔐
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;br&gt;
&lt;div&gt;
&lt;p&gt;A curated list of awesome PHP Security related resources.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://awesome.re" rel="nofollow noopener noreferrer"&gt;&lt;img src="https://camo.githubusercontent.com/3418ba3754faddfb88c5cbdc94c31ad670fc693c8caa59bc2806c9836acc04e4/68747470733a2f2f617765736f6d652e72652f62616467652e737667" alt="Awesome"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;List inspired by the &lt;a href="https://github.com/sindresorhus/awesome" rel="noopener noreferrer"&gt;awesome&lt;/a&gt; list thing.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Supported by: &lt;a href="https://www.guardrails.io" rel="nofollow noopener noreferrer"&gt;GuardRails.io&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Contents&lt;/h1&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/guardrailsio/awesome-php-security#projects" rel="noopener noreferrer"&gt;Tools&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#web-framework-hardening" rel="noopener noreferrer"&gt;Web Framework Hardening&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#static-code-analysis" rel="noopener noreferrer"&gt;Static Code Analysis&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#vulnerabilities-and-security-advisories" rel="noopener noreferrer"&gt;Vulnerabilities and Security Advisories&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/guardrailsio/awesome-php-security#educational" rel="noopener noreferrer"&gt;Educational&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#hacking-playground" rel="noopener noreferrer"&gt;Hacking Playground&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#guides" rel="noopener noreferrer"&gt;Guides&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#companies" rel="noopener noreferrer"&gt;Companies&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/guardrailsio/awesome-php-security#contributing" rel="noopener noreferrer"&gt;Contributing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;Tools&lt;/h1&gt;
&lt;/div&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Web Framework Hardening&lt;/h2&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://snuffleupagus.rtfd.io" rel="nofollow noopener noreferrer"&gt;Snuffleupagus&lt;/a&gt; - Security mondule for PHP7/8, the successsor to &lt;a href="http://suhosin.org/stories/index.html" rel="nofollow noopener noreferrer"&gt;suhosin&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/BePsvPT/secure-headers" rel="noopener noreferrer"&gt;Secure-Headers&lt;/a&gt; - Add security related headers to HTTP response.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;Static Code Analysis&lt;/h2&gt;

&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.laravel-enlightn.com/" rel="nofollow noopener noreferrer"&gt;Enlightn&lt;/a&gt; - Enlightn is a static and dynamic analysis tool to improve the security of Laravel applications.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/exakat/exakat" rel="noopener noreferrer"&gt;Exakat&lt;/a&gt; - &lt;em&gt;Exakat&lt;/em&gt; is a PHP static code analysis, with serious &lt;a href="https://exakat.readthedocs.io/en/latest/Rulesets.html#security" rel="nofollow noopener noreferrer"&gt;Security reviews&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/FloeDesignTechnologies/phpcs-security-audit" rel="noopener noreferrer"&gt;phpcs-security-audit&lt;/a&gt; - phpcs-security-audit is a set of PHP_CodeSniffer rules that finds vulnerabilities and weaknesses related to security in PHP code
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;docker pull guardrails/phpcs-security-audit&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/designsecurity/progpilot" rel="noopener noreferrer"&gt;progpilot&lt;/a&gt; - A static analyzer for security purposes.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/psecio/parse" rel="noopener noreferrer"&gt;Parse&lt;/a&gt; - The &lt;em&gt;Parse&lt;/em&gt; scanner is a static scanning tool to review your PHP code for potential security-related issues.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/SonarSource/sonar-php" rel="noopener noreferrer"&gt;SonarPHP&lt;/a&gt; from &lt;a href="https://github.com/SonarSource/sonarqube" rel="noopener noreferrer"&gt;SonarQube&lt;/a&gt; - A…&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/guardrailsio/awesome-php-security" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;Did I miss anything? Let me know in the comments.&lt;/p&gt;

&lt;p&gt;And, please leave a like (or ⭐ the repo) if you find it useful.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>php</category>
      <category>security</category>
      <category>githunt</category>
    </item>
  </channel>
</rss>
