<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://defenzo.io/blog</id>
    <title>Defenzo Documentation Blog</title>
    <updated>2024-02-11T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://defenzo.io/blog"/>
    <subtitle>Defenzo Documentation Blog</subtitle>
    <icon>https://defenzo.io/img/favicon.png</icon>
    <entry>
        <title type="html"><![CDATA[Product Updates & Roadmap]]></title>
        <id>https://defenzo.io/blog/long-blog-post</id>
        <link href="https://defenzo.io/blog/long-blog-post"/>
        <updated>2024-02-11T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Regular updates on Defenzo's development and upcoming features.]]></summary>
        <content type="html"><![CDATA[<p>Regular updates on Defenzo's development and upcoming features.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="recent-updates">Recent Updates<a href="https://defenzo.io/blog/long-blog-post#recent-updates" class="hash-link" aria-label="Direct link to Recent Updates" title="Direct link to Recent Updates" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="february-2024">February 2024<a href="https://defenzo.io/blog/long-blog-post#february-2024" class="hash-link" aria-label="Direct link to February 2024" title="Direct link to February 2024" translate="no">​</a></h3>
<ul>
<li class="">Enhanced GitHub App integration with PR commenting</li>
<li class="">Added support for custom security rules</li>
<li class="">Improved scan performance by 40%</li>
<li class="">New dashboard widgets for security metrics</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="january-2024">January 2024<a href="https://defenzo.io/blog/long-blog-post#january-2024" class="hash-link" aria-label="Direct link to January 2024" title="Direct link to January 2024" translate="no">​</a></h3>
<ul>
<li class="">Initial platform launch</li>
<li class="">Support for 8 programming languages</li>
<li class="">REST API v1 release</li>
<li class="">Basic GitHub integration</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="roadmap">Roadmap<a href="https://defenzo.io/blog/long-blog-post#roadmap" class="hash-link" aria-label="Direct link to Roadmap" title="Direct link to Roadmap" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="q1-2024">Q1 2024<a href="https://defenzo.io/blog/long-blog-post#q1-2024" class="hash-link" aria-label="Direct link to Q1 2024" title="Direct link to Q1 2024" translate="no">​</a></h3>
<ul class="contains-task-list containsTaskList_mC6p">
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Jira integration for ticket creation</li>
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Slack notifications</li>
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Custom rule marketplace</li>
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Team collaboration features</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="q2-2024">Q2 2024<a href="https://defenzo.io/blog/long-blog-post#q2-2024" class="hash-link" aria-label="Direct link to Q2 2024" title="Direct link to Q2 2024" translate="no">​</a></h3>
<ul class="contains-task-list containsTaskList_mC6p">
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Advanced reporting and analytics</li>
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Compliance templates (SOC2, ISO27001)</li>
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->IDE plugins</li>
<li class="task-list-item"><input type="checkbox" disabled=""> <!-- -->Webhook support</li>
</ul>
<p>Stay tuned for more updates!</p>]]></content>
        <author>
            <name>Defenzo Team</name>
            <uri>https://defenzo.io</uri>
        </author>
        <category label="updates" term="updates"/>
        <category label="roadmap" term="roadmap"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Technical Deep Dive - Scan Engine]]></title>
        <id>https://defenzo.io/blog/mdx-blog-post</id>
        <link href="https://defenzo.io/blog/mdx-blog-post"/>
        <updated>2024-02-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Learn about the technology powering Defenzo's security scanning engine.]]></summary>
        <content type="html"><![CDATA[<p>Learn about the technology powering Defenzo's security scanning engine.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="architecture-overview">Architecture Overview<a href="https://defenzo.io/blog/mdx-blog-post#architecture-overview" class="hash-link" aria-label="Direct link to Architecture Overview" title="Direct link to Architecture Overview" translate="no">​</a></h2>
<p>Defenzo's scan engine is built on a microservices architecture using:</p>
<ul>
<li class=""><strong>Go</strong> for high-performance scanning</li>
<li class=""><strong>PostgreSQL</strong> for data storage</li>
<li class=""><strong>Redis</strong> for caching and job queues</li>
<li class=""><strong>Docker</strong> for containerized scanners</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-it-works">How It Works<a href="https://defenzo.io/blog/mdx-blog-post#how-it-works" class="hash-link" aria-label="Direct link to How It Works" title="Direct link to How It Works" translate="no">​</a></h2>
<ol>
<li class=""><strong>Code Analysis</strong>: Static analysis using tree-sitter parsers</li>
<li class=""><strong>Pattern Matching</strong>: Custom rules engine for vulnerability detection</li>
<li class=""><strong>Secrets Detection</strong>: Entropy analysis and regex patterns</li>
<li class=""><strong>Dependency Check</strong>: Integration with OSV database</li>
</ol>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="performance">Performance<a href="https://defenzo.io/blog/mdx-blog-post#performance" class="hash-link" aria-label="Direct link to Performance" title="Direct link to Performance" translate="no">​</a></h2>
<p>Our engine can scan:</p>
<ul>
<li class="">10,000+ files in under 2 minutes</li>
<li class="">Process 1M+ lines of code</li>
<li class="">Generate findings with 95%+ accuracy</li>
</ul>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>Want to learn more? Check our <a class="" href="https://defenzo.io/docs/advanced/architecture">Architecture Documentation</a>.</p></div></div>]]></content>
        <author>
            <name>Defenzo Team</name>
            <uri>https://defenzo.io</uri>
        </author>
        <category label="technical" term="technical"/>
        <category label="engine" term="engine"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Defenzo Platform Launch]]></title>
        <id>https://defenzo.io/blog/first-blog-post</id>
        <link href="https://defenzo.io/blog/first-blog-post"/>
        <updated>2024-01-15T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We're excited to announce the launch of Defenzo - a new security scanning platform designed for teams of all sizes.]]></summary>
        <content type="html"><![CDATA[<p>We're excited to announce the launch of Defenzo - a new security scanning platform designed for teams of all sizes.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-weve-built">What We've Built<a href="https://defenzo.io/blog/first-blog-post#what-weve-built" class="hash-link" aria-label="Direct link to What We've Built" title="Direct link to What We've Built" translate="no">​</a></h2>
<p>After months of development, we're proud to launch Defenzo with the following features:</p>
<ul>
<li class=""><strong>Multi-language SAST scanning</strong> supporting Go, JavaScript, Python, Java, and more</li>
<li class=""><strong>Secrets detection</strong> to find hardcoded credentials and API keys</li>
<li class=""><strong>Dependency vulnerability scanning</strong> using OSV database</li>
<li class=""><strong>GitHub integration</strong> for automated PR scanning</li>
<li class=""><strong>RESTful API</strong> for CI/CD pipeline integration</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-access">Getting Access<a href="https://defenzo.io/blog/first-blog-post#getting-access" class="hash-link" aria-label="Direct link to Getting Access" title="Direct link to Getting Access" translate="no">​</a></h2>
<p>Sign up at <a href="https://platform.defenzo.io/" target="_blank" rel="noopener noreferrer" class="">platform.defenzo.io</a> to get started with a free trial.</p>]]></content>
        <author>
            <name>Defenzo Team</name>
            <uri>https://defenzo.io</uri>
        </author>
        <category label="release" term="release"/>
        <category label="announcement" term="announcement"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Welcome to Defenzo Documentation]]></title>
        <id>https://defenzo.io/blog/welcome</id>
        <link href="https://defenzo.io/blog/welcome"/>
        <updated>2021-08-26T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Welcome to the Defenzo documentation site! Here you'll find everything you need to get started with our security scanning platform.]]></summary>
        <content type="html"><![CDATA[<p>Welcome to the Defenzo documentation site! Here you'll find everything you need to get started with our security scanning platform.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-defenzo">What's Defenzo?<a href="https://defenzo.io/blog/welcome#whats-defenzo" class="hash-link" aria-label="Direct link to What's Defenzo?" title="Direct link to What's Defenzo?" translate="no">​</a></h2>
<p>Defenzo is a fast, affordable SAST (Static Application Security Testing) platform designed specifically for SMBs. We help you:</p>
<ul>
<li class=""><strong>Detect vulnerabilities</strong> in your code before they reach production</li>
<li class=""><strong>Find hardcoded secrets</strong> like API keys and passwords</li>
<li class=""><strong>Identify vulnerable dependencies</strong> in your projects</li>
<li class=""><strong>Integrate with GitHub</strong> for seamless CI/CD security</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="getting-started">Getting Started<a href="https://defenzo.io/blog/welcome#getting-started" class="hash-link" aria-label="Direct link to Getting Started" title="Direct link to Getting Started" translate="no">​</a></h2>
<p>Head over to our <a class="" href="https://defenzo.io/docs/getting-started/quick-start">Quick Start Guide</a> to set up your first project, or browse the documentation using the sidebar.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="need-help">Need Help?<a href="https://defenzo.io/blog/welcome#need-help" class="hash-link" aria-label="Direct link to Need Help?" title="Direct link to Need Help?" translate="no">​</a></h2>
<ul>
<li class="">Check our <a class="" href="https://defenzo.io/docs/user-guide/dashboard">User Guide</a> for detailed instructions</li>
<li class="">Review <a class="" href="https://defenzo.io/docs/api-reference/introduction">API Reference</a> for programmatic access</li>
<li class="">Contact us at <a href="mailto:support@defenzo.io" target="_blank" rel="noopener noreferrer" class="">support@defenzo.io</a></li>
</ul>]]></content>
        <author>
            <name>Defenzo Team</name>
            <uri>https://defenzo.io</uri>
        </author>
        <category label="welcome" term="welcome"/>
        <category label="getting-started" term="getting-started"/>
    </entry>
</feed>