<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>APIsec Blog</title>
        <link>https://docs.apisecapps.com/blog</link>
        <description>APIsec Blog</description>
        <lastBuildDate>Fri, 11 Sep 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[September]]></title>
            <link>https://docs.apisecapps.com/blog/sept-2026</link>
            <guid>https://docs.apisecapps.com/blog/sept-2026</guid>
            <pubDate>Fri, 11 Sep 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.9.3.0 ( September 24, 2026 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7930--september-24-2026-">NG Production Release Update - APIsec_cloud_7.9.3.0 ( September 24, 2026 )<a href="https://docs.apisecapps.com/blog/sept-2026#ng-production-release-update---apisec_cloud_7930--september-24-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.9.3.0 ( September 24, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.9.3.0 ( September 24, 2026 )">​</a></h2>
<p>This release expands APIsec’s authentication resolution capabilities with <strong>Private-Key Client Authentication support</strong>, introduces a <strong>Global Viewer role</strong> for organization-wide read-only visibility, and simplifies endpoint configuration with <strong>bulk Require Authentication</strong> controls. It also improves ticket synchronization, Dry Run reliability and diagnostics, and report generation.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new">What's New<a href="https://docs.apisecapps.com/blog/sept-2026#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="private-key-client-authentication-private_key_jwt">Private-Key Client Authentication (private_key_jwt)<a href="https://docs.apisecapps.com/blog/sept-2026#private-key-client-authentication-private_key_jwt" class="hash-link" aria-label="Direct link to Private-Key Client Authentication (private_key_jwt)" title="Direct link to Private-Key Client Authentication (private_key_jwt)">​</a></h3>
<p>APIsec now supports private-key JWT client authentication (RFC 7523) for OAuth 2.0 client-credentials flows, via Custom Authentication Chains. Instead of a shared client secret, the client authenticates to the token endpoint with a signed JWT assertion—an asymmetric credential. A new pre-request signing operation produces the assertion from a key supplied as a chain parameter (never stored in the chain). This lets scans authenticate against identity providers that require public/private-key client authentication, and lets customers move off symmetric secrets to key-pair credentials whose private key never leaves their control.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Asymmetric client credentials, not shared secrets. private_key_jwt (RFC 7523) is a major OAuth client-authentication method — the client proves itself with a signed JWT instead of a client secret, matching providers that mandate key-pair client authentication.</li>
</ul>
</blockquote>
<blockquote>
<p><strong>Configuration:</strong> The <a class="custom-red-link" href="https://docs.google.com/document/d/1-c_oUZxAIEakmpHIF4FO_7_OZqlrvSphUnLFrNmFI_c/edit?tab=t.0#heading=h.9ug23lpia6sr" target="_blank" rel="noopener noreferrer"> Custom Authentication Guide</a> covers setting up private-key JWT client authentication via a Custom Authentication Chain.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="global-viewer-role">Global Viewer Role<a href="https://docs.apisecapps.com/blog/sept-2026#global-viewer-role" class="hash-link" aria-label="Direct link to Global Viewer Role" title="Direct link to Global Viewer Role">​</a></h3>
<p>A new <strong>Global Viewer</strong> role provides read-only access across all applications in the tenant. Unlike the standard Viewer and User roles, which are limited to applications shared directly or through teams, Global Viewers can view applications across the organization without edit permissions.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-1">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-1" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Provides organization-wide visibility without granting modification access</li>
<li>Simplifies access for auditors and other read-only stakeholders</li>
<li>Maintains separation between visibility and application management</li>
</ul>
</blockquote>
<blockquote>
<p><strong>SSO setup:</strong> mapping a group to the Global Viewer role is documented for Azure Entra ID — see <a class="custom-red-link" href="https://docs.apisecapps.com/docs/sso-configuration/azure/apisec-azure-entra-sso-configuration" target="_blank" rel="noopener noreferrer"> Azure Entra SSO configuratio</a>. Okta and Ping guides will follow soon.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="bulk-update--endpoints-authentication-requirement">Bulk Update — Endpoint's Authentication Requirement<a href="https://docs.apisecapps.com/blog/sept-2026#bulk-update--endpoints-authentication-requirement" class="hash-link" aria-label="Direct link to Bulk Update — Endpoint's Authentication Requirement" title="Direct link to Bulk Update — Endpoint's Authentication Requirement">​</a></h3>
<p>You can now enable or disable <strong>Require Authentication</strong> for multiple endpoints at once from the Endpoints tab. Bulk changes are recorded in the user activity report. Existing onboarding behavior remains unchanged.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-2">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-2" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Reduces the effort required to configure authentication requirements across large APIs</li>
<li>Makes endpoint-level authentication configuration faster and more consistent</li>
<li>Provides an audit trail for bulk configuration changes</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements">Improvements<a href="https://docs.apisecapps.com/blog/sept-2026#improvements" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="azure-devops-and-jira-ticket-synchronization-on-host-url-changes">Azure DevOps and Jira Ticket Synchronization on Host URL Changes<a href="https://docs.apisecapps.com/blog/sept-2026#azure-devops-and-jira-ticket-synchronization-on-host-url-changes" class="hash-link" aria-label="Direct link to Azure DevOps and Jira Ticket Synchronization on Host URL Changes" title="Direct link to Azure DevOps and Jira Ticket Synchronization on Host URL Changes">​</a></h3>
<p>Updating an instance's host URL now closes tickets associated with the previous host and recreates them against the new host.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Keeps external issue trackers synchronized with the updated API environment</li>
<li>Prevents tickets from remaining associated with an outdated host URL</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="dry-runs-use-the-instances-known-good-hosted-agent">Dry Runs Use the Instance's Known-Good Hosted Agent<a href="https://docs.apisecapps.com/blog/sept-2026#dry-runs-use-the-instances-known-good-hosted-agent" class="hash-link" aria-label="Direct link to Dry Runs Use the Instance's Known-Good Hosted Agent" title="Direct link to Dry Runs Use the Instance's Known-Good Hosted Agent">​</a></h3>
<p>Dry Runs now execute through the instance's healthy configured Hosted Agent instead of falling back to another agent.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-1">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-1" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves Dry Run reliability for Private Hosted Agent deployments</li>
<li>Ensures validation uses the same trusted scan environment configured for the instance</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="clearer-dry-run-failures">Clearer Dry Run Failures<a href="https://docs.apisecapps.com/blog/sept-2026#clearer-dry-run-failures" class="hash-link" aria-label="Direct link to Clearer Dry Run Failures" title="Direct link to Clearer Dry Run Failures">​</a></h3>
<p>Dry Run results now provide actionable failure messages when an agent returns a non-success response with an error message. Responses that return a success status but indicate that the request was rejected are now correctly classified as <strong>Not Testable</strong>.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-2">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-2" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Makes Dry Run failures easier to diagnose</li>
<li>Improves the accuracy of endpoint testability results</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-reliable-report-generation">More Reliable Report Generation<a href="https://docs.apisecapps.com/blog/sept-2026#more-reliable-report-generation" class="hash-link" aria-label="Direct link to More Reliable Report Generation" title="Direct link to More Reliable Report Generation">​</a></h3>
<p>Report generation now retrieves detection data more efficiently and provides an actionable reason when it can't generate a report.
Impact</p>
<ul>
<li>Improves report-generation reliability</li>
<li>Provides clearer guidance when report generation fails</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7920--september-18-2026-">NG Production Release Update - APIsec_cloud_7.9.2.0 ( September 18, 2026 )<a href="https://docs.apisecapps.com/blog/sept-2026#ng-production-release-update---apisec_cloud_7920--september-18-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.9.2.0 ( September 18, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.9.2.0 ( September 18, 2026 )">​</a></h2>
<p>This release expands <strong>Automated Authentication Discovery</strong> to support additional enterprise identity providers, introduces the next-generation <strong>Browser Bolt v2</strong> with social login support, and adds <strong>Jira Story</strong> creation for vulnerability tickets. It also delivers reliability and security improvements for <strong>Private Hosted Agents</strong>, along with <strong>GraphQL scanning and reporting enhancements</strong>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-1">What's New<a href="https://docs.apisecapps.com/blog/sept-2026#whats-new-1" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-identity-providers-for-automated-authentication-discovery">More Identity Providers for Automated Authentication Discovery<a href="https://docs.apisecapps.com/blog/sept-2026#more-identity-providers-for-automated-authentication-discovery" class="hash-link" aria-label="Direct link to More Identity Providers for Automated Authentication Discovery" title="Direct link to More Identity Providers for Automated Authentication Discovery">​</a></h3>
<p>Automated Authentication Discovery now supports <strong>AWS Cognito, Keycloak, Duende IdentityServer, and WSO2 Identity Server</strong>, in addition to the existing Auth0, Okta, PingOne, and IBM identity providers.</p>
<p>APIsec can identify these providers even when they are not explicitly named in the API specification and build the authentication flow by following the application's redirect.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Enables authenticated scanning across more enterprise identity platforms</li>
<li>Reduces manual authentication configuration during API onboarding</li>
<li>Helps customers get authenticated scans running with less setup</li>
</ul>
<p><strong>Note:</strong> For WSO2 Identity Server, APIsec uses the opaque access token issued for the target API rather than the identity token.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="browser-bolt-v2">Browser Bolt v2<a href="https://docs.apisecapps.com/blog/sept-2026#browser-bolt-v2" class="hash-link" aria-label="Direct link to Browser Bolt v2" title="Direct link to Browser Bolt v2">​</a></h3>
<p><strong>Browser Bolt v2</strong> improves browser-based API onboarding, including support for capturing authenticated sessions through <strong>social login</strong>.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Makes it easier to onboard APIs that require browser-based authentication</li>
<li>Supports applications using social login during authentication</li>
<li>Improves the capture experience for authenticated APIs</li>
</ul>
<p><strong>Availability:</strong> Browser Bolt v2 is ready for publication to the Chrome Web Store and will be available for installation once the store review is complete.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="create-jira-issues-as-stories">Create Jira Issues as Stories<a href="https://docs.apisecapps.com/blog/sept-2026#create-jira-issues-as-stories" class="hash-link" aria-label="Direct link to Create Jira Issues as Stories" title="Direct link to Create Jira Issues as Stories">​</a></h3>
<p>Jira integrations now support <strong>Story</strong> as an issue type in addition to <strong>Bug</strong> and <strong>Task</strong>. The selected issue type is validated against the target Jira project when testing the connection.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Gives teams more flexibility to align APIsec tickets with their Jira workflow</li>
<li>Prevents ticket-creation failures caused by unsupported issue types</li>
<li>Confirms that the selected issue type can be created before vulnerabilities are reported</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-1">Improvements<a href="https://docs.apisecapps.com/blog/sept-2026#improvements-1" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-private-hosted-agent-image--reliability--security-updates">New Private Hosted Agent Image — Reliability &amp; Security Updates<a href="https://docs.apisecapps.com/blog/sept-2026#new-private-hosted-agent-image--reliability--security-updates" class="hash-link" aria-label="Direct link to New Private Hosted Agent Image — Reliability &amp; Security Updates" title="Direct link to New Private Hosted Agent Image — Reliability &amp; Security Updates">​</a></h3>
<p>A new Private Hosted Agent image includes reliability and security improvements. Hosted-agent work can now be automatically reclaimed and redelivered when a backend instance becomes unresponsive during a scan, preventing scans from failing due to this type of backend interruption.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves scan reliability for Private Hosted Agent deployments</li>
<li>Helps scans continue through backend instance interruptions</li>
<li>Includes the latest security and reliability updates</li>
</ul>
<p><strong>Note:</strong> Customers using Private Hosted Agents should upgrade to the latest image.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="owasp-coverage-report-improvements">OWASP Coverage Report Improvements<a href="https://docs.apisecapps.com/blog/sept-2026#owasp-coverage-report-improvements" class="hash-link" aria-label="Direct link to OWASP Coverage Report Improvements" title="Direct link to OWASP Coverage Report Improvements">​</a></h3>
<p><strong>Problem</strong></p>
<p>The <strong>Percentage of Endpoints at Risk</strong> chart in the OWASP Coverage report could show incorrect endpoint counts and percentages, with inconsistencies between the UI and generated PDF.</p>
<p><strong>Solution</strong></p>
<p>Endpoint counts and percentages are now calculated consistently, and the report visualization and vulnerability-category legend have been corrected.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Improves the accuracy of OWASP Coverage reporting</li>
<li>Ensures the UI and PDF present consistent results</li>
<li>Provides clearer vulnerability-category visualization</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="graphql-scan-improvements">GraphQL Scan Improvements<a href="https://docs.apisecapps.com/blog/sept-2026#graphql-scan-improvements" class="hash-link" aria-label="Direct link to GraphQL Scan Improvements" title="Direct link to GraphQL Scan Improvements">​</a></h3>
<p><strong>Problem</strong></p>
<p>GraphQL scans could encounter an internal APIsec error during the OIDC/JWKS authentication discovery step, and the discovery-JWKS test was missing its description.</p>
<p><strong>Solution</strong></p>
<p>The authentication discovery workflow has been corrected for GraphQL APIs.</p>
<p><strong>Impact</strong></p>
<ul>
<li>GraphQL authentication discovery now completes successfully</li>
<li>Improves the consistency of GraphQL security testing</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7910--september-11-2026-">NG Production Release Update - APIsec_cloud_7.9.1.0 ( September 11, 2026 )<a href="https://docs.apisecapps.com/blog/sept-2026#ng-production-release-update---apisec_cloud_7910--september-11-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.9.1.0 ( September 11, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.9.1.0 ( September 11, 2026 )">​</a></h2>
<p>This release expands APIsec’s security testing and enterprise workflow capabilities with new <strong>Numeric Bound Fuzzing and Monetary Integrity tests, automated authentication discovery, enhanced Jira integrations</strong>, and new <strong>FedRAMP and HIPAA/HITRUST</strong> compliance reports. It also adds read-back validation for Mass Assignment findings and improves the accuracy and reliability of authentication, parameter hydration, BOLA testing, reporting, and private Hosted Agent scan improvements.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-2">What's New<a href="https://docs.apisecapps.com/blog/sept-2026#whats-new-2" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="automated-authentication-discovery">Automated Authentication Discovery<a href="https://docs.apisecapps.com/blog/sept-2026#automated-authentication-discovery" class="hash-link" aria-label="Direct link to Automated Authentication Discovery" title="Direct link to Automated Authentication Discovery">​</a></h3>
<p>When you onboard an application, APIsec now automatically determines which identity provider the API uses and builds a login for it — discovery starts automatically as soon as the spec registers, with nothing to click. The Configure Credentials card on the App Model panel drives the flow: while discovery runs, the card shows no action, and once a login is ready, the button reads Provide Credentials. Enter the account and the card moves to Completed, attaching a <strong>"Discovered login"</strong> auth set as the instance default so your next scan can run authenticated.</p>
<p>APIsec recognizes a provider named in the spec or discovers it by probing when the spec doesn't name one — supporting common identity providers such as Auth0, Okta, PingOne, and IBM, plus browser-based login flows. If a provider is found but no login can be built, or the credentials are wrong, the card falls back to the normal Add Authentication drawer without error — you're never left retrying.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Removes most of the manual work of configuring authentication</li>
<li>Gets scans running authenticated against common enterprise identity providers</li>
<li>Falls back cleanly to manual setup when a login can't be discovered</li>
</ul>
<p><strong>What to expect</strong></p>
<ul>
<li>No scan starts automatically — discovery only configures the login; running a scan is still a deliberate action.</li>
<li>Passwords are masked wherever they're shown.</li>
<li>A pending credentials prompt won't expire — respond whenever it's convenient.</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-security-test-categories--numeric-bound-fuzzing--monetary-integrity">New Security Test Categories — Numeric Bound Fuzzing &amp; Monetary Integrity<a href="https://docs.apisecapps.com/blog/sept-2026#new-security-test-categories--numeric-bound-fuzzing--monetary-integrity" class="hash-link" aria-label="Direct link to New Security Test Categories — Numeric Bound Fuzzing &amp; Monetary Integrity" title="Direct link to New Security Test Categories — Numeric Bound Fuzzing &amp; Monetary Integrity">​</a></h3>
<p>APIsec now introduces two new security tests for identifying <strong>input-validation and business-logic vulnerabilities</strong> in numeric and monetary fields.</p>
<p><strong>Numeric Bound Fuzzing</strong> tests numeric fields with values outside expected boundaries to identify missing input validation.</p>
<p><strong>Monetary Integrity</strong> extends this approach to financial workflows, testing whether APIs enforce valid monetary amounts and, where possible, confirming that unexpected values do not affect the underlying system.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-3">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-3" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Identifies vulnerabilities caused by missing numeric and monetary validation</li>
<li>Helps uncover business-logic flaws that can lead to financial impact</li>
<li>Provides stronger validation of findings by confirming whether unexpected values actually affect system state</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="mass-assignment--read-back-confirmation">Mass Assignment — Read-Back Confirmation<a href="https://docs.apisecapps.com/blog/sept-2026#mass-assignment--read-back-confirmation" class="hash-link" aria-label="Direct link to Mass Assignment — Read-Back Confirmation" title="Direct link to Mass Assignment — Read-Back Confirmation">​</a></h3>
<p>Mass Assignment testing now confirms whether an unauthorized or unexpected field <strong>actually changed system state</strong> after the request is submitted.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-4">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-4" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Increases confidence in Mass Assignment findings</li>
<li>Distinguishes exploitable behavior from requests that are merely accepted</li>
<li>Provides stronger evidence for remediation</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="choose-the-jira-issue-type">Choose the Jira Issue Type<a href="https://docs.apisecapps.com/blog/sept-2026#choose-the-jira-issue-type" class="hash-link" aria-label="Direct link to Choose the Jira Issue Type" title="Direct link to Choose the Jira Issue Type">​</a></h3>
<p>Jira connections now support <strong>Task</strong> in addition to the existing <strong>Bug</strong> issue type. You can select the issue type to create when reporting vulnerabilities, and APIsec validates the selected type against the target project during connection testing.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-5">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-5" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li><strong>Aligns vulnerability tickets with your existing Jira workflow</strong></li>
<li>Gives teams flexibility to use <strong>Bug</strong> or <strong>Task</strong> based on their process</li>
<li>Existing Jira connections continue to use <strong>Bug</strong> by default</li>
</ul>
<p><strong>Note:</strong> Support for <strong>Story</strong> is coming in an upcoming release.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="map-vulnerability-metadata-to-jira-custom-fields">Map Vulnerability Metadata to Jira Custom Fields<a href="https://docs.apisecapps.com/blog/sept-2026#map-vulnerability-metadata-to-jira-custom-fields" class="hash-link" aria-label="Direct link to Map Vulnerability Metadata to Jira Custom Fields" title="Direct link to Map Vulnerability Metadata to Jira Custom Fields">​</a></h3>
<p>Jira connections now support mapping APIsec vulnerability metadata, constants, and labels to your Jira custom fields.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-6">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-6" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Automatically populates tickets with the information your teams need</li>
<li>Aligns APIsec tickets with existing Jira workflows</li>
<li>Reduces manual ticket updates</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="issue-tracker-link-and-unlink-activity-trail">Issue-Tracker Link and Unlink Activity Trail<a href="https://docs.apisecapps.com/blog/sept-2026#issue-tracker-link-and-unlink-activity-trail" class="hash-link" aria-label="Direct link to Issue-Tracker Link and Unlink Activity Trail" title="Direct link to Issue-Tracker Link and Unlink Activity Trail">​</a></h3>
<p>Linking or unlinking an issue tracker from an application instance is now recorded in <strong>Activity Logs</strong>, including the connection, user, and timestamp.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-7">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-7" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Provides an audit trail for issue-tracker configuration changes</li>
<li>Improves visibility into where and when ticketing integrations were changed</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="sign-in-with-google">Sign in with Google<a href="https://docs.apisecapps.com/blog/sept-2026#sign-in-with-google" class="hash-link" aria-label="Direct link to Sign in with Google" title="Direct link to Sign in with Google">​</a></h3>
<p>Users can now sign in to APIsec using <strong>Google Social Login</strong>, including linking a Google account to an existing email/password account.</p>
<p><strong>Availability:</strong> Live on <span class="word-chip">cloud.apisecapps.com</span></p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="fedramp--hipaahitrust-compliance-reports">FedRAMP &amp; HIPAA/HITRUST Compliance Reports<a href="https://docs.apisecapps.com/blog/sept-2026#fedramp--hipaahitrust-compliance-reports" class="hash-link" aria-label="Direct link to FedRAMP &amp; HIPAA/HITRUST Compliance Reports" title="Direct link to FedRAMP &amp; HIPAA/HITRUST Compliance Reports">​</a></h3>
<p><strong>FedRAMP</strong> and <strong>HIPAA/HITRUST</strong> compliance reports are now available in production, providing the appropriate control mappings and reporting templates. Generate them alongside your other reports.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-8">Why this matters<a href="https://docs.apisecapps.com/blog/sept-2026#why-this-matters-8" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies compliance reporting for regulated organizations</li>
<li>Presents security findings in the context of applicable FedRAMP / HIPAA-HITRUST controls</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-2">Improvements<a href="https://docs.apisecapps.com/blog/sept-2026#improvements-2" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="comments-on-jira-bulk-updates">Comments on Jira Bulk Updates<a href="https://docs.apisecapps.com/blog/sept-2026#comments-on-jira-bulk-updates" class="hash-link" aria-label="Direct link to Comments on Jira Bulk Updates" title="Direct link to Comments on Jira Bulk Updates">​</a></h3>
<p>When APIsec updates multiple Jira issues in a single action — for example, bulk-closing findings that are resolved or bulk-changing their disposition — it now also posts the corresponding comment to each issue (the reason the finding was closed, the disposition applied, and so on).</p>
<p><strong>Why it works this way</strong> — a Jira limitation: Jira's bulk update and bulk transition APIs do not allow a comment to be attached as part of the bulk operation. To make sure your issues still get that context, APIsec applies the comments as a follow-up step, adding them to each issue individually after the bulk update completes. For very large batches, this means the comment appears shortly after the status change, not at the exact same instant.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-3">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-3" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Keeps Jira issues annotated with the reason behind each APIsec-driven change, even during bulk operations</li>
<li>Restores the comment context that Jira's bulk API otherwise omits</li>
<li>The earlier warning that bulk updates would not include comments has been removed</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="clearer-test-credentials--dry-run-results">Clearer Test Credentials &amp; Dry Run Results<a href="https://docs.apisecapps.com/blog/sept-2026#clearer-test-credentials--dry-run-results" class="hash-link" aria-label="Direct link to Clearer Test Credentials &amp; Dry Run Results" title="Direct link to Clearer Test Credentials &amp; Dry Run Results">​</a></h3>
<p>Test Credentials and Endpoint Dry Run now provide more accurate and actionable results for connectivity, authentication, and path-placeholder scenarios.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-4">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-4" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Makes authentication and connectivity issues easier to diagnose</li>
<li>Reduces false reports of invalid credentials or unreachable endpoints</li>
<li>Provides clearer guidance when rate limiting is encountered</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-accurate-parameter-hydration">More Accurate Parameter Hydration<a href="https://docs.apisecapps.com/blog/sept-2026#more-accurate-parameter-hydration" class="hash-link" aria-label="Direct link to More Accurate Parameter Hydration" title="Direct link to More Accurate Parameter Hydration">​</a></h3>
<p>APIsec now handles arrays, JSON-encoded examples, and object-schema path parameters more accurately during specification hydration.
Impact</p>
<ul>
<li>Reduces malformed request values</li>
<li>Improves endpoint testability and scan coverage</li>
<li>Better preserves values defined in API specifications</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-precise-bola-testing">More Precise BOLA Testing<a href="https://docs.apisecapps.com/blog/sept-2026#more-precise-bola-testing" class="hash-link" aria-label="Direct link to More Precise BOLA Testing" title="Direct link to More Precise BOLA Testing">​</a></h3>
<p>Basic BOLA scenarios now use the object ID configured for each individual operation instead of reusing an ID from another operation.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-5">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-5" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves accuracy of multi-step BOLA testing</li>
<li>Ensures each operation is tested against its intended resource</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="endpoint-values-are-sent-as-configured">Endpoint Values Are Sent as Configured<a href="https://docs.apisecapps.com/blog/sept-2026#endpoint-values-are-sent-as-configured" class="hash-link" aria-label="Direct link to Endpoint Values Are Sent as Configured" title="Direct link to Endpoint Values Are Sent as Configured">​</a></h3>
<p>Values configured directly on an endpoint request body now take precedence over an instance-level Global Parameter with the same field name.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-6">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-6" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Ensures endpoint-specific configurations are respected during scans</li>
<li>Provides more predictable request generation</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="penetration-testing-report-downloads">Penetration Testing Report Downloads<a href="https://docs.apisecapps.com/blog/sept-2026#penetration-testing-report-downloads" class="hash-link" aria-label="Direct link to Penetration Testing Report Downloads" title="Direct link to Penetration Testing Report Downloads">​</a></h3>
<p>Penetration Testing Reports now generate and download more reliably for applications with large numbers of findings, with clearer feedback when generation fails.</p>
<ul>
<li><strong>Consistent "No Longer Detected" Terminology</strong>
<ul>
<li>Findings that are no longer observed are now consistently labeled <strong>No Longer Detected</strong> across the Dashboard, Security Hub, Developer Report, and Proof of Test.</li>
</ul>
</li>
<li>Compliance reports continue to use <strong>Resolved</strong>.</li>
</ul>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-7">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-7" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Provides consistent terminology across security workflows</li>
<li>Makes finding lifecycle states easier to understand</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-private-hosted-agent--faster-scans">New Private Hosted Agent — Faster Scans<a href="https://docs.apisecapps.com/blog/sept-2026#new-private-hosted-agent--faster-scans" class="hash-link" aria-label="Direct link to New Private Hosted Agent — Faster Scans" title="Direct link to New Private Hosted Agent — Faster Scans">​</a></h3>
<p>A new Private Hosted Agent version is now available that runs scans faster and more reliably. It combines increased scan parallelism with memory and I/O tuning, so large, long-running scans complete substantially faster. Update your Private Hosted Agents to the latest version to benefit.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-8">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-8" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Faster scan completion, especially on large or long-running scans</li>
<li>Improved reliability under heavy load</li>
<li>No configuration change required — simply update the hosted-agent image</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="external-ticket-closure-reasons">External Ticket Closure Reasons<a href="https://docs.apisecapps.com/blog/sept-2026#external-ticket-closure-reasons" class="hash-link" aria-label="Direct link to External Ticket Closure Reasons" title="Direct link to External Ticket Closure Reasons">​</a></h3>
<p>When APIsec automatically closes an external ticket because a finding is resolved or marked out of scope, the ticket now includes the resolution reason.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-9">Impact<a href="https://docs.apisecapps.com/blog/sept-2026#impact-9" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Provides better context in external issue trackers</li>
<li>Improves traceability between APIsec findings and ticket lifecycle changes</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="azure-devops--risk-accepted-revoke">Azure DevOps — Risk-Accepted Revoke<a href="https://docs.apisecapps.com/blog/sept-2026#azure-devops--risk-accepted-revoke" class="hash-link" aria-label="Direct link to Azure DevOps — Risk-Accepted Revoke" title="Direct link to Azure DevOps — Risk-Accepted Revoke">​</a></h3>
<p>Revoking a <strong>"Risk Accepted"</strong> disposition now adds a comment to the linked Azure DevOps work item identifying the action, without changing the work-item state.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="browser-bolt-onboarding-improvements">Browser Bolt Onboarding Improvements<a href="https://docs.apisecapps.com/blog/sept-2026#browser-bolt-onboarding-improvements" class="hash-link" aria-label="Direct link to Browser Bolt Onboarding Improvements" title="Direct link to Browser Bolt Onboarding Improvements">​</a></h3>
<p>Browser Bolt onboarding now preserves custom application names, correctly identifies path parameters, and retains all endpoints from single-domain captures.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="activity-log--vulnerability-ticket-filter">Activity Log — Vulnerability Ticket Filter<a href="https://docs.apisecapps.com/blog/sept-2026#activity-log--vulnerability-ticket-filter" class="hash-link" aria-label="Direct link to Activity Log — Vulnerability Ticket Filter" title="Direct link to Activity Log — Vulnerability Ticket Filter">​</a></h3>
<p>A new <strong>Log Vuln Tickets</strong> filter is now available in Activity Logs and Task Logs. We also removed a stale Jira bulk-close warning.</p>
</blockquote>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[August]]></title>
            <link>https://docs.apisecapps.com/blog/aug-2026</link>
            <guid>https://docs.apisecapps.com/blog/aug-2026</guid>
            <pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.8.3.0 ( August 31, 2026 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7830--august-31-2026-">NG Production Release Update - APIsec_cloud_7.8.3.0 ( August 31, 2026 )<a href="https://docs.apisecapps.com/blog/aug-2026#ng-production-release-update---apisec_cloud_7830--august-31-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.8.3.0 ( August 31, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.8.3.0 ( August 31, 2026 )">​</a></h2>
<p>This release expands APIsec's platform capabilities across <strong>API lifecycle management, security validation, CI/CD automation, and operational visibility</strong>. New capabilities include flexible App Model onboarding controls, GitHub App integration, Platform ID-based API registration for CI/CD, Splunk audit-event forwarding, endpoint change visibility during spec reloads, and Personal Access Token expiry notifications. The release also introduces <strong>exploit-validation visibility and new security tests for refresh-token replay</strong>.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new">What's New<a href="https://docs.apisecapps.com/blog/aug-2026#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="register-and-scan-apis-using-platform-id">Register and Scan APIs Using Platform ID<a href="https://docs.apisecapps.com/blog/aug-2026#register-and-scan-apis-using-platform-id" class="hash-link" aria-label="Direct link to Register and Scan APIs Using Platform ID" title="Direct link to Register and Scan APIs Using Platform ID">​</a></h3>
<p>CI/CD pipelines can now register and resolve APIs using a customer-defined <strong>Platform ID</strong> and optional version instead of storing APIsec application IDs between pipeline runs.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Enables stateless CI/CD onboarding without persisting APIsec IDs</li>
<li>Re-running a pipeline updates the existing application instead of creating duplicates</li>
<li>Existing applications can be looked up or associated using their Platform ID</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="audit-event-forwarding-to-splunk">Audit Event Forwarding to Splunk<a href="https://docs.apisecapps.com/blog/aug-2026#audit-event-forwarding-to-splunk" class="hash-link" aria-label="Direct link to Audit Event Forwarding to Splunk" title="Direct link to Audit Event Forwarding to Splunk">​</a></h3>
<p>Administrators can now forward APIsec audit events, including sign-ins and application or user changes, to <strong>Splunk</strong> through a Splunk HTTP Event Collector (HEC) integration.
The integration includes connection testing and supports resilient delivery when the Splunk endpoint is slow or temporarily unavailable. Self-signed certificates are supported for on-premises Splunk deployments.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-1">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-1" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Extends APIsec audit visibility into existing SIEM workflows</li>
<li>Helps security teams centralize platform activity and monitoring</li>
<li>Provides reliable event delivery without impacting platform operations</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="app-model--skip--undo-skip-onboarding-steps">App Model — Skip / Undo Skip Onboarding Steps<a href="https://docs.apisecapps.com/blog/aug-2026#app-model--skip--undo-skip-onboarding-steps" class="hash-link" aria-label="Direct link to App Model — Skip / Undo Skip Onboarding Steps" title="Direct link to App Model — Skip / Undo Skip Onboarding Steps">​</a></h3>
<p>You can now <strong>skip</strong> the Authentication, RBAC, or BOLA onboarding step when it does not apply to an application. Skipped steps are clearly identified in the App Model and can be restored at any time using <strong>Undo Skip</strong>.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-2">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-2" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Keeps applications from remaining in <strong>Building</strong> when an onboarding area is not applicable</li>
<li>Provides clear visibility into skipped onboarding steps</li>
<li>Skipping is limited to onboarding progress and does not disable scanning or dismiss existing vulnerabilities</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="github-app-integration">GitHub App Integration<a href="https://docs.apisecapps.com/blog/aug-2026#github-app-integration" class="hash-link" aria-label="Direct link to GitHub App Integration" title="Direct link to GitHub App Integration">​</a></h3>
<p>APIsec now supports a <strong>GitHub App</strong> integration for connecting source repositories. The integration provides repository inventory, lifecycle and coverage synchronization through webhooks, and per-repository coverage visibility.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-3">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-3" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies connecting GitHub repositories with APIsec</li>
<li>Keeps repository status and coverage information synchronized</li>
<li>Provides visibility into API security coverage at the repository level</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="endpoint-diff-on-spec-reload">Endpoint Diff on Spec Reload<a href="https://docs.apisecapps.com/blog/aug-2026#endpoint-diff-on-spec-reload" class="hash-link" aria-label="Direct link to Endpoint Diff on Spec Reload" title="Direct link to Endpoint Diff on Spec Reload">​</a></h3>
<p>APIsec now displays a clear comparison of <strong>added and removed endpoints</strong> when an OpenAPI specification is reloaded. The changes are scoped to the reloaded instance and can be reviewed through the activity log.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-4">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-4" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Makes API changes easier to review after a specification reload</li>
<li>Provides clear visibility into endpoint additions and removals</li>
<li>Helps teams understand how a reload changes the API inventory</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="personal-access-token-expiry-notifications">Personal Access Token Expiry Notifications<a href="https://docs.apisecapps.com/blog/aug-2026#personal-access-token-expiry-notifications" class="hash-link" aria-label="Direct link to Personal Access Token Expiry Notifications" title="Direct link to Personal Access Token Expiry Notifications">​</a></h3>
<p>Users can now receive notifications when a <strong>Personal Access Token is approaching expiration and when it expires</strong>. Expiry notification preferences can be configured from Account settings.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-5">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-5" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Helps prevent automation interruptions caused by expired tokens</li>
<li>Gives users advance notice to rotate credentials</li>
<li>Provides control over token-expiration notifications</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="delete-endpoints-without-reloading-the-spec">Delete Endpoints Without Reloading the Spec<a href="https://docs.apisecapps.com/blog/aug-2026#delete-endpoints-without-reloading-the-spec" class="hash-link" aria-label="Direct link to Delete Endpoints Without Reloading the Spec" title="Direct link to Delete Endpoints Without Reloading the Spec">​</a></h3>
<p>Endpoints can now be removed directly from the endpoint inventory without reloading the entire API specification. Endpoint deletions are recorded in the activity log and propagated downstream.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-6">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-6" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Allows users to remove unwanted endpoints immediately</li>
<li>Eliminates the need for a full specification reload</li>
<li>Provides an auditable record of endpoint changes</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="refresh-token-replay">Refresh Token Replay<a href="https://docs.apisecapps.com/blog/aug-2026#refresh-token-replay" class="hash-link" aria-label="Direct link to Refresh Token Replay" title="Direct link to Refresh Token Replay">​</a></h3>
<p>A new authentication test identifies refresh tokens that can be redeemed more than once, including cases in which token rotation occurs without detection of reuse.</p>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements">Improvements<a href="https://docs.apisecapps.com/blog/aug-2026#improvements" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="clearer-test-credentials-and-dry-run-failures">Clearer Test Credentials and Dry Run Failures<a href="https://docs.apisecapps.com/blog/aug-2026#clearer-test-credentials-and-dry-run-failures" class="hash-link" aria-label="Direct link to Clearer Test Credentials and Dry Run Failures" title="Direct link to Clearer Test Credentials and Dry Run Failures">​</a></h3>
<p>Test Credentials and Dry Run now display the underlying transport error, such as TLS or certificate failures, instead of a generic error message.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Makes connectivity and certificate issues easier to diagnose</li>
<li>Provides more actionable information when validation fails</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="oauth-tests-for-custom-authentication-chains">OAuth Tests for Custom Authentication Chains<a href="https://docs.apisecapps.com/blog/aug-2026#oauth-tests-for-custom-authentication-chains" class="hash-link" aria-label="Direct link to OAuth Tests for Custom Authentication Chains" title="Direct link to OAuth Tests for Custom Authentication Chains">​</a></h3>
<p>OAuth-focused security tests, including authorization-code replay and open redirect testing, now execute for applications configured with OAuth through a Custom Authentication Chain.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-accurate-numeric-parameter-hydration">More Accurate Numeric Parameter Hydration<a href="https://docs.apisecapps.com/blog/aug-2026#more-accurate-numeric-parameter-hydration" class="hash-link" aria-label="Direct link to More Accurate Numeric Parameter Hydration" title="Direct link to More Accurate Numeric Parameter Hydration">​</a></h3>
<p>Numeric parameters, including double and float values, now hydrate using their configured global values instead of being sent as <span class="word-chip">null</span>.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="dynamic-parameter-values">Dynamic Parameter Values<a href="https://docs.apisecapps.com/blog/aug-2026#dynamic-parameter-values" class="hash-link" aria-label="Direct link to Dynamic Parameter Values" title="Direct link to Dynamic Parameter Values">​</a></h3>
<p>Relative dates, timestamps, and UUIDs now resolve correctly at scan time in the requested format. Interdependent date relationships are preserved, while invalid type or format combinations now return a clear validation error.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="gateway-path-prefix-reachability">Gateway Path-Prefix Reachability<a href="https://docs.apisecapps.com/blog/aug-2026#gateway-path-prefix-reachability" class="hash-link" aria-label="Direct link to Gateway Path-Prefix Reachability" title="Direct link to Gateway Path-Prefix Reachability">​</a></h3>
<p>Scans using a gateway path prefix that does not respond at the bare host now fall back to an endpoint-level reachability check instead of being incorrectly aborted during preflight.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="content-type-on-body-less-requests">Content-Type on Body-less Requests<a href="https://docs.apisecapps.com/blog/aug-2026#content-type-on-body-less-requests" class="hash-link" aria-label="Direct link to Content-Type on Body-less Requests" title="Direct link to Content-Type on Body-less Requests">​</a></h3>
<p>Body-less requests no longer automatically use <span class="word-chip"> Content-Type: application/json </span>. APIsec now honors the declared content type and sends an appropriate <span class="word-chip">Accept </span> header where applicable.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="more-accurate-injection-and-authentication-enforcement-detection">More Accurate Injection and Authentication Enforcement Detection<a href="https://docs.apisecapps.com/blog/aug-2026#more-accurate-injection-and-authentication-enforcement-detection" class="hash-link" aria-label="Direct link to More Accurate Injection and Authentication Enforcement Detection" title="Direct link to More Accurate Injection and Authentication Enforcement Detection">​</a></h3>
<p>Detection logic has been refined to reduce time-based injection false positives and correctly identify input-less endpoints that reject unauthenticated requests as authentication-enforced.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="resolution-reasons-flow-to-issue-trackers">Resolution Reasons Flow to Issue Trackers<a href="https://docs.apisecapps.com/blog/aug-2026#resolution-reasons-flow-to-issue-trackers" class="hash-link" aria-label="Direct link to Resolution Reasons Flow to Issue Trackers" title="Direct link to Resolution Reasons Flow to Issue Trackers">​</a></h3>
<p>Resolution or dismissal reasons are now passed to linked issue-tracker tickets, and the ticket is automatically closed to keep the finding status synchronized.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="coverage-and-readiness-reports">Coverage and Readiness Reports<a href="https://docs.apisecapps.com/blog/aug-2026#coverage-and-readiness-reports" class="hash-link" aria-label="Direct link to Coverage and Readiness Reports" title="Direct link to Coverage and Readiness Reports">​</a></h3>
<p>Business Unit and Team filters now correctly update the Readiness Coverage chart, and the Coverage Overview total is now consistent between the UI and generated PDF.</p>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7820--august-18-2026-">NG Production Release Update - APIsec_cloud_7.8.2.0 ( August 18, 2026 )<a href="https://docs.apisecapps.com/blog/aug-2026#ng-production-release-update---apisec_cloud_7820--august-18-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.8.2.0 ( August 18, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.8.2.0 ( August 18, 2026 )">​</a></h2>
<p>This release introduces email notifications for key scan and Hosted Agent events, automated TOTP authentication for browser-based scans, and additional CI/CD capabilities. It also adds Business Unit and Team-scoped Security Hub exports and improves scan reliability, TLS testing, parameter configuration, and ServiceNow and Azure DevOps integrations.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-1">What's New<a href="https://docs.apisecapps.com/blog/aug-2026#whats-new-1" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="email-notifications-for-key-events">Email Notifications for Key Events<a href="https://docs.apisecapps.com/blog/aug-2026#email-notifications-for-key-events" class="hash-link" aria-label="Direct link to Email Notifications for Key Events" title="Direct link to Email Notifications for Key Events">​</a></h3>
<p>You can now opt in to email notifications for events that need your attention, including <strong>scan failures</strong> and <strong>Hosted Agent token expiration</strong>. Notifications are <strong>off by default for each user</strong> and can be enabled from Notification Preferences.
You have flexible control over both <strong>when</strong> and <strong>what</strong> you receive:</p>
<ul>
<li>Choose <strong>live</strong>, <strong>daily</strong>, or <strong>weekly</strong> email delivery based on your preference.</li>
<li>Enable notifications across <strong>all applications</strong>, select only specific applications, or select all and <strong>exclude specific applications</strong>.</li>
<li>Configure each notification type independently to receive only the alerts that are relevant to you.</li>
</ul>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-7">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-7" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Gives users control over the volume and frequency of email notifications</li>
<li>Helps surface important events without requiring constant dashboard monitoring</li>
<li>Reduces notification noise by allowing application-level filtering</li>
</ul>
<p><strong>Availability:</strong> ROLE_ADMIN and ROLE_USER in Enterprise tenants only. PLG users do not currently have access to Notifications.</p>
<p><strong>Note:</strong> Notifications for API (Personal Access) Token expiration are coming in an upcoming release.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="automated-two-factor-totp-authentication-during-scans">Automated Two-Factor (TOTP) Authentication During Scans<a href="https://docs.apisecapps.com/blog/aug-2026#automated-two-factor-totp-authentication-during-scans" class="hash-link" aria-label="Direct link to Automated Two-Factor (TOTP) Authentication During Scans" title="Direct link to Automated Two-Factor (TOTP) Authentication During Scans">​</a></h3>
<p>Scans can now automatically complete login flows that require a six-digit authenticator-app code, such as Google Authenticator, Authy, or Microsoft Authenticator. The agent generates and submits the time-based code using the configured authenticator secret.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-8">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-8" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h3>
<ul>
<li>Enables authenticated scanning without disabling two-factor authentication</li>
<li>Eliminates manual intervention during scans</li>
<li>Supports more realistic security testing of protected applications</li>
</ul>
<p><strong>Note:</strong> Available with the APIsec cloud agent. Private Hosted Agent support is coming in an upcoming release.</p>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-1">Improvements<a href="https://docs.apisecapps.com/blog/aug-2026#improvements-1" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="list-scans-by-status-via-api-credentials">List Scans by Status via API Credentials<a href="https://docs.apisecapps.com/blog/aug-2026#list-scans-by-status-via-api-credentials" class="hash-link" aria-label="Direct link to List Scans by Status via API Credentials" title="Direct link to List Scans by Status via API Credentials">​</a></h3>
<p>The List Scans API now supports Personal Access Tokens and status filtering for scans that are <strong>running</strong>, <strong>completed</strong>, <strong>failed</strong>, or <strong>aborted</strong>. CI/CD pipelines can use this to identify and retrieve scans without requiring the scan ID.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-9">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-9" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies CI/CD scan orchestration</li>
<li>Helps prevent unnecessary duplicate scan execution</li>
<li>Provides greater flexibility for automated workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="simpler-cicd-setup">Simpler CI/CD Setup<a href="https://docs.apisecapps.com/blog/aug-2026#simpler-cicd-setup" class="hash-link" aria-label="Direct link to Simpler CI/CD Setup" title="Direct link to Simpler CI/CD Setup">​</a></h3>
<p>The APIsec host is now built into <strong>scan-and-gate</strong> and <strong>code-bolt</strong>, eliminating the need to provide the <span class="word-chip">api-url </span> flag.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-10">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-10" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies CI/CD configuration</li>
<li>Reduces configuration errors</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="security-hub-csv-export-by-business-unit-and-team">Security Hub CSV Export by Business Unit and Team<a href="https://docs.apisecapps.com/blog/aug-2026#security-hub-csv-export-by-business-unit-and-team" class="hash-link" aria-label="Direct link to Security Hub CSV Export by Business Unit and Team" title="Direct link to Security Hub CSV Export by Business Unit and Team">​</a></h3>
<p>Security Hub vulnerability data can now be exported to CSV based on the selected Business Unit and Team.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-11">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-11" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies reporting for specific organizational groups</li>
<li>Provides focused vulnerability data for analysis and reporting</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes">Issue Fixes<a href="https://docs.apisecapps.com/blog/aug-2026#issue-fixes" class="hash-link" aria-label="Direct link to Issue Fixes" title="Direct link to Issue Fixes">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scans-against-waf-protected-targets">Scans Against WAF-Protected Targets<a href="https://docs.apisecapps.com/blog/aug-2026#scans-against-waf-protected-targets" class="hash-link" aria-label="Direct link to Scans Against WAF-Protected Targets" title="Direct link to Scans Against WAF-Protected Targets">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Scans against WAF-protected targets could fail the reachability check when required custom headers were configured.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>The pre-scan reachability check now includes the instance's configured custom headers.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-1">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-1" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves scan reliability for WAF-protected applications</li>
<li>Prevents valid targets from being incorrectly marked unreachable</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="instances-with-an-empty-base-url">Instances with an Empty Base URL<a href="https://docs.apisecapps.com/blog/aug-2026#instances-with-an-empty-base-url" class="hash-link" aria-label="Direct link to Instances with an Empty Base URL" title="Direct link to Instances with an Empty Base URL">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-1">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-1" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Instances without a valid base URL could be dispatched to a Hosted Agent, resulting in reachability testing failures.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-1">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-1" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Instances resolving to / are now identified as unreachable before reachability triggers with a clear diagnostic.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-2">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-2" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Prevents Hosted Agent crashes caused by invalid instance URLs</li>
<li>Provides clearer feedback for incomplete API configurations</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ssl-test-for-tls-11">SSL Test for TLS 1.1<a href="https://docs.apisecapps.com/blog/aug-2026#ssl-test-for-tls-11" class="hash-link" aria-label="Direct link to SSL Test for TLS 1.1" title="Direct link to SSL Test for TLS 1.1">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-2">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-2" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>The SSL security test could skip TLS 1.1 validation.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-2">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-2" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>TLS 1.1 is now correctly evaluated during SSL testing.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-3">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-3" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves coverage of legacy TLS configurations</li>
<li>Ensures TLS 1.1 endpoints are properly assessed</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="numeric-body-parameter-configuration">Numeric Body Parameter Configuration<a href="https://docs.apisecapps.com/blog/aug-2026#numeric-body-parameter-configuration" class="hash-link" aria-label="Direct link to Numeric Body Parameter Configuration" title="Direct link to Numeric Body Parameter Configuration">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-3">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-3" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Required numeric body parameters could not be cleared to use a global variable.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-3">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-3" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Numeric parameters can now be cleared using the <span class="word-chip">- </span> sentinel to resolve their value from a global variable at scan time.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-4">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-4" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Provides greater flexibility for parameter configuration</li>
<li>Preserves validation for genuinely invalid numeric values</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="endpoint-dry-run-testability">Endpoint Dry Run Testability<a href="https://docs.apisecapps.com/blog/aug-2026#endpoint-dry-run-testability" class="hash-link" aria-label="Direct link to Endpoint Dry Run Testability" title="Direct link to Endpoint Dry Run Testability">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-4">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-4" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Endpoint Dry Run could use an internal validation request as the displayed test result, leading to an inaccurate testability verdict.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-4">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-4" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>The internal validation probe is now handled separately from the actual testability result.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-5">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-5" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Provides more accurate endpoint readiness information</li>
<li>Improves confidence in Dry Run results</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="servicenow-avr--risk-accepted-status">ServiceNow AVR — Risk Accepted Status<a href="https://docs.apisecapps.com/blog/aug-2026#servicenow-avr--risk-accepted-status" class="hash-link" aria-label="Direct link to ServiceNow AVR — Risk Accepted Status" title="Direct link to ServiceNow AVR — Risk Accepted Status">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-5">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-5" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Marking a finding as <strong>Risk Accepted</strong> in APIsec could set the linked ServiceNow AVR item to Closed.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-5">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-5" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Risk Accepted findings now set the ServiceNow item to <strong>Deferred</strong>, while redetected findings continue to reopen as expected.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-6">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-6" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Aligns ServiceNow status with the intended risk disposition</li>
<li>Improves synchronization between APIsec and ServiceNow workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="azure-devops-ticket-auto-creation">Azure DevOps Ticket Auto-Creation<a href="https://docs.apisecapps.com/blog/aug-2026#azure-devops-ticket-auto-creation" class="hash-link" aria-label="Direct link to Azure DevOps Ticket Auto-Creation" title="Direct link to Azure DevOps Ticket Auto-Creation">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-6">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-6" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Automatic ticket creation could fail for configured Azure DevOps integrations.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-6">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-6" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Azure DevOps ticket creation has been corrected and now works reliably with configured integrations.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-7">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-7" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<p>Restores automated issue creation
Improves reliability of Azure DevOps workflows</p>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7810--august-07-2026-">NG Production Release Update - APIsec_cloud_7.8.1.0 ( August 07, 2026 )<a href="https://docs.apisecapps.com/blog/aug-2026#ng-production-release-update---apisec_cloud_7810--august-07-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.8.1.0 ( August 07, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.8.1.0 ( August 07, 2026 )">​</a></h2>
<p>This release introduces centralized metadata tag management, CSV export for the Security Hub Vulnerability Age Matrix, and deeper ServiceNow Vulnerability Response integration. Additional improvements enhance SSO team synchronization, parameter hydration, issue-tracker configuration, and hosted agent security, while several fixes improve Postman imports, automatic ticketing, and authentication detection accuracy.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-2">What's New<a href="https://docs.apisecapps.com/blog/aug-2026#whats-new-2" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="application-metadata-tags">Application Metadata Tags<a href="https://docs.apisecapps.com/blog/aug-2026#application-metadata-tags" class="hash-link" aria-label="Direct link to Application Metadata Tags" title="Direct link to Application Metadata Tags">​</a></h3>
<p>Administrators can now create and manage metadata tag fields, assign tags to applications and instances, and search tags across the platform. Metadata tags are also included when creating tickets in the connected ServiceNow issue tracker.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-12">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-12" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies application organization and search</li>
<li>Prevents duplicate metadata definitions</li>
<li>Provides richer context in issue-tracker workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="servicenow-vulnerability-response-integration">ServiceNow Vulnerability Response Integration<a href="https://docs.apisecapps.com/blog/aug-2026#servicenow-vulnerability-response-integration" class="hash-link" aria-label="Direct link to ServiceNow Vulnerability Response Integration" title="Direct link to ServiceNow Vulnerability Response Integration">​</a></h3>
<p>The ServiceNow integration now aligns with the native <strong>Vulnerability Response (VR)</strong> workflow. Risk Accepted and False Positive dispositions synchronize between ServiceNow and APIsec, and metadata tags are automatically included on Application Vulnerable Items (AVIs).</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-13">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-13" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Aligns remediation with existing ServiceNow approval workflows</li>
<li>Synchronizes vulnerability dispositions across both platforms</li>
<li>Improves filtering and routing using metadata tags</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="export-vulnerability-age-matrix-to-csv">Export Vulnerability Age Matrix to CSV<a href="https://docs.apisecapps.com/blog/aug-2026#export-vulnerability-age-matrix-to-csv" class="hash-link" aria-label="Direct link to Export Vulnerability Age Matrix to CSV" title="Direct link to Export Vulnerability Age Matrix to CSV">​</a></h3>
<p>You can now export the underlying detections from the <strong>Security Hub Vulnerability Age Matrix</strong> directly to CSV for offline analysis and reporting.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-14">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-14" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies reporting and data analysis</li>
<li>Exports all matching detections, not just the current page</li>
<li>Includes key vulnerability and application details for further processing</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-2">Improvements<a href="https://docs.apisecapps.com/blog/aug-2026#improvements-2" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-parameter-hydration-coverage">Improved Parameter Hydration Coverage<a href="https://docs.apisecapps.com/blog/aug-2026#improved-parameter-hydration-coverage" class="hash-link" aria-label="Direct link to Improved Parameter Hydration Coverage" title="Direct link to Improved Parameter Hydration Coverage">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-7">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-7" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Parameter hydration provided limited coverage for certain request structures and authentication configurations.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-7">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-7" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Parameter hydration has been enhanced to better support array-based request bodies and complex authentication scenarios.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-8">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-8" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves parameter discovery coverage</li>
<li>Produces more complete scan inputs</li>
<li>Increases scan accuracy for complex APIs</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="automatic-ticket-creation">Automatic Ticket Creation<a href="https://docs.apisecapps.com/blog/aug-2026#automatic-ticket-creation" class="hash-link" aria-label="Direct link to Automatic Ticket Creation" title="Direct link to Automatic Ticket Creation">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-8">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-8" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Automatic ticket creation could fail if the owner of a scheduled scan had been deprovisioned from the tenant.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-8">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-8" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Automatic ticket creation no longer depends on the original schedule owner's account.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-9">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-9" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Ensures automatic ticket creation continues uninterrupted</li>
<li>Improves reliability across user and ownership changes</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="test-connection-click-reliability">Test Connection Click Reliability<a href="https://docs.apisecapps.com/blog/aug-2026#test-connection-click-reliability" class="hash-link" aria-label="Direct link to Test Connection Click Reliability" title="Direct link to Test Connection Click Reliability">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-9">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-9" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Buttons only responded when users clicked directly on the label text. Clicking elsewhere within the button did not trigger the action.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-9">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-9" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Button interactions have been updated so the entire button surface is clickable.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-10">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-10" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves usability and click responsiveness</li>
<li>Provides a more consistent user experience across the application</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-import-for-array-based-request-bodies">Postman Import for Array-Based Request Bodies<a href="https://docs.apisecapps.com/blog/aug-2026#postman-import-for-array-based-request-bodies" class="hash-link" aria-label="Direct link to Postman Import for Array-Based Request Bodies" title="Direct link to Postman Import for Array-Based Request Bodies">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-10">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-10" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Importing Postman collections containing arrays of similar objects could result in incomplete request bodies.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-10">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-10" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>All array elements are now imported correctly.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-11">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-11" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Preserves complete request payloads</li>
<li>Improves scan accuracy for bulk operations</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="authentication-detection-accuracy">Authentication Detection Accuracy<a href="https://docs.apisecapps.com/blog/aug-2026#authentication-detection-accuracy" class="hash-link" aria-label="Direct link to Authentication Detection Accuracy" title="Direct link to Authentication Detection Accuracy">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-11">Problem<a href="https://docs.apisecapps.com/blog/aug-2026#problem-11" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Certain APIs could generate false authentication findings when credentials were supplied in the request body or when authentication failures were returned within HTTP 200 responses.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-11">Solution<a href="https://docs.apisecapps.com/blog/aug-2026#solution-11" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Authentication detection now evaluates both response content and configured authentication rejection indicators instead of relying solely on HTTP status codes.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-12">Impact<a href="https://docs.apisecapps.com/blog/aug-2026#impact-12" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Reduces false authentication findings</li>
<li>Improves detection accuracy for modern API implementations</li>
<li>Provides more reliable authentication validation</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="private-hosted-agent-security-updates">Private Hosted Agent Security Updates<a href="https://docs.apisecapps.com/blog/aug-2026#private-hosted-agent-security-updates" class="hash-link" aria-label="Direct link to Private Hosted Agent Security Updates" title="Direct link to Private Hosted Agent Security Updates">​</a></h3>
<p>The Private Hosted Agent has been updated with the latest runtime, dependency, and security improvements.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-15">Why this matters<a href="https://docs.apisecapps.com/blog/aug-2026#why-this-matters-15" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Improves the security posture of hosted agent deployments</li>
<li>Incorporates the latest dependency updates</li>
<li>No changes are required to existing deployment workflows</li>
</ul>
</blockquote>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[July]]></title>
            <link>https://docs.apisecapps.com/blog/july-2026</link>
            <guid>https://docs.apisecapps.com/blog/july-2026</guid>
            <pubDate>Fri, 03 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.7.4.0 ( July 31, 2026 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7740--july-31-2026-">NG Production Release Update - APIsec_cloud_7.7.4.0 ( July 31, 2026 )<a href="https://docs.apisecapps.com/blog/july-2026#ng-production-release-update---apisec_cloud_7740--july-31-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.7.4.0 ( July 31, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.7.4.0 ( July 31, 2026 )">​</a></h2>
<p>This release improves scan reliability for hosted-agent deployments, introduces SSO group-to-team mapping, enhances CI/CD automation by preventing duplicate scans, and expands Dashboard V2 with clearer application health and policy visibility. Additional improvements strengthen SSL/TLS and PII detection accuracy, while several workflow enhancements improve the overall user experience.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new">What's New<a href="https://docs.apisecapps.com/blog/july-2026#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="resilient-handling-of-unreachable-hosted-agents">Resilient Handling of Unreachable Hosted Agents<a href="https://docs.apisecapps.com/blog/july-2026#resilient-handling-of-unreachable-hosted-agents" class="hash-link" aria-label="Direct link to Resilient Handling of Unreachable Hosted Agents" title="Direct link to Resilient Handling of Unreachable Hosted Agents">​</a></h3>
<p>Scans now verify that the configured hosted agent is reachable before execution and continue monitoring connectivity throughout the scan. If the hosted agent or target becomes unreachable, the scan stops immediately and reports a clear failure reason instead of continuing with unsuccessful test execution.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Detects connectivity issues before lengthy scan failures occur</li>
<li>Provides clear diagnostics when hosted agents become unreachable</li>
<li>Ensures scans always execute using the configured scan environment</li>
</ul>
</blockquote>
<blockquote>
<p><strong>Note:</strong> Additional hosted-agent health monitoring and scheduled scan notifications are planned for a future release.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="prevent-duplicate-scans-in-cicd-pipelines">Prevent Duplicate Scans in CI/CD Pipelines<a href="https://docs.apisecapps.com/blog/july-2026#prevent-duplicate-scans-in-cicd-pipelines" class="hash-link" aria-label="Direct link to Prevent Duplicate Scans in CI/CD Pipelines" title="Direct link to Prevent Duplicate Scans in CI/CD Pipelines">​</a></h3>
<p>The Scans API now supports querying for running scans, allowing CI/CD pipelines to determine whether a scan is already in progress before starting another.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-1">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-1" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h3>
<ul>
<li>Prevents duplicate scan execution</li>
<li>Optimizes CI/CD pipeline efficiency</li>
<li>Reduces unnecessary scan activity</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="dashboard-v2-enhancements">Dashboard V2 Enhancements<a href="https://docs.apisecapps.com/blog/july-2026#dashboard-v2-enhancements" class="hash-link" aria-label="Direct link to Dashboard V2 Enhancements" title="Direct link to Dashboard V2 Enhancements">​</a></h3>
<p>Dashboard V2 now provides a more accurate view of application readiness, policy compliance, and recommended next steps directly from the Overview page.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-2">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-2" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h3>
<ul>
<li>Improves visibility into application health</li>
<li>Surfaces policy compliance more clearly</li>
<li>Reduces navigation during application onboarding and review</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements">Improvements<a href="https://docs.apisecapps.com/blog/july-2026#improvements" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ssltls-enforcement-detection">SSL/TLS Enforcement Detection<a href="https://docs.apisecapps.com/blog/july-2026#ssltls-enforcement-detection" class="hash-link" aria-label="Direct link to SSL/TLS Enforcement Detection" title="Direct link to SSL/TLS Enforcement Detection">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>SSL/TLS enforcement testing could report a vulnerability when an endpoint responded to an HTTP request with an error status, even though it was not serving content over unencrypted HTTP.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Detection logic now reports an SSL/TLS enforcement vulnerability only when the endpoint successfully serves content over HTTP. Non-success HTTP responses are surfaced as <strong>Informational detections</strong> instead.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Reduces false positives for non-success HTTP responses</li>
<li>Preserves visibility through Informational detections</li>
<li>Improves confidence that SSL/TLS findings represent actual unencrypted traffic</li>
<li>Existing findings may be reclassified as Informational after the next scan as part of this refinement</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-pii-detection">Improved PII Detection<a href="https://docs.apisecapps.com/blog/july-2026#improved-pii-detection" class="hash-link" aria-label="Direct link to Improved PII Detection" title="Direct link to Improved PII Detection">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-1">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-1" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>PII detection could miss certain sensitive data patterns.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-1">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-1" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Detection logic has been enhanced to identify previously missed cases.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-1">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-1" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves detection coverage</li>
<li>Produces more reliable PII findings</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="guided-actions-status-updates">Guided Actions Status Updates<a href="https://docs.apisecapps.com/blog/july-2026#guided-actions-status-updates" class="hash-link" aria-label="Direct link to Guided Actions Status Updates" title="Direct link to Guided Actions Status Updates">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-2">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-2" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>The Guided Actions authentication step did not immediately reflect completed authentication until the page was refreshed.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-2">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-2" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Authentication status now updates automatically after successful configuration.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-2">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-2" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Provides real-time onboarding progress</li>
<li>Eliminates unnecessary page refreshes</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="auto-reload-schedule-updates">Auto-Reload Schedule Updates<a href="https://docs.apisecapps.com/blog/july-2026#auto-reload-schedule-updates" class="hash-link" aria-label="Direct link to Auto-Reload Schedule Updates" title="Direct link to Auto-Reload Schedule Updates">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-3">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-3" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Changes to an Auto-Reload schedule were not reflected immediately after saving.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-3">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-3" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>The next scheduled reload time now updates as soon as the configuration is saved.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-3">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-3" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Displays accurate scheduling information immediately</li>
<li>Improves configuration visibility</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="security-hub-notification-recipients">Security Hub Notification Recipients<a href="https://docs.apisecapps.com/blog/july-2026#security-hub-notification-recipients" class="hash-link" aria-label="Direct link to Security Hub Notification Recipients" title="Direct link to Security Hub Notification Recipients">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-4">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-4" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>SSO-provisioned users could not be selected as Security Hub notification recipients.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-4">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-4" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>SSO users can now be added as Security Hub recipients.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-4">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-4" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves notification management for SSO-enabled organizations</li>
<li>Supports Security Hub workflows using federated identities</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7730--july-21-2026-">NG Production Release Update - APIsec_cloud_7.7.3.0 ( July 21, 2026 )<a href="https://docs.apisecapps.com/blog/july-2026#ng-production-release-update---apisec_cloud_7730--july-21-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.7.3.0 ( July 21, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.7.3.0 ( July 21, 2026 )">​</a></h2>
<p>This release expands authentication capabilities with headless browser-based authentication for Custom Auth Chains. Additional improvements strengthen CI/CD automation, scheduled scan reliability, detection accuracy, and API credential security, while numerous fixes improve usability and platform reliability.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-1">What's New<a href="https://docs.apisecapps.com/blog/july-2026#whats-new-1" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="browser-based-authentication-for-custom-auth-chains">Browser-Based Authentication for Custom Auth Chains<a href="https://docs.apisecapps.com/blog/july-2026#browser-based-authentication-for-custom-auth-chains" class="hash-link" aria-label="Direct link to Browser-Based Authentication for Custom Auth Chains" title="Direct link to Browser-Based Authentication for Custom Auth Chains">​</a></h3>
<p>Custom Auth Chains now support browser-based authentication for login flows that require JavaScript execution, such as OAuth 2.0 Authorization Code with PKCE. A browser-enabled hosted agent can execute browser-dependent authentication steps while preserving the existing authentication workflow for the remainder of the chain.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-3">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-3" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Enables authenticated scanning of applications that require browser-based login flows</li>
<li>Supports modern identity providers using OAuth 2.0 with PKCE</li>
<li>Expands authentication coverage for enterprise applications</li>
</ul>
<p><strong>Note:</strong> A browser-enabled Hosted Agent image is available for deployments requiring browser-based authentication. Standard Hosted Agent deployments remain unchanged.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="expanded-api-token-scopes-for-automation">Expanded API Token Scopes for Automation<a href="https://docs.apisecapps.com/blog/july-2026#expanded-api-token-scopes-for-automation" class="hash-link" aria-label="Direct link to Expanded API Token Scopes for Automation" title="Direct link to Expanded API Token Scopes for Automation">​</a></h3>
<p>API Credentials now support additional fine-grained scopes for CI/CD automation, including Scan Profiles, Scheduled Scans, Integration Connections, and Issue Tracker management.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-4">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-4" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Enables more granular access control for automation</li>
<li>Supports least-privilege security practices</li>
<li>Improves flexibility for CI/CD integrations</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-1">Improvements<a href="https://docs.apisecapps.com/blog/july-2026#improvements-1" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-scheduled-scan-reliability">Improved Scheduled Scan Reliability<a href="https://docs.apisecapps.com/blog/july-2026#improved-scheduled-scan-reliability" class="hash-link" aria-label="Direct link to Improved Scheduled Scan Reliability" title="Direct link to Improved Scheduled Scan Reliability">​</a></h3>
<p>Scheduled scans now execute more reliably for applications configured with multiple authentication profiles.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-5">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-5" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Improves scan reliability for complex authentication configurations</li>
<li>Reduces unexpected scan failures during scheduled execution</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="enhanced-detection-accuracy">Enhanced Detection Accuracy<a href="https://docs.apisecapps.com/blog/july-2026#enhanced-detection-accuracy" class="hash-link" aria-label="Direct link to Enhanced Detection Accuracy" title="Direct link to Enhanced Detection Accuracy">​</a></h3>
<p>Detection improvements have been made for time-based MySQL injection and credential-enforcement validation, reducing false positives and improving scan accuracy.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-6">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-6" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Improves confidence in security findings</li>
<li>Reduces false positives during automated testing</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="one-time-display-of-api-tokens">One-Time Display of API Tokens<a href="https://docs.apisecapps.com/blog/july-2026#one-time-display-of-api-tokens" class="hash-link" aria-label="Direct link to One-Time Display of API Tokens" title="Direct link to One-Time Display of API Tokens">​</a></h3>
<p>Newly created Personal Access Tokens are now displayed only once during creation, matching the existing behavior for Client Credential secrets.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-7">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-7" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Improves protection of sensitive credentials</li>
<li>Encourages secure token management practices</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="parameter-discovery-authentication">Parameter Discovery Authentication<a href="https://docs.apisecapps.com/blog/july-2026#parameter-discovery-authentication" class="hash-link" aria-label="Direct link to Parameter Discovery Authentication" title="Direct link to Parameter Discovery Authentication">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-5">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-5" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Parameter Discovery could ignore the selected authentication profile and execute under a different credential.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-5">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-5" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Parameter Discovery now consistently uses the selected authentication profile.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-5">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-5" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves parameter discovery accuracy</li>
<li>Produces more complete results for multi-role applications</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="multi-team-application-visibility">Multi-Team Application Visibility<a href="https://docs.apisecapps.com/blog/july-2026#multi-team-application-visibility" class="hash-link" aria-label="Direct link to Multi-Team Application Visibility" title="Direct link to Multi-Team Application Visibility">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-6">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-6" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Users belonging to multiple teams could see applications from only one team.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-6">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-6" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Applications from all assigned teams are now displayed correctly.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-6">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-6" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves application visibility for multi-team users</li>
<li>Ensures access matches assigned team memberships</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="large-header-values">Large Header Values<a href="https://docs.apisecapps.com/blog/july-2026#large-header-values" class="hash-link" aria-label="Direct link to Large Header Values" title="Direct link to Large Header Values">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-7">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-7" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Very large numeric header values could prevent Environment headers from being saved.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-7">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-7" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Large numeric values are now handled correctly during header configuration.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-7">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-7" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves compatibility with applications using large numeric identifiers</li>
<li>Prevents configuration save failures</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ticket-creation-from-scan-details">Ticket Creation from Scan Details<a href="https://docs.apisecapps.com/blog/july-2026#ticket-creation-from-scan-details" class="hash-link" aria-label="Direct link to Ticket Creation from Scan Details" title="Direct link to Ticket Creation from Scan Details">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-8">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-8" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Creating tickets directly from the Scan Details page did not consistently create issues in connected trackers.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-8">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-8" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Ticket creation now functions correctly, with ticket IDs reflected in Vulnerabilities and Threat Detection views.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-8">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-8" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves issue management workflows</li>
<li>Provides better visibility into linked tickets</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="specification-reload-resiliency">Specification Reload Resiliency<a href="https://docs.apisecapps.com/blog/july-2026#specification-reload-resiliency" class="hash-link" aria-label="Direct link to Specification Reload Resiliency" title="Direct link to Specification Reload Resiliency">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-9">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-9" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Specification reloads could fail when previously imported specifications contained unresolved references.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-9">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-9" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Reloads now tolerate unresolved references, and failures provide clearer diagnostic information.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-9">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-9" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves specification reload reliability</li>
<li>Simplifies troubleshooting when reloads fail</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="guided-actions-scan-status">Guided Actions Scan Status<a href="https://docs.apisecapps.com/blog/july-2026#guided-actions-scan-status" class="hash-link" aria-label="Direct link to Guided Actions Scan Status" title="Direct link to Guided Actions Scan Status">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-10">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-10" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Guided Actions could incorrectly report an authenticated scan after an unauthenticated scan completed.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-10">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-10" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Scan status now accurately reflects the type of scan that was executed.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-10">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-10" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves scan reporting accuracy</li>
<li>Reduces confusion during remediation workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scan-profile-validation">Scan Profile Validation<a href="https://docs.apisecapps.com/blog/july-2026#scan-profile-validation" class="hash-link" aria-label="Direct link to Scan Profile Validation" title="Direct link to Scan Profile Validation">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-11">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-11" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Scan Profiles could be saved without any selected endpoints, resulting in validation errors.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-11">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-11" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>At least one endpoint must now be selected before saving.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-11">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-11" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Prevents invalid Scan Profile configurations</li>
<li>Improves user experience during profile creation</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="duplicate-application-prevention">Duplicate Application Prevention<a href="https://docs.apisecapps.com/blog/july-2026#duplicate-application-prevention" class="hash-link" aria-label="Direct link to Duplicate Application Prevention" title="Direct link to Duplicate Application Prevention">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-12">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-12" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Concurrent uploads of the same API specification could create duplicate applications.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-12">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-12" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Duplicate application creation is now prevented.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-12">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-12" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves application inventory consistency</li>
<li>Prevents duplicate onboarding</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="auto-onboard-activity-logging">Auto-Onboard Activity Logging<a href="https://docs.apisecapps.com/blog/july-2026#auto-onboard-activity-logging" class="hash-link" aria-label="Direct link to Auto-Onboard Activity Logging" title="Direct link to Auto-Onboard Activity Logging">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-13">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-13" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Auto-onboarding activities were difficult to identify in Activity Logs.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-13">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-13" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Activity Logs now include improved logging and a dedicated Auto Onboard filter.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-13">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-13" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves visibility into automated onboarding activities</li>
<li>Simplifies operational troubleshooting</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7720--july-09-2026-">NG Production Release Update - APIsec_cloud_7.7.2.0 ( July 09, 2026 )<a href="https://docs.apisecapps.com/blog/july-2026#ng-production-release-update---apisec_cloud_7720--july-09-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.7.2.0 ( July 09, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.7.2.0 ( July 09, 2026 )">​</a></h2>
<p>This release introduces centralized API credential management, reusable global authentication profiles, OAuth PKCE support using Custom Authentication Chains, enhanced authentication validation for API-driven scans, and new Scan-and-Gate capabilities for CI/CD pipelines. Additional fixes improve BOLA scenario generation and polish SSRF detection reporting.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-2">What's New<a href="https://docs.apisecapps.com/blog/july-2026#whats-new-2" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="api-credentials-management">API Credentials Management<a href="https://docs.apisecapps.com/blog/july-2026#api-credentials-management" class="hash-link" aria-label="Direct link to API Credentials Management" title="Direct link to API Credentials Management">​</a></h3>
<p>A new <strong>API Credentials</strong> page provides self-service management for both <strong>Personal Access Tokens (PATs)</strong> and <strong>OAuth Client Credentials</strong>. Users can create, manage, and revoke their own credentials, while administrators can manage credentials across the tenant.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-8">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-8" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Centralizes credential management in a single location</li>
<li>Simplifies API automation and integrations</li>
<li>Improves security through scoped, expiring credentials</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="global-credentials">Global Credentials<a href="https://docs.apisecapps.com/blog/july-2026#global-credentials" class="hash-link" aria-label="Direct link to Global Credentials" title="Direct link to Global Credentials">​</a></h3>
<p>Global Credentials allow a single authentication profile to be shared across multiple application environments. Updating a global credential automatically applies the change wherever it is linked.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-9">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-9" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies credential rotation across applications</li>
<li>Reduces administrative effort and configuration drift</li>
<li>Maintains secure access through application-aware RBAC</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="oauth-pkce-support">OAuth PKCE Support<a href="https://docs.apisecapps.com/blog/july-2026#oauth-pkce-support" class="hash-link" aria-label="Direct link to OAuth PKCE Support" title="Direct link to OAuth PKCE Support">​</a></h3>
<p>Custom Authentication Chains now support OAuth 2.0 Authorization Code flows with Proof Key for Code Exchange (PKCE). APIsec automatically manages PKCE parameters during authentication, simplifying configuration for supported identity providers.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-10">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-10" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h3>
<ul>
<li>Enables authenticated scanning of APIs protected by PKCE</li>
<li>Simplifies OAuth configuration for modern identity providers</li>
<li>Expands support for secure authentication workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="pre-scan-authentication-validation">Pre-Scan Authentication Validation<a href="https://docs.apisecapps.com/blog/july-2026#pre-scan-authentication-validation" class="hash-link" aria-label="Direct link to Pre-Scan Authentication Validation" title="Direct link to Pre-Scan Authentication Validation">​</a></h3>
<p>API-driven scans can now optionally validate authentication credentials before scan execution. When enabled, the platform performs a lightweight authentication check against the endpoint used during the most recent <strong>Test Authentication</strong> execution. If the credentials are rejected, the scan is terminated instead of proceeding with unauthenticated requests.</p>
<p>API callers can control this behavior using the <span class="word-chip">ignoreAuthFailure </span> flag in the scan request:</p>
<ul>
<li><span class="word-chip">ignoreAuthFailure: false </span> (default) — The scan is aborted if authentication validation fails.</li>
<li><span class="word-chip">ignoreAuthFailure: true </span> — The scan continues even if authentication validation fails, allowing unauthenticated portions of the scan to proceed.</li>
</ul>
</blockquote>
<blockquote>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-11">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-11" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Detects authentication issues before scan execution</li>
<li>Prevents unnecessary scans caused by invalid credentials</li>
<li>Gives API integrations the flexibility to either fail fast or continue with partial coverage based on automation requirements</li>
</ul>
<p><strong>Note:</strong> This capability is currently opt-in for API-triggered scans. Existing UI, scheduled, and API scan behavior remains unchanged unless explicitly enabled.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scan-and-gate-enhancements">Scan-and-Gate Enhancements<a href="https://docs.apisecapps.com/blog/july-2026#scan-and-gate-enhancements" class="hash-link" aria-label="Direct link to Scan-and-Gate Enhancements" title="Direct link to Scan-and-Gate Enhancements">​</a></h3>
<p>The <strong>Scan-and-Gate</strong> container now supports evaluating existing scan results without triggering a new scan and provides direct links from CI/CD failures to the corresponding findings in APIsec.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-12">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-12" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Accelerates CI/CD pipelines</li>
<li>Simplifies investigation of failed security gates</li>
<li>Improves developer productivity during remediation</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes">Issue Fixes<a href="https://docs.apisecapps.com/blog/july-2026#issue-fixes" class="hash-link" aria-label="Direct link to Issue Fixes" title="Direct link to Issue Fixes">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="bola-scenario-generation">BOLA Scenario Generation<a href="https://docs.apisecapps.com/blog/july-2026#bola-scenario-generation" class="hash-link" aria-label="Direct link to BOLA Scenario Generation" title="Direct link to BOLA Scenario Generation">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-14">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-14" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Automatically generated BOLA scenarios could include duplicate entries for the same endpoint.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-14">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-14" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Scenario generation now removes duplicate endpoints based on HTTP method and path.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-14">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-14" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Produces cleaner BOLA scenario lists</li>
<li>Prevents duplicate test execution during BOLA scans</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ssrf-detection-messaging">SSRF Detection Messaging<a href="https://docs.apisecapps.com/blog/july-2026#ssrf-detection-messaging" class="hash-link" aria-label="Direct link to SSRF Detection Messaging" title="Direct link to SSRF Detection Messaging">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-15">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-15" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>SSRF detection findings contained a typographical error in the assertion text.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-15">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-15" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>The finding message has been corrected across all SSRF detection variants.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-15">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-15" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves the quality and professionalism of customer-facing reports</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7710--july-03-2026-">NG Production Release Update - APIsec_cloud_7.7.1.0 ( July 03, 2026 )<a href="https://docs.apisecapps.com/blog/july-2026#ng-production-release-update---apisec_cloud_7710--july-03-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.7.1.0 ( July 03, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.7.1.0 ( July 03, 2026 )">​</a></h2>
<p>This release introduces Dark Mode, removes the 30-day access limit for PLG users, strengthens Hosted Agent security, and enhances authentication failure handling across supported authentication schemes. Additional fixes improve hosted-agent scheduling, protect sensitive data, enhance diagnostics for authentication failures, and improve the accuracy of Security Hub reporting.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-3">What's New<a href="https://docs.apisecapps.com/blog/july-2026#whats-new-3" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="dark-mode">Dark Mode<a href="https://docs.apisecapps.com/blog/july-2026#dark-mode" class="hash-link" aria-label="Direct link to Dark Mode" title="Direct link to Dark Mode">​</a></h3>
<p>Dark Mode is now available across the platform. Users can switch between light and dark themes at any time from <strong>User Preferences</strong>. Currently, their preference isn't preserved across different browser sessions.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-13">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-13" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Improves readability in low-light environments</li>
<li>Reduces eye strain during extended sessions</li>
<li>Let users personalize their experience without administrator involvement</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="partial-credential-enforcement">Partial Credential Enforcement<a href="https://docs.apisecapps.com/blog/july-2026#partial-credential-enforcement" class="hash-link" aria-label="Direct link to Partial Credential Enforcement" title="Direct link to Partial Credential Enforcement">​</a></h3>
<p>A new detection category identifies APIs that advertise multiple authentication requirements—such as Authorization headers, API keys, session cookies, or XSRF tokens—but enforce only a subset during request validation. Endpoints that accept requests with one or more required credential elements missing are flagged for review.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-14">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-14" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Detects authentication gaps that may be overlooked by traditional authentication tests</li>
<li>Helps ensure every required credential element is actively validated</li>
<li>Identifies weaknesses in composite authentication schemes involving multiple headers or cookies</li>
<li>Improves detection accuracy by validating both HTTP responses and application response content to minimize false positives</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-2">Improvements<a href="https://docs.apisecapps.com/blog/july-2026#improvements-2" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="extended-access-for-plg-users">Extended Access for PLG Users<a href="https://docs.apisecapps.com/blog/july-2026#extended-access-for-plg-users" class="hash-link" aria-label="Direct link to Extended Access for PLG Users" title="Direct link to Extended Access for PLG Users">​</a></h3>
<p>The 30-day access restriction for PLG users has been removed. Existing users who were previously locked out automatically regain access without requiring any action from users, administrators, or support.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-15">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-15" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Enables uninterrupted product exploration</li>
<li>Eliminates unnecessary access interruptions</li>
<li>Provides a smoother onboarding experience</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-hosted-agent-release">New Hosted Agent Release<a href="https://docs.apisecapps.com/blog/july-2026#new-hosted-agent-release" class="hash-link" aria-label="Direct link to New Hosted Agent Release" title="Direct link to New Hosted Agent Release">​</a></h3>
<p>A new Hosted Agent version introduces improved startup validation for mutual TLS (mTLS) certificate configuration. Certificate configuration issues are now detected during startup with clear, actionable error messages.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-16">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-16" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Detects certificate configuration issues earlier</li>
<li>Reduces scan failures caused by invalid mTLS configuration</li>
<li>Improves deployment reliability for private Hosted Agents</li>
</ul>
<p><strong>Note</strong>: Customers running Private Hosted Agents are encouraged to deploy the latest agent version to receive these improvements.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="enhanced-authentication-failure-handling">Enhanced Authentication Failure Handling<a href="https://docs.apisecapps.com/blog/july-2026#enhanced-authentication-failure-handling" class="hash-link" aria-label="Direct link to Enhanced Authentication Failure Handling" title="Direct link to Enhanced Authentication Failure Handling">​</a></h3>
<p>Authentication failure detection has been expanded to support <strong>Basic Authentication</strong>, <strong>API Key</strong>, and <strong>HMAC</strong> authentication schemes. A new option also allows scans to continue after authentication failures while clearly identifying unauthenticated requests.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-17">Why this matters<a href="https://docs.apisecapps.com/blog/july-2026#why-this-matters-17" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Improves visibility into authentication configuration issues</li>
<li>Produces more reliable scan results across supported authentication methods</li>
<li>Allows teams to troubleshoot authentication failures while still collecting partial scan results</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes-1">Issue Fixes<a href="https://docs.apisecapps.com/blog/july-2026#issue-fixes-1" class="hash-link" aria-label="Direct link to Issue Fixes" title="Direct link to Issue Fixes">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scheduled-scans-for-hosted-agent-applications">Scheduled Scans for Hosted Agent Applications<a href="https://docs.apisecapps.com/blog/july-2026#scheduled-scans-for-hosted-agent-applications" class="hash-link" aria-label="Direct link to Scheduled Scans for Hosted Agent Applications" title="Direct link to Scheduled Scans for Hosted Agent Applications">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-16">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-16" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Scheduled scans for applications configured to use Hosted Agents could fail without appearing in Scan History.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-16">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-16" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Scheduled scans and Test Credentials now consistently use the configured Hosted Agent for scan execution.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-16">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-16" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves the reliability of scheduled scans</li>
<li>Ensures failures are visible in Scan History</li>
<li>Supports environments accessible only through Hosted Agents</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="protected-header-values-during-test-reachability">Protected Header Values During Test Reachability<a href="https://docs.apisecapps.com/blog/july-2026#protected-header-values-during-test-reachability" class="hash-link" aria-label="Direct link to Protected Header Values During Test Reachability" title="Direct link to Protected Header Values During Test Reachability">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-17">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-17" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Confidential header values could be displayed in clear text during Test Reachability.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-17">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-17" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Sensitive header values remain masked across all application views, including Test Reachability.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-17">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-17" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Protects confidential authentication data</li>
<li>Improves the security of environment configuration workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-test-credentials-diagnostics">Improved Test Credentials Diagnostics<a href="https://docs.apisecapps.com/blog/july-2026#improved-test-credentials-diagnostics" class="hash-link" aria-label="Direct link to Improved Test Credentials Diagnostics" title="Direct link to Improved Test Credentials Diagnostics">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-18">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-18" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Authentication and connectivity failures often returned a generic "Internal Server Error," making troubleshooting difficult.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-18">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-18" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Test Credentials now surfaces the target system's HTTP status code, response body, and diagnostic information when available.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-18">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-18" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Simplifies troubleshooting of authentication and connectivity issues</li>
<li>Provides clearer diagnostics for WAF, OAuth, networking, and access configuration problems</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="security-hub-summary-accuracy">Security Hub Summary Accuracy<a href="https://docs.apisecapps.com/blog/july-2026#security-hub-summary-accuracy" class="hash-link" aria-label="Direct link to Security Hub Summary Accuracy" title="Direct link to Security Hub Summary Accuracy">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-19">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-19" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Security Hub summary metrics may display inaccurate counts of scans, endpoints, and vulnerabilities.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-19">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-19" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Security Hub now calculates summary metrics correctly and excludes informational findings from vulnerability totals.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-19">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-19" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Improves reporting accuracy</li>
<li>Aligns dashboard metrics with application-level reporting</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="security-hub-timezone-reporting">Security Hub Timezone Reporting<a href="https://docs.apisecapps.com/blog/july-2026#security-hub-timezone-reporting" class="hash-link" aria-label="Direct link to Security Hub Timezone Reporting" title="Direct link to Security Hub Timezone Reporting">​</a></h3>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="problem-20">Problem<a href="https://docs.apisecapps.com/blog/july-2026#problem-20" class="hash-link" aria-label="Direct link to Problem" title="Direct link to Problem">​</a></h4>
<p>Security Hub summary metrics displayed zero values for users in certain time zones.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="solution-20">Solution<a href="https://docs.apisecapps.com/blog/july-2026#solution-20" class="hash-link" aria-label="Direct link to Solution" title="Direct link to Solution">​</a></h4>
<p>Date calculations have been updated to ensure consistent reporting regardless of the timezone.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="impact-20">Impact<a href="https://docs.apisecapps.com/blog/july-2026#impact-20" class="hash-link" aria-label="Direct link to Impact" title="Direct link to Impact">​</a></h4>
<ul>
<li>Provides accurate Security Hub metrics across all supported time zones</li>
<li>Ensures consistent reporting for global teams</li>
</ul>
</blockquote>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[June]]></title>
            <link>https://docs.apisecapps.com/blog/june-2026</link>
            <guid>https://docs.apisecapps.com/blog/june-2026</guid>
            <pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.6.3.0 (Jun 24, 2026)]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7630-jun-24-2026">NG Production Release Update - APIsec_cloud_7.6.3.0 (Jun 24, 2026)<a href="https://docs.apisecapps.com/blog/june-2026#ng-production-release-update---apisec_cloud_7630-jun-24-2026" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.6.3.0 (Jun 24, 2026)" title="Direct link to NG Production Release Update - APIsec_cloud_7.6.3.0 (Jun 24, 2026)">​</a></h2>
<p>This release introduces HMAC authentication support, ServiceNow AVR integration, Advanced BOLA testing, Dashboard V2 enhancements, and a new SSL Enforcement detection category. Additional improvements strengthen hosted-agent management, information-detection workflows, and automation capabilities via scan-profile execution APIs.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new">What's New<a href="https://docs.apisecapps.com/blog/june-2026#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hmac-authentication">HMAC Authentication<a href="https://docs.apisecapps.com/blog/june-2026#hmac-authentication" class="hash-link" aria-label="Direct link to HMAC Authentication" title="Direct link to HMAC Authentication">​</a></h3>
<p>APIsec now supports HMAC-signed authentication for APIs that require request-level
signatures. HMAC profiles support configurable signed components, timestamp validation,
nonce support, and multiple encoding formats.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Enables testing of APIs protected by HMAC authentication</li>
<li>​ Supports secure integrations that do not rely on bearer tokens</li>
<li>​ Expands coverage for enterprise authentication models</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="servicenow-application-vulnerability-response-avr-integration">ServiceNow Application Vulnerability Response (AVR) Integration<a href="https://docs.apisecapps.com/blog/june-2026#servicenow-application-vulnerability-response-avr-integration" class="hash-link" aria-label="Direct link to ServiceNow Application Vulnerability Response (AVR) Integration" title="Direct link to ServiceNow Application Vulnerability Response (AVR) Integration">​</a></h3>
<p>APIsec now integrates with ServiceNow Application Vulnerability Response (AVR), automatically creating and synchronizing Application Vulnerable Items (AVIs) for detected vulnerabilities.</p>
<p>Each vulnerability is tracked independently, while repeat detections are correlated to existing records to prevent duplicate ticket creation. Bidirectional traceability links findings in APIsec with their corresponding records in ServiceNow.</p>
<p>AVIs can also be marked as False Positive or Risk Accepted directly within ServiceNow. These dispositions automatically synchronize back to APIsec, ensuring findings remain consistent across both platforms without manual updates.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-1">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-1" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Streamlines vulnerability remediation workflows</li>
<li>​ Improves collaboration between security and operations teams</li>
<li>​ Eliminates manual reconciliation between APIsec and ServiceNow</li>
<li>​ Provides end-to-end traceability from detection through remediation</li>
</ul>
<p><strong>Note:</strong> Marketplace availability is pending ServiceNow certification and review. The certified application will be published to the ServiceNow Store once approved.</p>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scan-profile-initiation-via-api">Scan Profile Initiation via API<a href="https://docs.apisecapps.com/blog/june-2026#scan-profile-initiation-via-api" class="hash-link" aria-label="Direct link to Scan Profile Initiation via API" title="Direct link to Scan Profile Initiation via API">​</a></h3>
<p>Scans can now be launched through the API using a Scan Profile, enabling CI/CD pipelines and automation workflows to execute scans with predefined scope and configuration.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-2">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-2" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Simplifies automation and CI/CD integrations</li>
<li>​ Ensures consistent scan execution across environments</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="advanced-bola-scenarios">Advanced BOLA Scenarios<a href="https://docs.apisecapps.com/blog/june-2026#advanced-bola-scenarios" class="hash-link" aria-label="Direct link to Advanced BOLA Scenarios" title="Direct link to Advanced BOLA Scenarios">​</a></h3>
<p>A new Advanced BOLA scenario builder enables multi-step Broken Object Level Authorization testing with explicit workflows for the owner and attacker.</p>
<p>Dry-run validation allows teams to verify credential routing before executing a full scan.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-3">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-3" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Supports more realistic authorization testing scenarios</li>
<li>​ Improves confidence before launching production scans</li>
<li>​ Reduces false positives during BOLA validation</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="redesigned-administrator-dashboard">Redesigned Administrator Dashboard<a href="https://docs.apisecapps.com/blog/june-2026#redesigned-administrator-dashboard" class="hash-link" aria-label="Direct link to Redesigned Administrator Dashboard" title="Direct link to Redesigned Administrator Dashboard">​</a></h3>
<p>A redesigned Dashboard experience is now available for tenant administrators. The updated dashboard introduces a dedicated <strong>Security Exposure</strong> tab for monitoring open vulnerabilities, enhanced application-model visualizations that highlight onboarding blockers across Network, Authentication, and Other categories, and improved discovery-flow rendering for clearer visibility into application setup progress.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-4">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-4" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Provides better visibility into security exposure and onboarding status</li>
<li>​ Simplifies identification of configuration and reachability blockers</li>
<li>​ Improves consistency and accuracy across dashboard reporting surfaces</li>
<li>​ Delivers a cleaner, more intuitive administrative experience</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="informational-detection-actions">Informational Detection Actions<a href="https://docs.apisecapps.com/blog/june-2026#informational-detection-actions" class="hash-link" aria-label="Direct link to Informational Detection Actions" title="Direct link to Informational Detection Actions">​</a></h3>
<p>Informational findings now support the same workflow actions as vulnerabilities, including Create Ticket, False Positive, and Risk Accepted.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-5">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-5" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Provides consistent triage workflows across all findings</li>
<li>​ Improves tracking and disposition management of informational observations</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ssl-enforcement-detection">SSL Enforcement Detection<a href="https://docs.apisecapps.com/blog/june-2026#ssl-enforcement-detection" class="hash-link" aria-label="Direct link to SSL Enforcement Detection" title="Direct link to SSL Enforcement Detection">​</a></h3>
<p>A new SSL Enforcement category identifies endpoints that accept plaintext HTTP connections when HTTPS enforcement is expected.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-6">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-6" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Helps identify insecure transport configurations</li>
<li>​ Strengthens API transport-layer security validation</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements">Improvements<a href="https://docs.apisecapps.com/blog/june-2026#improvements" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hosted-agent-management-enhancements">Hosted Agent Management Enhancements<a href="https://docs.apisecapps.com/blog/june-2026#hosted-agent-management-enhancements" class="hash-link" aria-label="Direct link to Hosted Agent Management Enhancements" title="Direct link to Hosted Agent Management Enhancements">​</a></h3>
<p>Administrators can now manage hosted agents deployed by other administrators, including downloading deployment scripts and rotating tokens. User-deployed hosted agents remain private and manageable only by their owners.</p>
<p>In addition, downloading a hosted-agent deployment script no longer impacts a running agent's authentication state. Token rotation now occurs only when explicitly requested.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-7">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-7" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Improves operational continuity for shared hosted agents</li>
<li>​ Prevents unintended disruption of running agents</li>
<li>​ Simplifies hosted-agent administration</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="informational-findings-in-issue-trackers">Informational Findings in Issue Trackers<a href="https://docs.apisecapps.com/blog/june-2026#informational-findings-in-issue-trackers" class="hash-link" aria-label="Direct link to Informational Findings in Issue Trackers" title="Direct link to Informational Findings in Issue Trackers">​</a></h3>
<p>Informational findings now use dedicated ticket titles when synchronized to external issue trackers, making them easier to distinguish from vulnerability findings.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-8">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-8" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>​ Improves triage and reporting clarity</li>
<li>​ Reduces confusion when reviewing informational observations in ticketing systems</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7620--jun-17-2026-">NG Production Release Update - APIsec_cloud_7.6.2.0 ( Jun 17, 2026 )<a href="https://docs.apisecapps.com/blog/june-2026#ng-production-release-update---apisec_cloud_7620--jun-17-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.6.2.0 ( Jun 17, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.6.2.0 ( Jun 17, 2026 )">​</a></h2>
<p>This release introduces the ability to rediscover Business Flows on demand, improving visibility after API specification updates. Additional enhancements improve parameter management, Personal Access Token support, vulnerability reporting accuracy, and Postman collection processing. The release also includes access-control hardening for user and team management endpoints, as well as dependency updates across the platform.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-1">What's New<a href="https://docs.apisecapps.com/blog/june-2026#whats-new-1" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="re-discover-business-flows">Re-Discover Business Flows<a href="https://docs.apisecapps.com/blog/june-2026#re-discover-business-flows" class="hash-link" aria-label="Direct link to Re-Discover Business Flows" title="Direct link to Re-Discover Business Flows">​</a></h2>
<blockquote>
<p>A new <strong>Re-Discover Flows</strong> action is now available on the Business Flows tab, allowing users to trigger a fresh AI-powered flow discovery against the latest application specification.</p>
<p>The action is available to users with edit permissions and is especially useful after reloading an API specification or adding new endpoints.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-9">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-9" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Keeps business flow mappings aligned with API changes</li>
<li>Simplifies the discovery of newly added endpoints</li>
<li>Prevents duplicate discovery requests while processing is in progress</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-1">Improvements<a href="https://docs.apisecapps.com/blog/june-2026#improvements-1" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="parameter-configuration-csv-re-upload">Parameter Configuration CSV Re-Upload<a href="https://docs.apisecapps.com/blog/june-2026#parameter-configuration-csv-re-upload" class="hash-link" aria-label="Direct link to Parameter Configuration CSV Re-Upload" title="Direct link to Parameter Configuration CSV Re-Upload">​</a></h3>
<p>Re-uploading a parameter configuration CSV now correctly applies updated parameter values.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-10">Why this matters<a href="https://docs.apisecapps.com/blog/june-2026#why-this-matters-10" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies bulk parameter maintenance</li>
<li>Ensures configuration updates are reflected without manual re-entry</li>
<li>Improves the reliability of CSV-based parameter management</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="personal-access-token-support-for-team-operations">Personal Access Token Support for Team Operations<a href="https://docs.apisecapps.com/blog/june-2026#personal-access-token-support-for-team-operations" class="hash-link" aria-label="Direct link to Personal Access Token Support for Team Operations" title="Direct link to Personal Access Token Support for Team Operations">​</a></h2>
<blockquote>
<p><strong>Problem</strong></p>
<p>Certain team-related operations failed when using Personal Access Tokens (PATs) generated by USER-role accounts.</p>
<p><strong>Solution</strong></p>
<p>Team filtering, team listing, and application-sharing workflows now consistently support USER-role PATs.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Improves API automation using PAT authentication</li>
<li>Aligns PAT behavior with standard authenticated user workflows</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="vulnerability-count-consistency">Vulnerability Count Consistency<a href="https://docs.apisecapps.com/blog/june-2026#vulnerability-count-consistency" class="hash-link" aria-label="Direct link to Vulnerability Count Consistency" title="Direct link to Vulnerability Count Consistency">​</a></h2>
<blockquote>
<p><strong>Problem</strong></p>
<p>&nbsp;Vulnerability counts could differ between the Overview and Detail pages when switching between application instances.</p>
<p><strong>Solution</strong></p>
<p>&nbsp;Instance-specific data now refreshes correctly when navigating between instances.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Provides consistent vulnerability counts across views</li>
<li>Improves reporting accuracy for severity and triage metrics</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="postman-parameters-with-dotted-names">Postman Parameters with Dotted Names<a href="https://docs.apisecapps.com/blog/june-2026#postman-parameters-with-dotted-names" class="hash-link" aria-label="Direct link to Postman Parameters with Dotted Names" title="Direct link to Postman Parameters with Dotted Names">​</a></h2>
<blockquote>
<p><strong>Problem</strong></p>
<p>Postman parameters containing dotted names ( for example, <span class="word-chip"> user.profile.id</span>) were not always applied correctly during scans.</p>
<p><strong>Solution</strong></p>
<p>Dotted-name parameters are now resolved and applied correctly across headers and query parameter variables.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Improves scan accuracy for Postman-based applications</li>
<li>Supports more complex parameter structures during onboarding and reloads</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="enhanced-access-controls-for-user-and-team-operations">Enhanced Access Controls for User and Team Operations<a href="https://docs.apisecapps.com/blog/june-2026#enhanced-access-controls-for-user-and-team-operations" class="hash-link" aria-label="Direct link to Enhanced Access Controls for User and Team Operations" title="Direct link to Enhanced Access Controls for User and Team Operations">​</a></h2>
<blockquote>
<p>Access controls have been tightened for ROLE_USER accounts across selected user, team, and application endpoints.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Reduces unnecessary visibility into users, teams, and team-scoped applications</li>
<li>Strengthens tenant isolation and least-privilege access controls</li>
<li>Addresses findings identified during external security testing</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-hotfix-release-update---apisec_cloud_7611-jun-05-2026">NG Hotfix Release Update - APIsec_cloud_7.6.1.1 (Jun 05, 2026)<a href="https://docs.apisecapps.com/blog/june-2026#ng-hotfix-release-update---apisec_cloud_7611-jun-05-2026" class="hash-link" aria-label="Direct link to NG Hotfix Release Update - APIsec_cloud_7.6.1.1 (Jun 05, 2026)" title="Direct link to NG Hotfix Release Update - APIsec_cloud_7.6.1.1 (Jun 05, 2026)">​</a></h2>
<p>This hotfix resolves OAuth2-authenticated scans and request body handling, as well as a scan-time display correction and a BOLA configuration enhancement. Affected scans recover automatically on the next run after the deploy.</p>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="oauth2-scan-failures">OAuth2 Scan Failures<a href="https://docs.apisecapps.com/blog/june-2026#oauth2-scan-failures" class="hash-link" aria-label="Direct link to OAuth2 Scan Failures" title="Direct link to OAuth2 Scan Failures">​</a></h3>
<p><strong>Issue</strong></p>
<ul>
<li>Scans configured with OAuth2 authentication failed to start. Customers attempting to run scheduled or on-demand scans against existing OAuth2 credentials saw token resolution errors.</li>
</ul>
<p><strong>Fix</strong></p>
<ul>
<li>Token resolution now correctly handles OAuth2 credentials saved before the recent response-key enhancement. Customers with explicitly-configured response keys are unaffected.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Scheduled and on-demand scans on existing OAuth2 credentials resume automatically.</li>
<li>No customer action is required. Recovery is automatic on the next scan after deployment.</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="request-body-placeholder-handling">Request Body Placeholder Handling<a href="https://docs.apisecapps.com/blog/june-2026#request-body-placeholder-handling" class="hash-link" aria-label="Direct link to Request Body Placeholder Handling" title="Direct link to Request Body Placeholder Handling">​</a></h3>
<p><strong>Issue</strong></p>
<ul>
<li>Request bodies referencing variables that could not be resolved at scan time were being sent to target APIs as literal placeholder text, causing the target API to reject the request with a 400 error.</li>
</ul>
<p><strong>Fix</strong></p>
<ul>
<li>Unresolved placeholders are now emitted as JSON null, matching the expected field type.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Scans no longer fail on endpoints whose bodies reference unresolved variables.</li>
<li>Test execution coverage is restored on the affected endpoints.</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scan-time-display">Scan Time Display<a href="https://docs.apisecapps.com/blog/june-2026#scan-time-display" class="hash-link" aria-label="Direct link to Scan Time Display" title="Direct link to Scan Time Display">​</a></h3>
<p><strong>Issue</strong></p>
<ul>
<li>Scan timestamps on the Scan History and Scan Details pages display UTC time alongside the local timezone label, resulting in inconsistent and confusing scan times.</li>
</ul>
<p><strong>Fix</strong></p>
<ul>
<li>Timestamps are now converted to the user's local browser timezone, with a clear offset label appended (for example, GMT+3). Scan duration also benefits from the same fix.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Scan start time and duration reflect the user's actual local time.</li>
<li>Time formatting is consistent across Scan History and Scan Details.</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="bola-endpoint-selector--show-all-endpoints">BOLA Endpoint Selector — Show All Endpoints<a href="https://docs.apisecapps.com/blog/june-2026#bola-endpoint-selector--show-all-endpoints" class="hash-link" aria-label="Direct link to BOLA Endpoint Selector — Show All Endpoints" title="Direct link to BOLA Endpoint Selector — Show All Endpoints">​</a></h3>
<p><strong>Improvement</strong></p>
<ul>
<li>Added a "Show all endpoints" toggle to the BOLA Add Scenario configuration step. The default filtered view is unchanged.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Customers configuring BOLA on APIs with non-standard endpoint naming conventions can now select directly from the full list of endpoints.</li>
<li>No change to the default flow.</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7610-jun-03-2026">NG Production Release Update - APIsec_cloud_7.6.1.0 (Jun 03, 2026)<a href="https://docs.apisecapps.com/blog/june-2026#ng-production-release-update---apisec_cloud_7610-jun-03-2026" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.6.1.0 (Jun 03, 2026)" title="Direct link to NG Production Release Update - APIsec_cloud_7.6.1.0 (Jun 03, 2026)">​</a></h2>
<p>This release focuses on improving API onboarding, compliance reporting, and automation. Key highlights include Postman Environments, MITM Proxy onboarding, ISO 27001 and PCI DSS 4.0 reports, short-lived OAuth credentials for CI/CD integrations, and usability improvements across vulnerability investigation, parameter discovery, and hosted agent management.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new-2">What's New<a href="https://docs.apisecapps.com/blog/june-2026#whats-new-2" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="expanded-visibility-for-informational-detections">Expanded Visibility for Informational Detections<a href="https://docs.apisecapps.com/blog/june-2026#expanded-visibility-for-informational-detections" class="hash-link" aria-label="Direct link to Expanded Visibility for Informational Detections" title="Direct link to Expanded Visibility for Informational Detections">​</a></h3>
<blockquote>
<p>Informational findings are now tracked separately from vulnerabilities while supporting the same triage workflows, including ticket creation, False Positive, and Risk Accepted actions.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves visibility into security observations beyond direct vulnerabilities</li>
<li>Provides richer context in Pentest Reports</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="mitm-proxy-application-onboarding">MITM Proxy Application Onboarding<a href="https://docs.apisecapps.com/blog/june-2026#mitm-proxy-application-onboarding" class="hash-link" aria-label="Direct link to MITM Proxy Application Onboarding" title="Direct link to MITM Proxy Application Onboarding">​</a></h3>
<blockquote>
<p>Applications can now be onboarded using MITM proxy capture files (<span class="word-chip">.mitm </span> and <span class="word-chip">.flows </span>). APIsec automatically extracts endpoints and generates an OpenAPI Specification (OAS).</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Simplifies the onboarding of undocumented APIs</li>
<li>Expands support for traffic-capture-based API discovery</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="compliance-reports--iso-27001--pci-dss-40">Compliance Reports — ISO 27001 &amp; PCI DSS 4.0<a href="https://docs.apisecapps.com/blog/june-2026#compliance-reports--iso-27001--pci-dss-40" class="hash-link" aria-label="Direct link to Compliance Reports — ISO 27001 &amp; PCI DSS 4.0" title="Direct link to Compliance Reports — ISO 27001 &amp; PCI DSS 4.0">​</a></h3>
<blockquote>
<p>Customer-downloadable compliance reports for ISO 27001 and PCI DSS 4.0 are now available under <strong>Application → Reports.</strong></p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Simplifies audit preparation and evidence collection</li>
<li>Provides standardized compliance reporting</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="api-credentials--short-lived-oauth-tokens">API Credentials — Short-Lived OAuth Tokens<a href="https://docs.apisecapps.com/blog/june-2026#api-credentials--short-lived-oauth-tokens" class="hash-link" aria-label="Direct link to API Credentials — Short-Lived OAuth Tokens" title="Direct link to API Credentials — Short-Lived OAuth Tokens">​</a></h3>
<blockquote>
<p>You can now create API Clients that issue short-lived OAuth 2.0 access tokens for CI/CD pipelines and integrations, eliminating the need for long-lived credentials.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves security for automation workflows</li>
<li>Provides finer-grained access control for integrations</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-environment-support">Postman Environment Support<a href="https://docs.apisecapps.com/blog/june-2026#postman-environment-support" class="hash-link" aria-label="Direct link to Postman Environment Support" title="Direct link to Postman Environment Support">​</a></h3>
<blockquote>
<p>You can now attach Postman Environment files to Postman-based applications to automatically resolve <span class="word-chip"> <!-- -->{{variable}}<!-- --> </span> placeholders during reloading a spec.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves scan accuracy by resolving environment-specific values</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="originating-scan-context-for-vulnerabilities">Originating Scan Context for Vulnerabilities<a href="https://docs.apisecapps.com/blog/june-2026#originating-scan-context-for-vulnerabilities" class="hash-link" aria-label="Direct link to Originating Scan Context for Vulnerabilities" title="Direct link to Originating Scan Context for Vulnerabilities">​</a></h3>
<blockquote>
<p>Vulnerabilities now include an <strong>Originating Scan</strong> link that takes you directly to the scan where the finding was first detected, with evidence pre-expanded.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Simplifies investigation and validation</li>
<li>Preserves historical detection context across rescans</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="parameter-hydration--improved-discovery-experience">Parameter Hydration — Improved Discovery Experience<a href="https://docs.apisecapps.com/blog/june-2026#parameter-hydration--improved-discovery-experience" class="hash-link" aria-label="Direct link to Parameter Hydration — Improved Discovery Experience" title="Direct link to Parameter Hydration — Improved Discovery Experience">​</a></h3>
<blockquote>
<p>Parameter discovery is now organized by endpoint, with inline editing, confidence indicators, and clearer progress tracking based on endpoint coverage.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves usability for large APIs</li>
<li>Makes parameter validation and discovery easier to manage</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-2">Improvements<a href="https://docs.apisecapps.com/blog/june-2026#improvements-2" class="hash-link" aria-label="Direct link to Improvements" title="Direct link to Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="oauth2-response-key-support">OAuth2 Response Key Support<a href="https://docs.apisecapps.com/blog/june-2026#oauth2-response-key-support" class="hash-link" aria-label="Direct link to OAuth2 Response Key Support" title="Direct link to OAuth2 Response Key Support">​</a></h3>
<p>OAuth2 authentication profiles now support configurable response keys, enabling token extraction from custom fields, such as <code>id_token</code>, or from nested response structures.</p>
<p>Applications without a configured response key continue using <span class="word-chip"> access_token </span> by default.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Supports a broader range of OAuth implementations</li>
<li>Simplifies integration with custom identity providers</li>
<li>Reduces authentication configuration workarounds</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-hosted-agent-reliability">Improved Hosted Agent Reliability<a href="https://docs.apisecapps.com/blog/june-2026#improved-hosted-agent-reliability" class="hash-link" aria-label="Direct link to Improved Hosted Agent Reliability" title="Direct link to Improved Hosted Agent Reliability">​</a></h3>
<p>Hosted-agent scans now use extended polling timeouts, reducing premature timeouts during large scans and in slower environments.</p>
<p>Agent-side failures that were previously difficult to diagnose are now surfaced directly within scan details.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves scan reliability for large applications</li>
<li>Reduces false scan-stuck scenarios</li>
<li>Provides clearer troubleshooting information when failures occur</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="explicit-hosted-agent-assignment-for-new-instances">Explicit Hosted Agent Assignment for New Instances<a href="https://docs.apisecapps.com/blog/june-2026#explicit-hosted-agent-assignment-for-new-instances" class="hash-link" aria-label="Direct link to Explicit Hosted Agent Assignment for New Instances" title="Direct link to Explicit Hosted Agent Assignment for New Instances">​</a></h3>
<p>New application instances no longer automatically inherit a hosted agent assignment. Users can now explicitly choose whether to associate a hosted agent or use cloud-based scan execution. Existing instances are unaffected.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Prevents unintended hosted agent assignments</li>
<li>Improves transparency during instance creation</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="aborted-scans-show-the-correct-status">Aborted Scans Show the Correct Status<a href="https://docs.apisecapps.com/blog/june-2026#aborted-scans-show-the-correct-status" class="hash-link" aria-label="Direct link to Aborted Scans Show the Correct Status" title="Direct link to Aborted Scans Show the Correct Status">​</a></h3>
<p>Hosted-agent scans that are intentionally stopped now display an Aborted status instead of remaining Active.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves scan status accuracy</li>
<li>Makes it easier to distinguish user-aborted scans from failed executions</li>
<li>Provides clearer operational visibility</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="security-improvements">Security Improvements<a href="https://docs.apisecapps.com/blog/june-2026#security-improvements" class="hash-link" aria-label="Direct link to Security Improvements" title="Direct link to Security Improvements">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="private-hosted-agent-security-updates">Private Hosted Agent Security Updates<a href="https://docs.apisecapps.com/blog/june-2026#private-hosted-agent-security-updates" class="hash-link" aria-label="Direct link to Private Hosted Agent Security Updates" title="Direct link to Private Hosted Agent Security Updates">​</a></h3>
<p>The Private Hosted Agent image has been updated with the latest dependency and security updates.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Keeps hosted agent deployments aligned with the latest security updates</li>
<li>Improves the overall security posture of self-managed scan environments</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes">Issue Fixes<a href="https://docs.apisecapps.com/blog/june-2026#issue-fixes" class="hash-link" aria-label="Direct link to Issue Fixes" title="Direct link to Issue Fixes">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="personal-access-token-error-handling">Personal Access Token Error Handling<a href="https://docs.apisecapps.com/blog/june-2026#personal-access-token-error-handling" class="hash-link" aria-label="Direct link to Personal Access Token Error Handling" title="Direct link to Personal Access Token Error Handling">​</a></h3>
<p><strong>Issue:</strong> Malformed Personal Access Tokens (PATs) could return a generic <strong>500 Internal Server Error</strong> when accessing platform APIs.</p>
<p><strong>Fix:</strong> Authentication failures now return clear <strong>401 Unauthorized</strong> responses with actionable error details.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Simplifies troubleshooting for API integrations</li>
<li>Provides clearer authentication failure feedback</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="parameter-discovery-status-accuracy">Parameter Discovery Status Accuracy<a href="https://docs.apisecapps.com/blog/june-2026#parameter-discovery-status-accuracy" class="hash-link" aria-label="Direct link to Parameter Discovery Status Accuracy" title="Direct link to Parameter Discovery Status Accuracy">​</a></h3>
<p><strong>Issue:</strong> The AppModel dashboard could show <strong>Review Discovered Parameters</strong> as <em>In Progress</em> even when no user had reviewed or updated any parameters.</p>
<p><strong>Fix:</strong> The workflow now moves to <em>In Progress</em> only after a user modifies a discovered parameter.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Progress indicators now reflect actual user activity</li>
<li>Reduces confusion during parameter review workflows</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="auth-test-results-endpoint-loading">Auth Test Results Endpoint Loading<a href="https://docs.apisecapps.com/blog/june-2026#auth-test-results-endpoint-loading" class="hash-link" aria-label="Direct link to Auth Test Results Endpoint Loading" title="Direct link to Auth Test Results Endpoint Loading">​</a></h3>
<p><strong>Issue:</strong> The endpoint selector in Auth Test Results intermittently displays <strong>No Data</strong>.</p>
<p><strong>Fix:</strong> Improved endpoint retrieval reliability for large applications.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Improves the stability of Auth Test Results workflows</li>
<li>Reduces intermittent endpoint loading failures</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="vulnerability-scorecard-counts">Vulnerability Scorecard Counts<a href="https://docs.apisecapps.com/blog/june-2026#vulnerability-scorecard-counts" class="hash-link" aria-label="Direct link to Vulnerability Scorecard Counts" title="Direct link to Vulnerability Scorecard Counts">​</a></h3>
<p><strong>Issue:</strong> Instance-level Critical and High vulnerability counts included findings marked as <strong>False Positive</strong> or <strong>Risk Accepted</strong>, inflating the totals.</p>
<p><strong>Fix:</strong> Scorecards now count only active findings, matching the displayed tooltip and application-level reporting.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Provides more accurate vulnerability counts</li>
<li>Aligns scorecards with triage workflows and reporting</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="mysql-injection-category-display">MySQL Injection Category Display<a href="https://docs.apisecapps.com/blog/june-2026#mysql-injection-category-display" class="hash-link" aria-label="Direct link to MySQL Injection Category Display" title="Direct link to MySQL Injection Category Display">​</a></h3>
<p><strong>Issue:</strong> MySQL Injection scans are displayed as <strong>SQL Injection</strong> in scan progress and results, and could execute twice during certain batch scans.</p>
<p><strong>Fix:</strong> MySQL Injection now runs and is displayed as a dedicated category across the platform.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Improves scan visibility and reporting accuracy</li>
<li>Eliminates duplicate execution during batch scans</li>
</ul>
</blockquote>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-reload-error-messaging">Postman Reload Error Messaging<a href="https://docs.apisecapps.com/blog/june-2026#postman-reload-error-messaging" class="hash-link" aria-label="Direct link to Postman Reload Error Messaging" title="Direct link to Postman Reload Error Messaging">​</a></h3>
<p><strong>Issue:</strong> Postman spec reload failures caused by an invalid Collection ID or API Key displayed a generic error message.</p>
<p><strong>Fix:</strong> Error messages now identify which credential is invalid.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Simplifies troubleshooting of Postman reload failures</li>
<li>Helps users resolve configuration issues more quickly</li>
</ul>
</blockquote>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[May]]></title>
            <link>https://docs.apisecapps.com/blog/may-2026</link>
            <guid>https://docs.apisecapps.com/blog/may-2026</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.5.3.0 (May 22, 2026)]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7530-may-22-2026">NG Production Release Update - APIsec_cloud_7.5.3.0 (May 22, 2026)<a href="https://docs.apisecapps.com/blog/may-2026#ng-production-release-update---apisec_cloud_7530-may-22-2026" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.5.3.0 (May 22, 2026)" title="Direct link to NG Production Release Update - APIsec_cloud_7.5.3.0 (May 22, 2026)">​</a></h2>
<p>This release expands Postman-based onboarding and scan workflows with support for spec reloads via Postman URL and Gateway integrations, Postman Environment variable resolution, and new OAuth-focused security test categories for authorization code replay and open redirect detection.</p>
<p>The release also improves hosted agent resiliency, API token-based scan execution, and Postman variable resolution during endpoint discovery and parameter hydration. Additional fixes improve MySQL injection category accuracy, strengthen the reliability of OAuth parameter hydration, and include platform-wide security hardening updates.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-new">What's New<a href="https://docs.apisecapps.com/blog/may-2026#whats-new" class="hash-link" aria-label="Direct link to What's New" title="Direct link to What's New">​</a></h3>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-collection--spec-reload-via-url-and-postman-gateway">Postman Collection — Spec Reload via URL and Postman Gateway<a href="https://docs.apisecapps.com/blog/may-2026#postman-collection--spec-reload-via-url-and-postman-gateway" class="hash-link" aria-label="Direct link to Postman Collection — Spec Reload via URL and Postman Gateway" title="Direct link to Postman Collection — Spec Reload via URL and Postman Gateway">​</a></h3>
</blockquote>
<p>Applications can now reload Postman-based API specifications directly from a Postman URL or via the Postman Gateway integration, without requiring manual collection downloads. File upload support introduced previously remains available.</p>
<p><strong>Users can now reload specs using:</strong></p>
<ul>
<li><strong>Postman URL</strong> — provide the Postman Collection ID and API key to fetch the latest collection directly from the Postman cloud</li>
<li><strong>Postman Gateway</strong> — reload collections through the configured Postman Gateway integration</li>
<li><strong>File Upload</strong> — continue uploading updated collection files manually</li>
</ul>
<blockquote>
</blockquote>
<p>On-prem deployments continue to support only file-upload reloads.</p>
<blockquote>
</blockquote>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Simplifies keeping Postman-based applications synchronized with API changes</li>
<li>Eliminates manual collection, download, and upload workflows</li>
<li>Accelerates API inventory refresh and onboarding updates</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-environment-support">Postman Environment Support<a href="https://docs.apisecapps.com/blog/may-2026#postman-environment-support" class="hash-link" aria-label="Direct link to Postman Environment Support" title="Direct link to Postman Environment Support">​</a></h3>
</blockquote>
<p>Postman Environment files are now supported for Postman-based applications, allowing <span class="word-chip"><code>{{variable}}</code></span> placeholders to resolve into actual values during onboarding and scans.</p>
<blockquote>
</blockquote>
<p>Environment files can now be added:</p>
<blockquote>
</blockquote>
<ul>
<li>During application onboarding</li>
<li>While adding a new instance</li>
<li>From the Parameters Configuration page</li>
<li>By replacing the environment before completing onboarding</li>
</ul>
<blockquote>
</blockquote>
<p>Resolved values now appear in both the endpoint inventory and parameter configuration views. Multiple environments can coexist within the same application, with environment selection available per scan.</p>
<blockquote>
</blockquote>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Eliminates unresolved Postman variable placeholders during scans</li>
<li>Improves scan accuracy and endpoint discovery</li>
<li>Simplifies managing multiple deployment environments within a single application</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-oauth-security-test-categories">New OAuth Security Test Categories<a href="https://docs.apisecapps.com/blog/may-2026#new-oauth-security-test-categories" class="hash-link" aria-label="Direct link to New OAuth Security Test Categories" title="Direct link to New OAuth Security Test Categories">​</a></h3>
</blockquote>
<p>Two new OAuth-focused security test categories are now available for applications configured with custom OAuth 2.0 authorization code flows.</p>
<p><strong>Authorization Code Replay</strong></p>
<ul>
<li>Detects whether OAuth authorization codes can be reused after a successful token exchange, violating OAuth2 security requirements.</li>
</ul>
<p><strong>OAuth Open Redirect</strong></p>
<ul>
<li>Detects improper validation of <span class="word-chip"> <code>redirect_url</code> </span> values in OAuth authorization flows that may allow attacker-controlled redirects. Both tests execute the application's full authentication chain end-to-end using the configured OAuth flow.</li>
</ul>
<blockquote>
</blockquote>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Expands OAuth security coverage for authorization-code-based applications</li>
<li>Detects authentication bypass and token replay vulnerabilities</li>
<li>Validates real-world OAuth implementation security behavior</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="immutable-docker-tags-for-scan-and-gate">Immutable Docker Tags for Scan and Gate<a href="https://docs.apisecapps.com/blog/may-2026#immutable-docker-tags-for-scan-and-gate" class="hash-link" aria-label="Direct link to Immutable Docker Tags for Scan and Gate" title="Direct link to Immutable Docker Tags for Scan and Gate">​</a></h3>
</blockquote>
<p>The <span class="word-chip"> <code>apisec/apisec-scan-and-gate</code> </span> Docker image is now published with immutable timestamp-based version tags in addition to <span class="word-chip"> <code>latest</code> </span> .</p>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Supports CI/CD change-control requirements</li>
<li>Enables reproducible pipeline executions</li>
<li>Simplifies environment promotion and rollback workflows</li>
</ul>
<p><strong>Improvements</strong></p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="scan-support-for-apis-running-on-tls-10-and-tls-11">Scan Support for APIs Running on TLS 1.0 and TLS 1.1<a href="https://docs.apisecapps.com/blog/may-2026#scan-support-for-apis-running-on-tls-10-and-tls-11" class="hash-link" aria-label="Direct link to Scan Support for APIs Running on TLS 1.0 and TLS 1.1" title="Direct link to Scan Support for APIs Running on TLS 1.0 and TLS 1.1">​</a></h4>
<p>APIsec can now successfully establish TLS handshakes and execute scans against API endpoints that support only legacy TLS 1.0 or 1.1.</p>
<p><strong>Additional connection resiliency improvements include:</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Improved tolerance for connection shutdown events during scan execution</li>
<li>Enhanced diagnostic reporting for exceptions that previously surfaced empty error messages</li>
</ul>
<blockquote>
</blockquote>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li><strong>Enables end-to-end security testing for APIs running legacy TLS configurations</strong></li>
<li>Improves scan resiliency during connectivity interruptions</li>
<li>Provides clearer diagnostics for troubleshooting scan failures</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hosted-agent-management--scan-execution-using-api-tokens">Hosted Agent Management — Scan Execution Using API Tokens<a href="https://docs.apisecapps.com/blog/may-2026#hosted-agent-management--scan-execution-using-api-tokens" class="hash-link" aria-label="Direct link to Hosted Agent Management — Scan Execution Using API Tokens" title="Direct link to Hosted Agent Management — Scan Execution Using API Tokens">​</a></h3>
</blockquote>
<p>Scans can now be invoked through private hosted agents using API Tokens (PATs) for authentication. Deployment templates for Docker Linux and Windows have also been refreshed.</p>
<blockquote>
</blockquote>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Simplifies CI/CD-based hosted-agent scan execution</li>
<li>Expands automation flexibility using PAT authentication</li>
<li>Improves deployment consistency across environments</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hosted-agent-management--token-expiry-accuracy">Hosted Agent Management — Token Expiry Accuracy<a href="https://docs.apisecapps.com/blog/may-2026#hosted-agent-management--token-expiry-accuracy" class="hash-link" aria-label="Direct link to Hosted Agent Management — Token Expiry Accuracy" title="Direct link to Hosted Agent Management — Token Expiry Accuracy">​</a></h3>
</blockquote>
<p>Fixed token validity calculations for hosted agent tokens so that displayed expiry information now accurately reflects the actual remaining token lifetime.</p>
<blockquote>
<p><strong>Why this matters</strong></p>
</blockquote>
<ul>
<li>Improves visibility into token expiration timelines</li>
<li>Helps teams rotate tokens proactively before expiry</li>
<li>Prevents confusion caused by incorrect validity calculations</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-variable-resolution-improvements">Postman Variable Resolution Improvements<a href="https://docs.apisecapps.com/blog/may-2026#postman-variable-resolution-improvements" class="hash-link" aria-label="Direct link to Postman Variable Resolution Improvements" title="Direct link to Postman Variable Resolution Improvements">​</a></h3>
</blockquote>
<p>Postman variable placeholders are now consistently resolved from collection variables, environment files, and request examples across endpoint inventory, scan execution, and AI-assisted parameter hydration.</p>
<blockquote>
</blockquote>
<p><strong>Why this matters</strong></p>
<blockquote>
</blockquote>
<ul>
<li>Improves consistency across Postman-based applications</li>
<li>Ensures resolved endpoint and parameter values are used throughout the platform</li>
<li>Enhances scan accuracy and parameter discovery workflows</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes">Issue Fixes<a href="https://docs.apisecapps.com/blog/may-2026#issue-fixes" class="hash-link" aria-label="Direct link to Issue Fixes" title="Direct link to Issue Fixes">​</a></h2>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="1-mysql-injection-category-display-and-execution">1. MySQL Injection Category Display and Execution<a href="https://docs.apisecapps.com/blog/may-2026#1-mysql-injection-category-display-and-execution" class="hash-link" aria-label="Direct link to 1. MySQL Injection Category Display and Execution" title="Direct link to 1. MySQL Injection Category Display and Execution">​</a></h3>
</blockquote>
<p><strong>Issue</strong></p>
<ul>
<li>MySQL Injection scans were displayed and executed as generic SQL Injection tests, resulting in incorrect category visibility and duplicate-dispatch behavior during scans.</li>
</ul>
<blockquote>
</blockquote>
<p><strong>Fix</strong></p>
<blockquote>
</blockquote>
<ul>
<li>MySQL Injection now executes and is displayed as a dedicated category, with MySQL-specific timing strategies and correct scan labeling.</li>
</ul>
<blockquote>
</blockquote>
<p><strong>Impact</strong></p>
<blockquote>
</blockquote>
<ul>
<li>MySQL Injection scans now display correctly throughout scan workflows</li>
<li>Prevents duplicate execution behavior between SQL and MySQL injection categories</li>
<li>Improves category-level scan visibility and reporting accuracy</li>
</ul>
<blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="2-ai-assisted-parameter-hydration--postman-oauth-placement">2. AI-Assisted Parameter Hydration — Postman OAuth Placement<a href="https://docs.apisecapps.com/blog/may-2026#2-ai-assisted-parameter-hydration--postman-oauth-placement" class="hash-link" aria-label="Direct link to 2. AI-Assisted Parameter Hydration — Postman OAuth Placement" title="Direct link to 2. AI-Assisted Parameter Hydration — Postman OAuth Placement">​</a></h3>
</blockquote>
<p><strong>Issue</strong></p>
<ul>
<li>Re-Discover Parameters failed in Postman-based applications using OAuth2 credentials configured with query-parameter token placement.</li>
</ul>
<p><strong>Fix</strong></p>
<ul>
<li>OAuth placement values are now normalized correctly during Postman auth extraction, and invalid placement values now surface as actionable auth-resolution errors instead of validation crashes.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Restores parameter discovery for affected Postman OAuth applications</li>
<li>Improves the reliability of AI-assisted parameter hydration workflows</li>
<li>Provides clearer diagnostics for malformed authentication configurations</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7520--may-15-2026-">NG Production Release Update - APIsec_cloud_7.5.2.0 ( May 15, 2026 )<a href="https://docs.apisecapps.com/blog/may-2026#ng-production-release-update---apisec_cloud_7520--may-15-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.5.2.0 ( May 15, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.5.2.0 ( May 15, 2026 )">​</a></h2>
<p>This release introduces a new Dashboard with role-aware visibility and guided onboarding, along with Postman Collection reload, Django support in Code Bolt, editable Business Unit/Team names, and locale-aware date formatting. Reliability and diagnostics also improve across hosted agents, gateway integrations, SwaggerHub onboarding, and Guided Actions.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="introducing-dashboard">Introducing Dashboard<a href="https://docs.apisecapps.com/blog/may-2026#introducing-dashboard" class="hash-link" aria-label="Direct link to Introducing Dashboard" title="Direct link to Introducing Dashboard">​</a></h3>
<p>The new Dashboard is now available from the main navigation, providing centralized visibility into application security posture and compliance status. It supports role-aware views for <strong>ADMIN</strong>, <strong>USER</strong>, and <strong>VIEWER/Auditor</strong> roles, with data scoped by access level. <strong>VIEWER/Auditor</strong> roles get tenant-wide compliance visibility via the Security Policy Applications view without requiring direct application assignment. A guided onboarding tour is included for first-time users.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters">Why this matters<a href="https://docs.apisecapps.com/blog/may-2026#why-this-matters" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Centralized visibility into application health and compliance</li>
<li>Tenant-wide compliance review for audit and governance teams without operational access</li>
<li>Guided navigation for first-time users</li>
</ul>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="coming-next">Coming Next<a href="https://docs.apisecapps.com/blog/may-2026#coming-next" class="hash-link" aria-label="Direct link to Coming Next" title="Direct link to Coming Next">​</a></h4>
<ul>
<li>An Onboarding Health view alongside security posture and compliance, surfacing how completely each application is onboarded and where attention is needed to move it forward. Includes an Onboarding Score quantifying completeness across key milestones, so stalled applications and next actions are immediately visible.</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="spec-reload-using-postman-collections">Spec Reload Using Postman Collections<a href="https://docs.apisecapps.com/blog/may-2026#spec-reload-using-postman-collections" class="hash-link" aria-label="Direct link to Spec Reload Using Postman Collections" title="Direct link to Spec Reload Using Postman Collections">​</a></h3>
<p>Applications can now reload their API specification using an updated Postman Collection file, regardless of whether they were originally registered using OpenAPI (OAS) or Postman Collection format.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-1">Why this matters<a href="https://docs.apisecapps.com/blog/may-2026#why-this-matters-1" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies keeping API definitions in sync with Postman collections</li>
<li>Eliminates the need to recreate applications when collections change</li>
<li>Improves visibility into specification refresh activity</li>
</ul>
<p><strong>Note:</strong> Reloading Postman Collections via a URL or Gateway integration isn't supported yet and will be added in a future release.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="editable-business-unit-and-team-names">Editable Business Unit and Team Names<a href="https://docs.apisecapps.com/blog/may-2026#editable-business-unit-and-team-names" class="hash-link" aria-label="Direct link to Editable Business Unit and Team Names" title="Direct link to Editable Business Unit and Team Names">​</a></h3>
<p>Administrators can now rename Business Units and Teams directly from Team Management.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-2">Why this matters<a href="https://docs.apisecapps.com/blog/may-2026#why-this-matters-2" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Simplifies organizational updates and restructuring</li>
<li>Reduces the need to recreate teams or business units for naming changes</li>
<li>Improves flexibility when managing large organizations</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="code-bolt--django-framework-support">Code Bolt — Django Framework Support<a href="https://docs.apisecapps.com/blog/may-2026#code-bolt--django-framework-support" class="hash-link" aria-label="Direct link to Code Bolt — Django Framework Support" title="Direct link to Code Bolt — Django Framework Support">​</a></h3>
<p>Code Bolt now supports Django, expanding coverage for Python-based applications and APIs.</p>
<h4 class="anchor anchorWithStickyNavbar_LWe7" id="why-this-matters-3">Why this matters<a href="https://docs.apisecapps.com/blog/may-2026#why-this-matters-3" class="hash-link" aria-label="Direct link to Why this matters" title="Direct link to Why this matters">​</a></h4>
<ul>
<li>Enables automated onboarding and analysis for Django applications</li>
<li>Expands framework compatibility for Code Bolt users</li>
<li>Simplifies API discovery for Python environments</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes-1">Issue Fixes<a href="https://docs.apisecapps.com/blog/may-2026#issue-fixes-1" class="hash-link" aria-label="Direct link to Issue Fixes" title="Direct link to Issue Fixes">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="private-hosted-agent-visibility-in-scan-details">Private Hosted Agent Visibility in Scan Details<a href="https://docs.apisecapps.com/blog/may-2026#private-hosted-agent-visibility-in-scan-details" class="hash-link" aria-label="Direct link to Private Hosted Agent Visibility in Scan Details" title="Direct link to Private Hosted Agent Visibility in Scan Details">​</a></h3>
<ul>
<li><strong>Issue:</strong> Private hosted agents created by ROLE_USER users were not visible in the Scan Details page, making it difficult to identify which execution environment was used for a scan.</li>
<li><strong>Fix:</strong> Private-hosted agents are now visible on the Scan Details page while maintaining existing ownership and access restrictions.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Improves visibility into scan execution environments</li>
<li>Preserves secure ownership boundaries for privately managed agents</li>
<li>Hosted agents created by administrators remain shared across the organization</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="postman-gateway-integration--collection-registration">Postman Gateway Integration — Collection Registration<a href="https://docs.apisecapps.com/blog/may-2026#postman-gateway-integration--collection-registration" class="hash-link" aria-label="Direct link to Postman Gateway Integration — Collection Registration" title="Direct link to Postman Gateway Integration — Collection Registration">​</a></h3>
<ul>
<li><strong>Issue:</strong> Applications imported from Postman Gateway integrations failed to register and displayed a generic "Something went wrong" error.</li>
<li><strong>Fix:</strong> Resolved the registration issue affecting Postman workspace imports.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Improves the reliability of Postman workspace onboarding</li>
<li>Applications now register successfully from connected Postman workspaces</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="swaggerhub-integration--project-api-loading">SwaggerHub Integration — Project API Loading<a href="https://docs.apisecapps.com/blog/may-2026#swaggerhub-integration--project-api-loading" class="hash-link" aria-label="Direct link to SwaggerHub Integration — Project API Loading" title="Direct link to SwaggerHub Integration — Project API Loading">​</a></h3>
<ul>
<li><strong>Issue:</strong> Selecting a SwaggerHub project caused the APIs table to fail loading with an internal server error.</li>
<li><strong>Fix:</strong> Resolved the project-loading issue affecting SwaggerHub integrations.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Restores reliable API loading from SwaggerHub projects</li>
<li>Improves the stability of SwaggerHub integrations</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-reachability-error-reporting">Improved Reachability Error Reporting<a href="https://docs.apisecapps.com/blog/may-2026#improved-reachability-error-reporting" class="hash-link" aria-label="Direct link to Improved Reachability Error Reporting" title="Direct link to Improved Reachability Error Reporting">​</a></h3>
<ul>
<li><strong>Issue:</strong> Some endpoints returned a generic <em>“Internal APIsec error during test execution”</em> message when connectivity, DNS, TLS, or timeout issues prevented successful communication with the target environment.</li>
<li><strong>Fix:</strong>
<ul>
<li>Scan results now surface specific network and connectivity errors directly in test execution results instead of displaying a generic internal error.</li>
<li>Timeout handling was also improved to provide additional time for slower responses before marking requests as failed prematurely.</li>
</ul>
</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Simplifies troubleshooting for connectivity issues</li>
<li>Provides clearer diagnostics during scan failures</li>
<li>Reduces ambiguity in hosted agent troubleshooting</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="locale-aware-date-and-time-formatting">Locale-Aware Date and Time Formatting<a href="https://docs.apisecapps.com/blog/may-2026#locale-aware-date-and-time-formatting" class="hash-link" aria-label="Direct link to Locale-Aware Date and Time Formatting" title="Direct link to Locale-Aware Date and Time Formatting">​</a></h3>
<ul>
<li><strong>Issue:</strong> Dates and timestamps were displayed in a fixed UTC format regardless of the user's locale or time zone.</li>
<li><strong>Fix:</strong> Date and time formatting now automatically adapts to the user’s browser locale and timezone settings.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Improves readability across global regions</li>
<li>Displays timestamps using local date/time conventions</li>
<li>Eliminates inconsistencies caused by UTC-only formatting</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="guided-actions--authentication-status-display">Guided Actions — Authentication Status Display<a href="https://docs.apisecapps.com/blog/may-2026#guided-actions--authentication-status-display" class="hash-link" aria-label="Direct link to Guided Actions — Authentication Status Display" title="Direct link to Guided Actions — Authentication Status Display">​</a></h3>
<ul>
<li><strong>Issue:</strong> The Guided Actions Scanned pill incorrectly displayed “No Credentials are configured” even when valid authentication credentials existed.</li>
<li><strong>Fix:</strong> Resolved the authentication state validation issue in Guided Actions.</li>
</ul>
<p><strong>Impact</strong></p>
<ul>
<li>Authentication status now reflects the actual configuration state</li>
<li>Reduces confusion during scan workflows</li>
<li>Improves the reliability of Guided Actions recommendations</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7511--may-08-2026-">NG Production Release Update - APIsec_cloud_7.5.1.1 ( May 08, 2026 )<a href="https://docs.apisecapps.com/blog/may-2026#ng-production-release-update---apisec_cloud_7511--may-08-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.5.1.1 ( May 08, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.5.1.1 ( May 08, 2026 )">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="applications-page-handling-for-plg-users">Applications Page Handling for PLG Users<a href="https://docs.apisecapps.com/blog/may-2026#applications-page-handling-for-plg-users" class="hash-link" aria-label="Direct link to Applications Page Handling for PLG Users" title="Direct link to Applications Page Handling for PLG Users">​</a></h3>
<p>Improved handling of team membership checks when loading the Applications page for PLG (Product-Led Growth) users. Users without team associations are now handled gracefully.</p>
<p><strong>Impact</strong></p>
<ul>
<li>Improved reliability and user experience for tenants without team structures.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7510--may-05-2026-">NG Production Release Update - APIsec_cloud_7.5.1.0 ( May 05, 2026 )<a href="https://docs.apisecapps.com/blog/may-2026#ng-production-release-update---apisec_cloud_7510--may-05-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.5.1.0 ( May 05, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.5.1.0 ( May 05, 2026 )">​</a></h2>
<p>This release improves integration, visibility, and usability across the platform. Key updates include in-product CI/CD script generation, scan source tracking for better auditability, and redesigned Team Management and Applications pages for more efficient access and prioritization. The Guided Actions panel helps users quickly understand application health and take targeted actions such as configuring authentication, improving coverage, and addressing findings, while TLS version detection enhances security by identifying outdated configurations.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ssltls-version-detection">SSL/TLS Version Detection<a href="https://docs.apisecapps.com/blog/may-2026#ssltls-version-detection" class="hash-link" aria-label="Direct link to SSL/TLS Version Detection" title="Direct link to SSL/TLS Version Detection">​</a></h3>
<p>APIsec now detects deprecated TLS versions (<strong>TLS 1.0 and 1.1</strong>) and reports them with supporting evidence, including the negotiated cipher suite. This applies to both cloud and hosted agent scans.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Identifies outdated and insecure configurations</li>
<li>Helps enforce modern security standards</li>
<li>Improves visibility into transport-layer risks</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="parameter-hydration--custom-authentication-support-and-reliability">Parameter Hydration — Custom Authentication Support and Reliability<a href="https://docs.apisecapps.com/blog/may-2026#parameter-hydration--custom-authentication-support-and-reliability" class="hash-link" aria-label="Direct link to Parameter Hydration — Custom Authentication Support and Reliability" title="Direct link to Parameter Hydration — Custom Authentication Support and Reliability">​</a></h3>
<p>The parameter hydration agent now supports applications with custom authentication and includes additional resiliency for applications using static API keys. This ensures parameters are discovered and processed reliably without failures across different authentication setups.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Enables consistent parameter discovery for APIs using custom authentication and API keys</li>
<li>Reduces hydration failures, improving overall scan coverage</li>
<li>Improves reliability and performance for large and complex applications</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="cicd-integration--script-generation-in-the-ui">CI/CD Integration — Script Generation in the UI<a href="https://docs.apisecapps.com/blog/may-2026#cicd-integration--script-generation-in-the-ui" class="hash-link" aria-label="Direct link to CI/CD Integration — Script Generation in the UI" title="Direct link to CI/CD Integration — Script Generation in the UI">​</a></h3>
<p>You can now generate CI/CD pipeline scripts directly from the Application page. Select your pipeline type (GitHub Actions, GitLab CI, Jenkins) and copy a ready-to-use script with pre-filled Application and Instance IDs. CI/CD setup instructions are also available from the Integrations page.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Simplifies pipeline integration setup</li>
<li>Eliminates manual configuration errors</li>
<li>Speeds up CI/CD onboarding</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scan-source-tracking">Scan Source Tracking<a href="https://docs.apisecapps.com/blog/may-2026#scan-source-tracking" class="hash-link" aria-label="Direct link to Scan Source Tracking" title="Direct link to Scan Source Tracking">​</a></h3>
<p>Scan History now shows how each scan was triggered (Manual, Scheduled, or CI/CD).</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves the auditability of scan activity</li>
<li>Distinguishes automated vs manual scans</li>
<li>Helps track CI/CD-driven testing</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="guided-actions-panel">Guided Actions Panel<a href="https://docs.apisecapps.com/blog/may-2026#guided-actions-panel" class="hash-link" aria-label="Direct link to Guided Actions Panel" title="Direct link to Guided Actions Panel">​</a></h3>
<p>A new Guided Actions panel provides a health score, real-time status indicators, and contextual recommendations based on the application's current state. Users can quickly identify issues across authentication, configuration, coverage, and findings, and navigate directly to the relevant areas.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Highlights what needs attention across key areas in one place</li>
<li>Provides actionable recommendations based on the current state</li>
<li>Reduces time spent navigating and diagnosing issues</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="applications-home-page-redesign">Applications Home Page Redesign<a href="https://docs.apisecapps.com/blog/may-2026#applications-home-page-redesign" class="hash-link" aria-label="Direct link to Applications Home Page Redesign" title="Direct link to Applications Home Page Redesign">​</a></h3>
<p>The Applications page now includes risk scoring, advanced filtering, and improved visibility into application status.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Quickly identify high-risk or untested applications</li>
<li>Simplify filtering and prioritization</li>
<li>Improve visibility into team ownership and risk</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-team-management-experience">New Team Management Experience<a href="https://docs.apisecapps.com/blog/may-2026#new-team-management-experience" class="hash-link" aria-label="Direct link to New Team Management Experience" title="Direct link to New Team Management Experience">​</a></h3>
<p>Team Management has been redesigned into a unified workspace with improved usability and performance.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Simplifies management of teams, users, and business units</li>
<li>Reduces navigation overhead</li>
<li>Improves responsiveness and usability</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="team-management--application-assignment">Team Management — Application Assignment<a href="https://docs.apisecapps.com/blog/may-2026#team-management--application-assignment" class="hash-link" aria-label="Direct link to Team Management — Application Assignment" title="Direct link to Team Management — Application Assignment">​</a></h3>
<p>You can now assign and manage applications directly within the Team Management view.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Eliminates the need to navigate to individual applications</li>
<li>Centralizes access management</li>
<li>Speeds up onboarding and team configuration</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="quick-start-authentication-paste-token">Quick Start Authentication (Paste Token)<a href="https://docs.apisecapps.com/blog/may-2026#quick-start-authentication-paste-token" class="hash-link" aria-label="Direct link to Quick Start Authentication (Paste Token)" title="Direct link to Quick Start Authentication (Paste Token)">​</a></h3>
<p>You can now run scans by pasting a bearer token directly into the configuration—no setup required.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Speeds up onboarding for secured APIs</li>
<li>Reduces configuration effort</li>
<li>Enables quick validation workflows</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="register-applications-using-burp-proxy-xml">Register Applications Using Burp Proxy XML<a href="https://docs.apisecapps.com/blog/may-2026#register-applications-using-burp-proxy-xml" class="hash-link" aria-label="Direct link to Register Applications Using Burp Proxy XML" title="Direct link to Register Applications Using Burp Proxy XML">​</a></h3>
<p>We have extended non-OAS onboarding to support Burp Proxy XML exports. You can now register applications using traffic captured in Burp, enabling onboarding when API specifications aren't available. APIsec parses the Burp XML, converts it into an OpenAPI Specification (OAS), and extracts the environment base URL during registration. You can review and update the base URL before completing setup. Once registered, the generated OAS is available for download, allowing you to refine or extend it and reload the updated specification as needed.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Expands onboarding support for APIs without existing specifications</li>
<li>Leverages Burp captures to quickly bring APIs into testing</li>
<li>Reduces dependency on formal API documentation</li>
<li>Provides flexibility to refine and reuse the generated API specification</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[April]]></title>
            <link>https://docs.apisecapps.com/blog/april-2026</link>
            <guid>https://docs.apisecapps.com/blog/april-2026</guid>
            <pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.4.4.0 (April 29, 2026)]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7440-april-29-2026">NG Production Release Update - APIsec_cloud_7.4.4.0 (April 29, 2026)<a href="https://docs.apisecapps.com/blog/april-2026#ng-production-release-update---apisec_cloud_7440-april-29-2026" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.4.4.0 (April 29, 2026)" title="Direct link to NG Production Release Update - APIsec_cloud_7.4.4.0 (April 29, 2026)">​</a></h2>
<p>This release focuses on improving visibility, usability, and scan accuracy across the platform. Key updates include enhanced Developer Reports with full endpoint coverage, and a redesigned Hosted Agent dashboard for better operational visibility. Security testing has been expanded with new detection categories for SSL/TLS vulnerabilities and JWT header injection, helping teams identify critical risks earlier. Additionally, improvements to parameter hydration and UI consistency streamline workflows and reduce manual effort. Several fixes address issues in authentication handling, Postman imports, performance for large APIs, and reporting accuracy—resulting in a more stable and reliable testing experience.</p>
<blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="developer-report-with-full-endpoint-coverage">Developer Report with Full Endpoint Coverage<a href="https://docs.apisecapps.com/blog/april-2026#developer-report-with-full-endpoint-coverage" class="hash-link" aria-label="Direct link to Developer Report with Full Endpoint Coverage" title="Direct link to Developer Report with Full Endpoint Coverage">​</a></h2>
<p>The existing Developer Report has been enhanced to include <strong>all tested endpoints</strong>, not just those with active findings. It now also provides a clearer view of the last scan summary, overall test coverage, and OWASP API Security Top 10 coverage.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Gives developers complete visibility into what was tested, not just what failed</li>
<li>Helps teams understand coverage gaps and validate scan completeness</li>
<li>Makes it easier to track both active and resolved vulnerabilities</li>
</ul>
<p><strong>Coming Soon</strong></p>
<ul>
<li>A new <strong>Proof of Test Report</strong> will be introduced in May, providing detailed evidence of test execution to better reflect its purpose as compliance evidence.</li>
</ul>
</blockquote>
<blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="hosted-agent-dashboard-redesign">Hosted Agent Dashboard Redesign<a href="https://docs.apisecapps.com/blog/april-2026#hosted-agent-dashboard-redesign" class="hash-link" aria-label="Direct link to Hosted Agent Dashboard Redesign" title="Direct link to Hosted Agent Dashboard Redesign">​</a></h2>
<p>The Hosted Agents page has been redesigned to provide immediate visibility into agent health and activity. Inactive or Unresponsive Agents are surfaced first, so teams can quickly identify and resolve issues.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Quickly identify unhealthy agents without scanning the full list</li>
<li>Prevent scan disruptions with proactive certificate expiry alerts</li>
<li>Manage agents directly from a single view (restart, rotate token)</li>
<li>Improves operational efficiency for teams managing multiple environments</li>
</ul>
</blockquote>
<blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="new-security-detection-categories">New Security Detection Categories<a href="https://docs.apisecapps.com/blog/april-2026#new-security-detection-categories" class="hash-link" aria-label="Direct link to New Security Detection Categories" title="Direct link to New Security Detection Categories">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ssltls-vulnerabilities">SSL/TLS Vulnerabilities<a href="https://docs.apisecapps.com/blog/april-2026#ssltls-vulnerabilities" class="hash-link" aria-label="Direct link to SSL/TLS Vulnerabilities" title="Direct link to SSL/TLS Vulnerabilities">​</a></h3>
<p>APIsec now detects:</p>
<ul>
<li>Expired SSL certificates</li>
<li>Weak RSA key sizes below recommended standards</li>
</ul>
<p>These checks run automatically for REST APIs with SSL enabled.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Helps identify critical transport-layer security issues early</li>
<li>Ensures APIs meet modern encryption standards</li>
<li>Reduces risk from misconfigured certificates</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="jwt-header-injection-jku--iss-misuse">JWT Header Injection (jku / iss Misuse)<a href="https://docs.apisecapps.com/blog/april-2026#jwt-header-injection-jku--iss-misuse" class="hash-link" aria-label="Direct link to JWT Header Injection (jku / iss Misuse)" title="Direct link to JWT Header Injection (jku / iss Misuse)">​</a></h3>
<p>A new detection category identifies vulnerabilities where JWT validation can be bypassed by manipulating header fields such as <span class="word-chip">jku</span> or <span class="word-chip">iss</span>.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Detects high-impact authentication bypass risks</li>
<li>Validates secure token verification practices</li>
<li>Provides actionable evidence for remediation</li>
</ul>
</blockquote>
<blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="application-details-sidebar-consistency">Application Details Sidebar Consistency<a href="https://docs.apisecapps.com/blog/april-2026#application-details-sidebar-consistency" class="hash-link" aria-label="Direct link to Application Details Sidebar Consistency" title="Direct link to Application Details Sidebar Consistency">​</a></h2>
<p>The Application Details sidebar is now consistently available across Scan History, Scan Details, and RBAC Map pages.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Provides quick access to the application context across workflows</li>
<li>Reduces navigation effort</li>
<li>Improves overall usability</li>
</ul>
</blockquote>
<blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="team-management--application-assignment">Team Management — Application Assignment<a href="https://docs.apisecapps.com/blog/april-2026#team-management--application-assignment" class="hash-link" aria-label="Direct link to Team Management — Application Assignment" title="Direct link to Team Management — Application Assignment">​</a></h2>
<p>Assigning applications to teams previously required navigating to individual applications, making the process time-consuming and difficult to manage at scale. Team Management has now been enhanced to allow assigning and managing applications directly within the team configuration. Administrators and team owners can add or remove applications in one place. Assigned applications are listed in the team view, with an option to remove them, and updates are reflected immediately without a full-page reload.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Simplifies access management by centralizing team and application assignments</li>
<li>Eliminates the need to navigate across multiple application screens</li>
<li>Speeds up onboarding and team reconfiguration workflows</li>
<li>Improves efficiency for administrators and team owners managing access at scale</li>
</ul>
</blockquote>
<blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="register-applications-using-har-files">Register Applications Using HAR Files<a href="https://docs.apisecapps.com/blog/april-2026#register-applications-using-har-files" class="hash-link" aria-label="Direct link to Register Applications Using HAR Files" title="Direct link to Register Applications Using HAR Files">​</a></h2>
<p>You can now register applications using <strong>HAR (HTTP Archive) files</strong>, enabling onboarding of APIs captured from browser traffic or other tools that support HAR export.
This is especially useful when API specifications or documentation are not available. The platform automatically parses the HAR file, converts it into an OpenAPI Specification (OAS), and extracts the environment base URL during registration. Users can review and update the base URL before completing the setup.
Once registered, the generated OAS is available for download, allowing users to refine or extend it and reload the updated specification as needed.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Enables onboarding of undocumented or legacy APIs without existing specifications</li>
<li>Reduces dependency on API documentation to begin security testing</li>
<li>Accelerates application registration with automatic parsing and conversion</li>
<li>Provides flexibility to refine and reuse the generated API specification</li>
</ul>
</blockquote>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes-and-improvements">Issue Fixes and Improvements<a href="https://docs.apisecapps.com/blog/april-2026#issue-fixes-and-improvements" class="hash-link" aria-label="Direct link to Issue Fixes and Improvements" title="Direct link to Issue Fixes and Improvements">​</a></h2>
<blockquote>
<p><strong>1. Custom Authentication — Nested Body Fields Preserved</strong></p>
<ul>
<li><strong>Issue:</strong> Nested authentication fields using dotted keys caused sibling fields in the request body to be overwritten or removed.</li>
<li><strong>Fix:</strong> Authentication values are now written correctly without affecting adjacent fields, ensuring valid request payloads during scans.</li>
</ul>
<p><strong>2. Postman Import — Request Body Preservation</strong></p>
<ul>
<li><strong>Issue:</strong> Request bodies containing stringified JSON or special characters were dropped during import.</li>
<li><strong>Fix:</strong> All request bodies, including those with embedded JSON or special characters, are now preserved correctly.</li>
</ul>
<p><strong>3. Postman Import — Collection Variables Not Visible</strong></p>
<ul>
<li><strong>Issue:</strong> Large Postman collections failed to populate variables in the Parameters Configuration screen.</li>
<li><strong>Fix:</strong> Variable handling has been updated to ensure all collection-level variables are correctly imported and displayed.</li>
</ul>
<p><strong>4. Endpoints Tab Performance for Large APIs</strong></p>
<ul>
<li><strong>Issue:</strong> The Endpoints tab was slow or timing out for applications with large numbers of endpoints.</li>
<li><strong>Fix:</strong> Performance improvements ensure faster load times and more reliable access, even with large API inventories.</li>
</ul>
<p><strong>5. Pagination Reset Issue</strong></p>
<ul>
<li><strong>Issue:</strong> Navigating through results and interacting with the UI caused pagination to reset to page 1.</li>
<li><strong>Fix:</strong> Pagination state is now preserved across interactions, improving usability for large datasets.</li>
</ul>
<p><strong>6. Team Management UI Issues</strong></p>
<ul>
<li><strong>Issue:</strong> UI misalignment and disabled actions occurred when managing team members.</li>
<li><strong>Fix:</strong> Layout and interaction issues have been corrected for a smoother team management experience.</li>
</ul>
<p><strong>7. Team Management Performance</strong></p>
<ul>
<li><strong>Issue:</strong> Editing or canceling actions triggered unnecessary full reloads.</li>
<li><strong>Fix:</strong> Only the affected section now refreshes, improving responsiveness and reducing load times.</li>
</ul>
<p><strong>8. Developer Report — Incomplete Evidence</strong></p>
<ul>
<li><strong>Issue:</strong> Reports displayed only dry run data instead of actual test execution evidence.</li>
<li><strong>Fix:</strong> Reports now include the full test chain, ensuring accurate and complete evidence for findings.</li>
</ul>
<p><strong>9. Custom Authentication — Sensitive Data Masking for Form-Encoded Requests</strong></p>
<ul>
<li><strong>Issue:</strong> When using <span class="word-chip">application/x-www-form-urlencoded</span> request bodies in custom authentication, sensitive values (such as <span class="word-chip">client_secret</span>) were displayed in clear text during Test Authentication, specifically in the request body field and the extracted values table.</li>
<li><strong>Fix:</strong> Sensitive fields are now masked in both the request body display and the extracted values table during Test Authentication.</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7430-april-20-2026">NG Production Release Update - APIsec_cloud_7.4.3.0 (April 20, 2026)<a href="https://docs.apisecapps.com/blog/april-2026#ng-production-release-update---apisec_cloud_7430-april-20-2026" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.4.3.0 (April 20, 2026)" title="Direct link to NG Production Release Update - APIsec_cloud_7.4.3.0 (April 20, 2026)">​</a></h2>
<p>This release improves platform reliability, scan accuracy, and troubleshooting visibility. Key updates include detailed reachability diagnostics, real-time parameter discovery, improved Postman collection handling, and intelligent parameter encoding for more accurate testing <a href="https://www.apisecuniversity.com/hoodie-hunt" target="_blank" rel="noopener noreferrer">👕</a>.
Performance enhancements significantly improve RBAC configuration for large environments, and platform resilience is strengthened with automatic hosted agent fallback. Several critical issues related to Security Hub, authentication handling, request routing, and scan accuracy have also been resolved, improving overall stability and confidence in scan results.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="parameter-discovery-has-been-improved-to-provide-better-visibility-and-faster-feedback-during-execution">Parameter discovery has been improved to provide better visibility and faster feedback during execution.<a href="https://docs.apisecapps.com/blog/april-2026#parameter-discovery-has-been-improved-to-provide-better-visibility-and-faster-feedback-during-execution" class="hash-link" aria-label="Direct link to Parameter discovery has been improved to provide better visibility and faster feedback during execution." title="Direct link to Parameter discovery has been improved to provide better visibility and faster feedback during execution.">​</a></h3>
<blockquote>
<p>Results are now streamed incrementally as endpoints are processed, allowing users to see updates in real time instead of waiting for the full discovery to complete. Additionally, the parameter management view now includes metadata, including the hydration strategy used for each parameter and the current execution status.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves visibility into parameter discovery progress and behavior</li>
<li>Reduces wait time for initial results, especially for large APIs</li>
<li>Simplifies troubleshooting and validation</li>
<li>Enhances usability when working with large endpoint sets</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="enhanced-parameter-visibility-in-ui">Enhanced Parameter Visibility in UI<a href="https://docs.apisecapps.com/blog/april-2026#enhanced-parameter-visibility-in-ui" class="hash-link" aria-label="Direct link to Enhanced Parameter Visibility in UI" title="Direct link to Enhanced Parameter Visibility in UI">​</a></h3>
<blockquote>
<p>The parameter management view has been enhanced with additional metadata and improved filtering capabilities.</p>
<p>Users can now view the hydration strategy applied to each parameter and track the execution status of parameter discovery.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves transparency into parameter discovery behavior</li>
<li>Simplifies troubleshooting and validation</li>
<li>Enhances usability for large APIs</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="new-security-test-category-mass-assignment">New Security Test Category: Mass Assignment<a href="https://docs.apisecapps.com/blog/april-2026#new-security-test-category-mass-assignment" class="hash-link" aria-label="Direct link to New Security Test Category: Mass Assignment" title="Direct link to New Security Test Category: Mass Assignment">​</a></h3>
<blockquote>
<p>A new <strong>Mass Assignment</strong> test category has been introduced to detect vulnerabilities where APIs unintentionally allow modification of restricted or sensitive fields.</p>
<p>This category uses a two-step assignment-and-confirmation approach to accurately identify exploitable scenarios. Findings are classified into severity tiers and include supporting evidence to help validate and prioritize issues. Results are also integrated into Security Hub and reporting.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Enables the detection of a critical and commonly overlooked API vulnerability</li>
<li>Improves accuracy through confirmation-based validation</li>
<li>Provides clear, evidence-backed findings with severity prioritization</li>
<li>Ensures visibility in Security Hub and compliance reporting</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="enhanced-graphql-directive-authorization-testing">Enhanced GraphQL Directive Authorization Testing<a href="https://docs.apisecapps.com/blog/april-2026#enhanced-graphql-directive-authorization-testing" class="hash-link" aria-label="Direct link to Enhanced GraphQL Directive Authorization Testing" title="Direct link to Enhanced GraphQL Directive Authorization Testing">​</a></h3>
<blockquote>
<p>GraphQL security testing has been enhanced to better detect authorization weaknesses in APIs using directive-based access control.</p>
<p>The platform now evaluates operations protected by directives (such as <span class="word-chip">@auth</span>) across different permission levels, including mutations, subscriptions, and field-level access. This enables detection of cases where lower-privileged users can bypass intended access restrictions <a href="https://www.apisecuniversity.com/hoodie-hunt" target="_blank" rel="noopener noreferrer">🔐</a> .</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Improves detection of authorization bypass in GraphQL APIs</li>
<li>Expands coverage beyond queries to include mutations and subscriptions</li>
<li>Validates the enforcement of directive-based access controls</li>
<li>Helps identify privilege escalation risks across user roles</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="structured-reachability-failure-analysis">Structured Reachability Failure Analysis<a href="https://docs.apisecapps.com/blog/april-2026#structured-reachability-failure-analysis" class="hash-link" aria-label="Direct link to Structured Reachability Failure Analysis" title="Direct link to Structured Reachability Failure Analysis">​</a></h3>
<blockquote>
<p>Diagnosing why an API was unreachable previously required manual investigation or support involvement because of generic error messages.</p>
<p>This release introduces detailed, step-by-step reachability diagnostics across the full execution flow. When an API instance cannot be reached, users now see exactly which stage failed (DNS, TCP, SSL, HTTP, or authentication).</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Enables self-service troubleshooting without relying on support</li>
<li>Significantly reduces time to identify connectivity issues</li>
<li>Provides clear, actionable failure points instead of generic errors</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-postman-collection-conversion">Improved Postman Collection Conversion<a href="https://docs.apisecapps.com/blog/april-2026#improved-postman-collection-conversion" class="hash-link" aria-label="Direct link to Improved Postman Collection Conversion" title="Direct link to Improved Postman Collection Conversion">​</a></h3>
<blockquote>
<p>Postman collection conversion has been streamlined to improve reliability and performance.</p>
<p>The conversion process now runs directly within the platform, removing dependency on external services and improving handling of non-standard collection formats.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Faster application onboarding with no external service dependency</li>
<li>Improved compatibility with real-world Postman collections</li>
<li>Reduces the need for manual pre-processing of collections</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="rbac-configuration-performance-improvements">RBAC Configuration Performance Improvements<a href="https://docs.apisecapps.com/blog/april-2026#rbac-configuration-performance-improvements" class="hash-link" aria-label="Direct link to RBAC Configuration Performance Improvements" title="Direct link to RBAC Configuration Performance Improvements">​</a></h3>
<blockquote>
<p>RBAC configuration handling has been optimized for large environments.</p>
<p>Batch operations now run concurrently, and partial failures are surfaced rather than silently ignored.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Significantly reduces load times for large tenants</li>
<li>Improves visibility into configuration failures</li>
<li>Enhances usability of RBAC management workflows</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="sso-integration-support-for-ping-identity">SSO Integration Support for Ping Identity<a href="https://docs.apisecapps.com/blog/april-2026#sso-integration-support-for-ping-identity" class="hash-link" aria-label="Direct link to SSO Integration Support for Ping Identity" title="Direct link to SSO Integration Support for Ping Identity">​</a></h3>
<blockquote>
<p>Single Sign-On (SSO) support has been extended to include <strong>Ping Identity</strong>, enabling organizations to integrate APIsec with their existing identity provider for seamless authentication and user management.</p>
<p>The integration supports standard SAML-based authentication flows, allowing users to securely access the platform using their enterprise credentials.</p>
<p><strong>Why this matters</strong></p>
<ul>
<li>Expands compatibility with enterprise identity providers</li>
<li>Simplifies user onboarding and access management</li>
<li>Improves security through centralized authentication</li>
<li>Aligns with enterprise SSO standards and practices</li>
</ul>
</blockquote>
<p>Some things in this release aren’t just for reading <a href="https://www.apisecuniversity.com/hoodie-hunt" target="_blank" rel="noopener noreferrer">👀</a></p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes-and-improvements-1">Issue Fixes and Improvements<a href="https://docs.apisecapps.com/blog/april-2026#issue-fixes-and-improvements-1" class="hash-link" aria-label="Direct link to Issue Fixes and Improvements" title="Direct link to Issue Fixes and Improvements">​</a></h3>
<blockquote>
<p><strong>1. Improved Handling of Nullable Schema Definitions</strong></p>
<ul>
<li>Value generation for schemas using <span class="word-chip">anyOf</span> with nullable branches has been stabilized to prevent incorrect type selection.</li>
</ul>
<p><strong>2. Security Hub Crash for Non-English Locales</strong></p>
<ul>
<li><strong>Issue:</strong> Security Hub failed to load for users with non-English locales due to localized date formatting incompatibility.</li>
<li><strong>Fix:</strong> Date handling has been corrected to support all locales, ensuring consistent behavior across regions.</li>
</ul>
<p><strong>3. Incorrect Handling of Dotted Keys in Custom Authentication</strong></p>
<ul>
<li><strong>Issue:</strong> Custom authentication fields using dotted notation were incorrectly mapped, resulting in authentication failures.</li>
<li><strong>Fix:</strong> Nested field handling has been corrected to ensure authentication values are applied to the correct structure.</li>
</ul>
<p><strong>4. Incorrect Request Routing for URI-Unsafe Characters</strong></p>
<ul>
<li><strong>Issue:</strong> Requests containing certain characters in the URL path were incorrectly routed, leading to invalid test execution.</li>
<li><strong>Fix:</strong> Request handling has been corrected to preserve the intended request path.</li>
</ul>
<p><strong>5. Encoding Metadata Handling Failure</strong></p>
<ul>
<li><strong>Issue:</strong> Encoding-related metadata caused failures during test execution due to incompatible data handling.</li>
<li><strong>Fix:</strong> Metadata handling has been corrected to ensure encoding intelligence is properly utilized during scans.</li>
</ul>
<p><strong>6. GraphQL Request Construction Issues</strong></p>
<ul>
<li><strong>Issue:</strong> Certain GraphQL test cases generated malformed request payloads.</li>
<li><strong>Fix:</strong> Request construction has been corrected to ensure valid payload generation across GraphQL tests.</li>
</ul>
<p><strong>7. Missing Scan Context in Logs</strong></p>
<ul>
<li><strong>Issue:</strong> Scan identifiers were not consistently included in logs, making traceability difficult.</li>
<li><strong>Fix:</strong> Logging context has been corrected to ensure scan identifiers are consistently captured.</li>
</ul>
<p><strong>8. Incorrect Test Execution via “Scan Now”</strong></p>
<ul>
<li><strong>Issue:</strong> Triggering scans for specific categories could result in incorrect tests being executed.</li>
<li><strong>Fix:</strong> Test mapping has been corrected to ensure accurate execution of selected categories.</li>
</ul>
<p><strong>9. Loss of Reachability Diagnostic Details</strong></p>
<ul>
<li><strong>Issue:</strong> Detailed reachability diagnostics were not propagated to the UI, resulting in generic error messages.</li>
<li><strong>Fix:</strong> Diagnostic details are now preserved and returned, enabling detailed visibility into failures.</li>
</ul>
<p><strong>10. Instance Name Display Issue</strong></p>
<ul>
<li><strong>Issue:</strong> Instance names were incorrectly populated in certain onboarding scenarios.</li>
<li><strong>Fix:</strong> Instance naming logic has been corrected.</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7420-april-14-2026">NG Production Release Update - APIsec_cloud_7.4.2.0 (April 14, 2026)<a href="https://docs.apisecapps.com/blog/april-2026#ng-production-release-update---apisec_cloud_7420-april-14-2026" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.4.2.0 (April 14, 2026)" title="Direct link to NG Production Release Update - APIsec_cloud_7.4.2.0 (April 14, 2026)">​</a></h2>
<div class="release-notes"><p>This release focuses on improving authentication reliability, strengthening automation capabilities, enhancing access control integration, and improving overall platform stability.</p><p>Key updates include improved handling of custom authentication failures, expanded API token capabilities for configuration management, and support for SSO-based provisioning of Viewer (Auditor) role users. Additionally, enhancements to query parameter handling improve security testing coverage for APIs that use complex query formats, such as SCIM. The release also includes targeted fixes to improve notification reliability and ensure consistent platform behavior across different execution environments.</p></div>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-query-parameter-handling-for-scim-apis">Improved Query Parameter Handling for SCIM APIs<a href="https://docs.apisecapps.com/blog/april-2026#improved-query-parameter-handling-for-scim-apis" class="hash-link" aria-label="Direct link to Improved Query Parameter Handling for SCIM APIs" title="Direct link to Improved Query Parameter Handling for SCIM APIs">​</a></h3>
<blockquote>
<p>Security testing for APIs using SCIM-style query parameters has been enhanced to support more flexible query handling.</p>
<p><strong>Enhancement:</strong>
The platform now adapts how query parameters are processed based on API behavior, allowing effective testing of APIs that require non-standard query formats.</p>
<p><strong>Impact:</strong></p>
<ul>
<li>Improves test coverage for SCIM-based APIs</li>
<li>Enables more meaningful injection testing within query parameters</li>
<li>Supports APIs with non-standard query parsing behavior</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="manage-instance-headers-via-api-tokens">Manage Instance Headers via API Tokens<a href="https://docs.apisecapps.com/blog/april-2026#manage-instance-headers-via-api-tokens" class="hash-link" aria-label="Direct link to Manage Instance Headers via API Tokens" title="Direct link to Manage Instance Headers via API Tokens">​</a></h3>
<blockquote>
<p>Instance-level headers can now be managed programmatically using API tokens.</p>
<p><strong>Enhancement:</strong>
Teams can retrieve and update instance headers through API calls, enabling integration with automated workflows.</p>
<p><strong>Impact:</strong></p>
<ul>
<li>Enables CI/CD-driven configuration management</li>
<li>Reduces manual updates</li>
<li>Ensures secure handling of confidential headers</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="sso-support-for-viewer-auditor-role">SSO Support for Viewer (Auditor) Role<a href="https://docs.apisecapps.com/blog/april-2026#sso-support-for-viewer-auditor-role" class="hash-link" aria-label="Direct link to SSO Support for Viewer (Auditor) Role" title="Direct link to SSO Support for Viewer (Auditor) Role">​</a></h3>
<blockquote>
<p>The Viewer (ROLE_AUDITOR) role now supports Single Sign-On (SSO) integration.</p>
<p><strong>Enhancement:</strong>
Organizations can provision and manage Viewer users through their identity provider.</p>
<p><strong>Impact:</strong></p>
<ul>
<li>Simplifies the onboarding of read-only users</li>
<li>Aligns access control with enterprise identity systems</li>
<li>Enables automated user provisioning</li>
</ul>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-visibility-for-custom-authentication-failures">Improved Visibility for Custom Authentication Failures<a href="https://docs.apisecapps.com/blog/april-2026#improved-visibility-for-custom-authentication-failures" class="hash-link" aria-label="Direct link to Improved Visibility for Custom Authentication Failures" title="Direct link to Improved Visibility for Custom Authentication Failures">​</a></h3>
<blockquote>
<p><strong>Issue:</strong><br>
<!-- -->Custom Authentication failures during scan execution were not consistently reported across different execution environments.</p>
<p><strong>Fix:</strong><br>
<!-- -->Custom Authentication resolution failures are now surfaced consistently across both public and private hosted agent executions.</p>
<p><strong>Impact:</strong></p>
<ul>
<li>Prevents scans from running when authentication is unresolved or the Hosted Agent is unresponsive</li>
<li>Improves debugging of authentication workflows</li>
<li>Ensures consistent behavior across execution environments</li>
</ul>
<p><strong>Upcoming Improvement:</strong><br>
<!-- -->A UI option will allow associating instance URLs with specific hosted agents to ensure correct execution routing during test authentication and dry runs.</p>
</blockquote>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="slack-notifications-not-sent-after-scan-completion">Slack Notifications Not Sent After Scan Completion<a href="https://docs.apisecapps.com/blog/april-2026#slack-notifications-not-sent-after-scan-completion" class="hash-link" aria-label="Direct link to Slack Notifications Not Sent After Scan Completion" title="Direct link to Slack Notifications Not Sent After Scan Completion">​</a></h3>
<blockquote>
<p><strong>Issue:</strong><br>
<!-- -->Slack notifications weren't being delivered after scan completion due to a regression.</p>
<p><strong>Fix:</strong><br>
<!-- -->Notification workflows were corrected to ensure alerts are sent reliably upon scan completion.</p>
<p><strong>Impact:</strong></p>
<ul>
<li>Restores visibility into scan completion status</li>
<li>Ensures timely notifications for security teams</li>
</ul>
</blockquote>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7410--april-06-2026-">NG Production Release Update - APIsec_cloud_7.4.1.0 ( April 06, 2026 )<a href="https://docs.apisecapps.com/blog/april-2026#ng-production-release-update---apisec_cloud_7410--april-06-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.4.1.0 ( April 06, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.4.1.0 ( April 06, 2026 )">​</a></h2>
<p>This release focuses on improving usability, reliability, and collaboration across the platform. Key enhancements help teams keep API inventories automatically up to date, simplify sharing vulnerabilities via direct links, and reduce operational overhead with performance and stability improvements.</p>
<p>Several fixes also address real customer workflow challenges, including improving scan reliability for large APIs, ensuring reports generate consistently, strengthening handling of sensitive authentication data, improving RBAC usability, and ensuring reporting metrics remain accurate.</p>
<p>Together, these updates aim to make security testing more predictable, improve collaboration between security and engineering teams, and reduce the manual effort required to maintain accurate testing coverage.</p>
<div style="margin-left:12px"><p><strong>Automatic API Specification Reload for Auto-Onboarded Applications</strong></p><p>Keeping API inventories up to date can be difficult when APIs evolve frequently in gateways. Security teams often discovered that new endpoints were not being tested until someone manually reloaded the specification.</p><p>APIsec now automatically schedules API specifications <strong>weekly</strong> for applications onboarded through supported gateways. This helps ensure newly added endpoints are discovered, deprecated ones are removed, and scan coverage stays aligned with the actual API surface without requiring manual intervention.</p><p><strong>Why this matters</strong></p><ul>
<li>Reduces manual maintenance for large API portfolios</li>
<li>Helps ensure new endpoints are not missed in security testing</li>
<li>Keeps scan coverage aligned with the latest gateway definitions</li>
</ul><p>Supported integrations include AWS API Gateway, Azure APIM, MuleSoft, SwaggerHub, and Postman.</p><hr></div>
<div style="margin-left:12px"><p><strong>Enhancement – Direct Links to Individual Vulnerabilities</strong></p><p>Security and development teams frequently need to share specific findings during triage discussions, remediation reviews, or audits. Previously, sharing a vulnerability required sending the application link and asking the recipient to manually locate the finding, which slowed collaboration.</p><p>APIsec now lets users link directly to individual vulnerabilities, making it easier to share exact findings with team members and stakeholders.</p><p><strong>Why this matters</strong></p><ul>
<li>Quickly share specific vulnerabilities without extra navigation</li>
<li>Improves collaboration between security and engineering teams</li>
<li>Reduces time spent searching for individual findings during reviews</li>
</ul><hr></div>
<p><strong>Issue Fixes and Improvements</strong></p>
<ol>
<li><strong>Improved Reliability of Parameter Hydration from Traffic Captures</strong>
<ul>
<li>Some parameters captured in Bolt traffic files weren't applied consistently, which could reduce scan depth for certain endpoints.</li>
<li>APIsec now ensures captured headers and parameters are applied correctly across endpoints, improving test coverage and reducing manual parameter configuration.</li>
</ul>
</li>
<li><strong>Sensitive Authentication Fields Now Masked in Custom Authentication</strong>
<ul>
<li>Sensitive fields used in custom authentication workflows could previously appear in plain text during test authentication.</li>
<li>Sensitive inputs are now masked in the interface to prevent accidental exposure during onboarding, reviews, or screen sharing.</li>
</ul>
</li>
<li><strong>Security Hub Metrics Now Respect BU and Team Filters Consistently</strong>
<ul>
<li>The Unique Endpoints tile in Security Hub didn't fully reflect the applied filters, which could cause confusion in reporting.</li>
<li>Metrics now consistently update based on selected Business Unit and Team filters, improving reporting accuracy.</li>
</ul>
</li>
<li><strong>Faster Scan Execution with Updated Private Hosted Agent Image</strong>
<ul>
<li>Customers running scans through private hosted agents experienced slower execution times in some environments.</li>
<li>An updated hosted agent image (<a href="https://hub.docker.com/layers/apisec/hostedagent/2026-04-03-67/images/sha256-df80ce9d72ac2c2dbfa17309d46fc7af279fb4a2f0b150b109d19b3f84f11067" target="_blank" rel="noopener noreferrer">apisec/hostedagent:2026-04-03-67</a>) improves scan execution performance and stability.</li>
</ul>
</li>
<li><strong>Developer Report Generation Reliability Improvements</strong>
<ul>
<li>SSO users were unable to generate Developer Reports due to a workflow issue where the report never completed processing.</li>
<li>Report generation now completes reliably, allowing teams to access technical remediation reports when needed.</li>
</ul>
</li>
<li><strong>Integration Status Now Reflects Credential Health Accurately</strong>
<ul>
<li>Issue tracker integrations and Notifications could appear healthy even after credentials have expired.</li>
<li>Connection status now correctly reflects credential validity, so teams can quickly identify integration issues.</li>
</ul>
</li>
<li><strong>Improved Stability for Large-Scale Scans</strong>
<ul>
<li>In some cases, with very large APIs, scans can get stuck in progress and cannot be stopped manually.</li>
<li>Improvements now ensure:<!-- -->
<ul>
<li>Stuck scans are automatically marked as failed when appropriate</li>
<li>Users can abort scans when needed</li>
</ul>
</li>
<li>Large API scans complete more reliably</li>
</ul>
</li>
<li><strong>RBAC Map Performance Improvements</strong>
<ul>
<li>Projects with many roles experienced slow RBAC map loading times, making it difficult to review authorization coverage.</li>
<li>Performance improvements now allow RBAC maps to load more reliably, even for larger role configurations.</li>
</ul>
</li>
</ol>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[March]]></title>
            <link>https://docs.apisecapps.com/blog/march-2026</link>
            <guid>https://docs.apisecapps.com/blog/march-2026</guid>
            <pubDate>Tue, 03 Mar 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.3.3.0 ( March 27, 2026 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7330--march-27-2026-">NG Production Release Update - APIsec_cloud_7.3.3.0 ( March 27, 2026 )<a href="https://docs.apisecapps.com/blog/march-2026#ng-production-release-update---apisec_cloud_7330--march-27-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.3.3.0 ( March 27, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.3.3.0 ( March 27, 2026 )">​</a></h2>
<ul>
<li><strong>Developer Report for Investigation and Remediation</strong>
<ul>
<li>A new Developer Report is now available to provide the technical context needed to investigate and remediate vulnerabilities. While the OWASP Coverage report focuses on security posture and coverage, this report focuses on the execution details that developers typically need during troubleshooting.</li>
<li>The report includes the necessary evidence and reproduction context, so teams don't need to manually navigate multiple sections to gather logs. This helps streamline how findings are reviewed and handed off between security and engineering teams.</li>
</ul>
<ul>
<li>The Developer Report can be generated on demand from the <strong>Application → Reports</strong> section. Since vulnerabilities may change after new scans, the platform automatically prompts regeneration when updated scan results are available, ensuring teams always work from the latest findings.</li>
</ul>
</li>
<li><strong>New Auditor Role for Read-Only Access</strong>
<ul>
<li>A new ROLE_AUDITOR (view-only role) is now available for users who need visibility into applications, scans, vulnerabilities, and reports without the ability to make changes or run operations.</li>
<li>Previously, the lowest level of access required assigning ROLE_USER with view permissions, which still allowed actions like registering applications and running scans. The new role provides a stricter read-only option for auditors, reviewers, or stakeholders who only need visibility.</li>
<li>Users assigned this role can log in, navigate the platform, and view only the applications explicitly shared with them, either directly or through team membership. They cannot modify configurations or perform operational actions.</li>
<li>This helps organizations safely grant visibility to audit or review stakeholders without introducing unnecessary operational access.</li>
</ul>
</li>
</ul>
<p><strong>Issue Fixes and Improvements</strong></p>
<p>This release also includes several fixes to improve platform reliability, data accuracy, and the user experience.</p>
<ol>
<li><strong>Improved Handling of Arrays in Postman Collection Imports</strong>
<ul>
<li>An issue where request body arrays imported from Postman collections were truncated to the first element has been resolved. Arrays are now preserved correctly during import, eliminating the need for manual body updates after onboarding.</li>
<li>This ensures request bodies generated from Postman collections remain complete and reduces manual correction effort during application setup.</li>
</ul>
</li>
<li><strong>Improved Handling of False Positive Updates with Azure DevOps Integration</strong>
<ul>
<li>An issue preventing vulnerabilities from being marked as false positives when Azure DevOps workflow states were misaligned has been addressed. The integration now better supports different work item workflows and clearer configuration guidance.</li>
<li>This reduces ticket update failures and improves the reliability of issue-tracking integrations.</li>
</ul>
</li>
<li><strong>Correct Handling of Endpoints Without Request Bodies</strong>
<ul>
<li>Endpoints without a defined request body were previously sent with a literal null value, which caused some APIs to reject requests with 400 errors. Requests are now sent without a body when one is not defined.</li>
<li>This improves scan reliability for endpoints such as GET and DELETE and prevents unnecessary scan failures.</li>
</ul>
</li>
<li><strong>Standardized Date Format Across the Platform</strong>
<ul>
<li>Date formats have been standardized across the product to improve consistency and reduce confusion when reviewing scans, reports, and vulnerability timelines.</li>
</ul>
</li>
<li><strong>Improved Accuracy of BOLA Vulnerability Detection</strong>
<ul>
<li>An issue that could incorrectly file BOLA vulnerabilities when resources were intentionally accessible to all users has been resolved. Vulnerabilities are now only reported when access controls are expected to restrict access.</li>
<li>This helps reduce false positives and improves trust in BOLA findings.</li>
</ul>
</li>
<li><strong>Improved Monthly Report Subscription Handling</strong>
<ul>
<li>Two improvements have been made to monthly email report subscriptions:<!-- -->
<ul>
<li>Reports are now generated based on user role, ensuring admins receive tenant-level metrics while users receive data only for applications they can access.</li>
<li>Duplicate subscriptions are now prevented when users are already added as recipients.</li>
</ul>
</li>
<li>This improves report accuracy and prevents duplicate notifications.</li>
</ul>
</li>
<li><strong>Improved AWS Auto-Onboarding Stability</strong>
<ul>
<li>An issue where API Gateway auto-onboarding could fail when connection names contained special characters has been resolved, improving the reliability of automated onboarding workflows.</li>
</ul>
</li>
<li><strong>Improved Postman Auto-Onboarding Activity Logs</strong>
<ul>
<li>Duplicate completion status entries in Postman auto-onboarding logs have been resolved to provide clearer and more accurate activity tracking.</li>
</ul>
</li>
</ol>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release--apisec-cloud-7320-march-13-2026">NG Production Release — APIsec Cloud 7.3.2.0 (March 13, 2026)<a href="https://docs.apisecapps.com/blog/march-2026#ng-production-release--apisec-cloud-7320-march-13-2026" class="hash-link" aria-label="Direct link to NG Production Release — APIsec Cloud 7.3.2.0 (March 13, 2026)" title="Direct link to NG Production Release — APIsec Cloud 7.3.2.0 (March 13, 2026)">​</a></h2>
<p><strong>Intelligent BOLA Scenario Management</strong></p>
<p>The release brings meaningful improvements to how BOLA attack scenarios are discovered, surfaced, and managed. It builds on the platform's ability to automatically generate scenarios based on your API design and how your endpoints work together. Practitioners can now clearly see what's ready, what needs work, and what's actively protecting them.</p>
<p><strong>The platform finds your APIs. Then it builds the attack scenarios.</strong></p>
<p>APIsec's AI analyzes your API flows by examining endpoint design, data models, and how resources interact across your API. Based on this analysis, it automatically generates BOLA attack scenarios derived from real API behavior.</p>
<p>From there, practitioners can configure and validate scenarios before they become active in scans. The goal of this release is to make that process faster, clearer, and easier to manage.</p>
<p><strong>Readiness Replaces Status for Clearer Scenario Management</strong></p>
<p>Instead of relying on technical status labels, BOLA scenarios are now organized based on what they mean for your testing workflow. This makes it easier to understand what requires action and what is already protecting your APIs.</p>
<p>Scenarios are now grouped into three clear categories:</p>
<ul>
<li><strong>Needs attention</strong> – Scenarios are missing required configuration, such as user assignment or parameter configurations. These cannot run until resolved.</li>
<li><strong>Active in scans</strong> – Scenarios that are validated, enabled, and currently running in your security tests.</li>
<li><strong>Not in scans</strong> – Scenarios that are ready to run but not yet enabled.</li>
</ul>
<p>You can now clearly distinguish between scenarios that are ready to run and those that require configuration before they can run, helping teams prioritize their next steps faster.</p>
<p><strong>Scenarios activate themselves. You stay in control</strong>.</p>
<p>Scenarios that pass validation are automatically enabled for scanning. No manual review queue. No activation overhead. Coverage begins the moment the platform understands the onboarded API. Practitioners retain full control and can disable any scenario if needed.</p>
<p><strong>Configuration gaps surface automatically</strong>.</p>
<p>When validation fails due to missing authentication or incomplete setup, the scenario surfaces directly in the Needs attention section. At this point, we need to investigate what's blocking setup, and the next iteration will include more actionable guides for the practitioner to follow.</p>
<p><strong>A new operational view for BOLA coverage.</strong></p>
<p>The redesigned BOLA page opens with a dashboard-level summary showing total scenarios, how many need attention, how many are active in scans, and how many are inactive. The full state of your BOLA coverage, before you drill into a single row.</p>
<p>This is an ongoing initiative to rebuild the APIsec experience from the ground up. Tighter workflows, clearer signal, less noise. More to follow.</p>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-hotfix-release-update---apisec_cloud_7311--march-06-2026-">NG Hotfix Release Update - APIsec_cloud_7.3.1.1 ( March 06, 2026 )<a href="https://docs.apisecapps.com/blog/march-2026#ng-hotfix-release-update---apisec_cloud_7311--march-06-2026-" class="hash-link" aria-label="Direct link to NG Hotfix Release Update - APIsec_cloud_7.3.1.1 ( March 06, 2026 )" title="Direct link to NG Hotfix Release Update - APIsec_cloud_7.3.1.1 ( March 06, 2026 )">​</a></h2>
<p>A hotfix was released today to address two areas impacting scan accuracy and API compatibility. Improvements to the <strong>Injection category</strong> reduce false positives by refining how response latency is analyzed during injection detection. In addition, the platform now supports <strong>request bodies for GET and DELETE endpoints</strong>, enabling accurate testing for APIs that require this pattern. These updates improve scan reliability and ensure broader compatibility with API implementations.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-injection-detection-accuracy">Improved Injection Detection Accuracy<a href="https://docs.apisecapps.com/blog/march-2026#improved-injection-detection-accuracy" class="hash-link" aria-label="Direct link to Improved Injection Detection Accuracy" title="Direct link to Improved Injection Detection Accuracy">​</a></h3>
<ul>
<li>
<p><strong>Improved Baseline Latency Analysis:</strong> Baseline latency is now evaluated separately for <strong>successful and unsuccessful responses</strong> rather than averaging all responses together. This improves injection-detection accuracy, particularly for APIs where successful responses naturally take longer than error responses.</p>
</li>
<li>
<p><strong>Better Handling of High-Latency Applications:</strong> Applications with naturally high response times often generate false positives. For APIs with baseline latency above <strong>3 seconds</strong>, detections are now triggered only when test responses exceed the baseline latency by approximately <strong>6.9–8 seconds</strong>, helping reduce noise in slower environments.</p>
</li>
<li>
<p><strong>Refined Handling of Abnormally High Latency:</strong> Previously, any test response that took longer than 7 seconds could trigger injection detection. Extremely long responses caused by parsing complexity could incorrectly trigger detections. The platform now requires latency increases to remain within a defined range to qualify for injection detection, reducing false positives. Extremely high latency scenarios will be evaluated under a <strong>dedicated detection category</strong>.</p>
</li>
<li>
<p><strong>Removal of Error-Based Injection Detections:</strong> Server errors returned during injection tests previously triggered low-severity detections. Based on further analysis, these signals are now removed from injection testing and will be evaluated under <strong>a separate category focused on malformed input handling</strong>.</p>
</li>
</ul>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="support-for-request-body-in-get-and-delete-endpoints">Support for Request Body in GET and DELETE Endpoints<a href="https://docs.apisecapps.com/blog/march-2026#support-for-request-body-in-get-and-delete-endpoints" class="hash-link" aria-label="Direct link to Support for Request Body in GET and DELETE Endpoints" title="Direct link to Support for Request Body in GET and DELETE Endpoints">​</a></h3>
<p>Some APIs require a <strong>request body for GET or DELETE endpoints</strong>, which is uncommon but supported in certain implementations. Previously, these requests could fail during testing because the request body was not transmitted correctly.</p>
<p>The platform now supports <strong>request bodies for GET and DELETE endpoints</strong>, ensuring APIs using this pattern can be tested accurately and behave consistently with tools like Postman. This improvement allows these endpoints to be validated successfully during security scans.</p>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7310--march-03-2026-">NG Production Release Update - APIsec_cloud_7.3.1.0 ( March 03, 2026 )<a href="https://docs.apisecapps.com/blog/march-2026#ng-production-release-update---apisec_cloud_7310--march-03-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.3.1.0 ( March 03, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.3.1.0 ( March 03, 2026 )">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ai-powered-business-flow-analysis-from-api-documentation">AI-Powered Business Flow Analysis from API Documentation<a href="https://docs.apisecapps.com/blog/march-2026#ai-powered-business-flow-analysis-from-api-documentation" class="hash-link" aria-label="Direct link to AI-Powered Business Flow Analysis from API Documentation" title="Direct link to AI-Powered Business Flow Analysis from API Documentation">​</a></h3>
<p>Understanding how endpoints within an API work together to support real business actions is challenging, especially across large specifications. Security teams have the docs, but translating them into user workflows takes time and deep domain knowledge.</p>
<p>AI-powered Business Flow Analysis automatically analyzes your API documentation to identify and visualize the logical flows behind real application behavior. This enables teams to see how endpoints connect to support real-world actions, not just review them in isolation.</p>
<p><strong>Automatically Discover How Your Endpoints Work Together</strong></p>
<ol>
<li>
<p>Instead of reviewing endpoints one by one, the platform now analyzes your API specification to automatically derive business-level workflows.</p>
</li>
<li>
<p>Each flow clearly shows the sequence of API calls required to complete a real user action.</p>
</li>
</ol>
<p>This helps answer common questions teams face during onboarding or testing:</p>
<ul>
<li>Which endpoints are part of the login flow?</li>
<li>What sequence of calls creates a new resource?</li>
<li>Which endpoint returns identifiers used by the next call in the sequence?</li>
</ul>
<p>The platform automatically connects these steps so teams can quickly understand <strong>the business logic behind the API design</strong>.</p>
<p><strong>On-Demand AI Analysis</strong></p>
<p>Business flow analysis is initiated <strong>on demand</strong> to ensure efficient use of resources. Users can start the analysis by clicking <strong>"Start AI Analysis"</strong> in the Business Flows tab.
Once initiated, the platform analyzes the API specification and derives the underlying business workflows. Depending on the <strong>API's size and complexity</strong>, the analysis may take a few minutes to complete. This approach allows teams to run the analysis <strong>only when needed</strong>, while still benefiting from automated insights into their application's business logic.</p>
<p><strong>Why This Matters</strong></p>
<p>Security risks often occur not within a single API endpoint, but <strong>within the sequence of actions across multiple endpoints</strong>.
By automatically identifying these flows, teams gain a clearer understanding of how their APIs support real business operations, making it easier to analyze, test, and secure them.</p>
<p><strong>Coming Next: The Foundation for Business Logic Security Testing</strong></p>
<p>This capability is the baseline for an expanding set of business domain-aware test categories. Future releases will build on these discovered flows to test for security flaws at the business logic level — going beyond infrastructure vulnerabilities and individual endpoint checks to identify weaknesses in how your API behaves as a complete, working application.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="automatically-generated-bola-attack-scenarios">Automatically Generated BOLA Attack Scenarios<a href="https://docs.apisecapps.com/blog/march-2026#automatically-generated-bola-attack-scenarios" class="hash-link" aria-label="Direct link to Automatically Generated BOLA Attack Scenarios" title="Direct link to Automatically Generated BOLA Attack Scenarios">​</a></h3>
<p>Identifying the right endpoints, users, and attack scenarios for BOLA testing usually requires deep knowledge of an application's business logic. The platform now eliminates that barrier by automatically generating BOLA attack scenarios based on your discovered API structure and business flows.</p>
<p><strong>Test Real-World Authorization Risks Without Manual Setup</strong></p>
<p>BOLA remains one of the most critical and common API vulnerabilities, yet testing it has historically required deep familiarity with how an API manages user-owned resources. The platform removes that barrier by analyzing API behavior and automatically recommending ready-to-use scenarios. For example:</p>
<ul>
<li><strong>User A (Owner)</strong> creates a resource.</li>
<li><strong>User B (Attacker)</strong> attempts to access, modify, or delete that resource.</li>
</ul>
<p>These simulated attacker attempts help determine whether the API correctly enforces authorization boundaries between users.</p>
<p><strong>Guided Scenario Selection</strong></p>
<p>The interface presents recommended scenarios grouped by resource type. Users can easily:</p>
<ul>
<li>Review the recommended attack scenarios.</li>
<li>Select which scenarios to import into the BOLA configuration.</li>
</ul>
<p>This makes it easy to quickly enable meaningful authorization testing without manually constructing attack sequences.</p>
<p><strong>Why This Matters</strong></p>
<p>BOLA remains one of the most <strong>common and critical API vulnerabilities</strong>. Detecting it often requires simulating how different users interact with the same resource across multiple endpoints.</p>
<p>With automatic scenario creation, teams can start testing these risks immediately, even if they are unfamiliar with the API's internal design.</p>
<p><strong>Coming Next:</strong></p>
<p>Future enhancements will further streamline the experience by automatically enabling scenarios that pass Dry Run validation, surfacing missing configuration details when validation fails, and providing clearer guidance to complete setup — moving teams from manual configuration toward intelligent, guided authorization testing.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-mulesoft-api-integration-for-complete-api-discovery">Improved MuleSoft API Integration for Complete API Discovery<a href="https://docs.apisecapps.com/blog/march-2026#improved-mulesoft-api-integration-for-complete-api-discovery" class="hash-link" aria-label="Direct link to Improved MuleSoft API Integration for Complete API Discovery" title="Direct link to Improved MuleSoft API Integration for Complete API Discovery">​</a></h3>
<p>Organizations using MuleSoft often organize their APIs across multiple files and asset types. This could previously result in applications being onboarded with missing or incomplete endpoints, limiting security teams' ability to test with confidence. This release improves the <strong>MuleSoft integration</strong> to ensure APIs registered through the MuleSoft Exchange are imported completely and accurately.</p>
<p><strong>More Reliable Endpoint Discovery</strong></p>
<ul>
<li>APIs onboarded through MuleSoft now include all endpoints defined in the specification.</li>
<li>Fragmented specifications are automatically resolved.</li>
<li>Applications are less likely to appear with missing or incomplete endpoints.</li>
</ul>
<p>This ensures security scans cover the entire API surface, giving teams a more reliable inventory of their APIs</p>
<p><strong>Flexible Specification Selection for Reload</strong></p>
<p>When reloading API specifications from MuleSoft, users can now choose their preferred asset type, <strong>OAS</strong> or <strong>RAML</strong>, both for <strong>on-demand reloads and scheduled auto-reloads</strong>.</p>
<p>This flexibility helps teams capture additional resources when APIs are distributed across multiple specification files.</p>
<p><strong>Why This Matters</strong></p>
<p>Incomplete API imports can lead to <strong>missing endpoints and reduced security coverage</strong>. By improving how MuleSoft specifications are detected and processed, this update ensures teams can onboard APIs with <strong>greater accuracy and confidence</strong>, enabling more complete security testing.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="uiux-improvements">UI/UX Improvements<a href="https://docs.apisecapps.com/blog/march-2026#uiux-improvements" class="hash-link" aria-label="Direct link to UI/UX Improvements" title="Direct link to UI/UX Improvements">​</a></h3>
<p>This release introduces a <strong>standardized UI theme</strong> that will serve as the design baseline across the platform. The update focuses on improving visual clarity and consistency while reducing overly bright or distracting colors. Key improvements include:</p>
<ul>
<li><strong>Standardized theme</strong> to establish a consistent design foundation across the product</li>
<li><strong>Improved table styling</strong> for better readability and structure</li>
<li><strong>Refined badge designs</strong> to provide clearer status indicators</li>
<li><strong>Updated tab styling</strong> for more intuitive navigation</li>
<li><strong>Enhanced sidebar layout</strong> for improved usability and visual clarity</li>
</ul>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="issue-fixes-and-improvements">Issue Fixes and Improvements<a href="https://docs.apisecapps.com/blog/march-2026#issue-fixes-and-improvements" class="hash-link" aria-label="Direct link to Issue Fixes and Improvements" title="Direct link to Issue Fixes and Improvements">​</a></h3>
<p>This release also includes several fixes to improve API onboarding reliability, parameter handling, and scan execution stability.</p>
<p><strong>Improved Handling of Array Objects in Request Bodies</strong></p>
<p>When APIs contained arrays of objects in request examples, the platform previously generated parameters only for the first object in the array. This could lead to incomplete parameter coverage during testing. The platform now preserves <strong>all objects within JSON arrays</strong> and applies variable placeholders to each object individually, ensuring more accurate parameter generation for complex request bodies.</p>
<p><strong>Resolved Instance Creation Failures Caused by Spec Parsing</strong></p>
<p>In some cases, creating an application instance or re-importing a specification would fail due to parsing issues in the API specification. These parsing issues have been addressed, ensuring that applications and instances can now be created reliably from valid OpenAPI specifications.</p>
<p><strong>Improved API Registration for Invalid or Large Parameters</strong></p>
<p>Certain APIs failed to register due to issues in the OpenAPI specification, such as <strong>missing parameter names or excessively large parameter identifiers</strong>. The platform now sanitizes these specifications during import by <strong>skipping variable creation for parameters without names</strong> and <strong>limiting the number of variables created in a single batch</strong> to prevent exceeding <strong>item size limits and excessive attribute growth</strong>.</p>
<p><strong>Improved Endpoint Readiness Evaluation During Dry Run</strong></p>
<p>When multiple Dry Run iterations were executed for an endpoint, the platform could incorrectly mark the endpoint as not ready for testing if an earlier iteration returned an error—even when a later request succeeded. The readiness evaluation logic has been improved to <strong>review all Dry Run responses and prioritize successful responses (HTTP 2xx)</strong> when determining the final readiness status.</p>
<p><strong>Improved Stability for GraphQL Scan Execution</strong></p>
<p>Some GraphQL scans failed due to a missing Dry Run context during test execution. The scanning service now consistently injects the required Dry Run context <strong>during scan execution</strong>, preventing errors and allowing scans to complete successfully.</p>
<p><strong>Resolved False Positive Access Errors After User Deletion</strong></p>
<p>Previously, if a user who marked a vulnerability as a <strong>false positive</strong> was deleted from the tenant, the platform could not retrieve the associated user information, causing errors when viewing or revoking the false positive. The platform now displays <strong>"Deleted User"</strong> in the <em>Marked By</em> field when the original user account no longer exists.</p>
<p><strong>Improved Azure APIM Connection Error Handling</strong></p>
<p>Testing Azure API Management connections previously returned a generic error when incorrect credentials were provided. The platform now surfaces clearer error responses when the <strong>Client ID does not exist in the specified Azure tenant or when permissions are misconfigured</strong>, helping users quickly identify and correct configuration issues</p>
<hr>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[February]]></title>
            <link>https://docs.apisecapps.com/blog/feb-2026</link>
            <guid>https://docs.apisecapps.com/blog/feb-2026</guid>
            <pubDate>Wed, 18 Feb 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud7.2.1.0 ( February 18, 2026 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7210--february-18-2026-">NG Production Release Update - APIsec_cloud_7.2.1.0 ( February 18, 2026 )<a href="https://docs.apisecapps.com/blog/feb-2026#ng-production-release-update---apisec_cloud_7210--february-18-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.2.1.0 ( February 18, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.2.1.0 ( February 18, 2026 )">​</a></h2>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improved-reset-password-flow--fewer-blocked-users-faster-access">Improved Reset Password Flow – Fewer Blocked Users, Faster Access<a href="https://docs.apisecapps.com/blog/feb-2026#improved-reset-password-flow--fewer-blocked-users-faster-access" class="hash-link" aria-label="Direct link to Improved Reset Password Flow – Fewer Blocked Users, Faster Access" title="Direct link to Improved Reset Password Flow – Fewer Blocked Users, Faster Access">​</a></h3>
<p>If you've received a message like "I never got the temporary password - what do I do now?", this update is for you.</p>
<p><strong>What was happening before</strong></p>
<p>When a new user signed up but didn’t log in right away:</p>
<p>Their account remained in a "force change password" state.</p>
<ul>
<li>If the temporary password email was lost or expired, they couldn't use the standard <strong>Forgot Password</strong> option.</li>
<li>The system would silently reject the request.</li>
<li>The user was effectively locked out, and the CS team had to step in manually.</li>
</ul>
<p>This resulted in:</p>
<ul>
<li>Delays in getting the platform access</li>
<li>Repeated support requests</li>
<li>Manual intervention just to unblock basic login access</li>
</ul>
<p><strong>What's improved</strong></p>
<p>New users can now request a <strong>Reset Password link</strong>, even if they never logged in with their original temporary password.</p>
<p>That means:</p>
<ul>
<li>If the welcome email was missed, deleted, or expired, users can recover on their own.</li>
<li>No more silent failures when using "Forgot Password."</li>
<li>No need for admins to manually recreate accounts just to unblock someone.</li>
</ul>
<p>In practical terms:</p>
<ul>
<li>Account Recovery becomes smoother.</li>
<li>Security teams avoid unnecessary access delays.</li>
<li>Application owners spend less time troubleshooting first-login issues.</li>
<li>Security posture is maintained.</li>
</ul>
<p>Users are still required to set their own password securely. The only difference is that they are no longer blocked by their account's technical state. Password changes can be managed directly from their profile settings after login.</p>
<p>Why this matters</p>
<p>This update removes a common first-day frustration:</p>
<p>"I signed up, but can't get in."</p>
<p>Now users can regain access independently, and teams can focus on productive work instead of resolving edge cases in account state.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="continuous-endpoint-readiness-validation--always-know-the-current-state-without-manual-checks">Continuous Endpoint Readiness Validation — Always Know the Current State, Without Manual Checks<a href="https://docs.apisecapps.com/blog/feb-2026#continuous-endpoint-readiness-validation--always-know-the-current-state-without-manual-checks" class="hash-link" aria-label="Direct link to Continuous Endpoint Readiness Validation — Always Know the Current State, Without Manual Checks" title="Direct link to Continuous Endpoint Readiness Validation — Always Know the Current State, Without Manual Checks">​</a></h3>
<p>If you manage API security at scale, you've likely run into this situation:</p>
<ul>
<li>Credentials were updated.</li>
<li>Payloads were refined.</li>
<li>Parameters were corrected.</li>
<li>A scan was executed.</li>
</ul>
<p>And then the question arises:</p>
<p>"What's the current readiness state of my endpoints?"</p>
<p>Previously, answering that question often required manual effort.</p>
<p><strong>The Challenge Teams Faced</strong></p>
<p>Endpoint readiness was validated automatically only during specific setup moments, like:</p>
<ul>
<li>Immediately after instance creation</li>
<li>When authentication credentials were created</li>
</ul>
<p>While helpful, this approach created a gap in day-to-day workflows.</p>
<p><strong>Readiness didn't Always Reflect the Latest Configuration.</strong></p>
<p>In real environments:</p>
<ul>
<li>Credentials evolve.</li>
<li>Privilege levels change.</li>
<li>Parameters and payloads are adjusted.</li>
<li>Authentication strategies are refined.</li>
</ul>
<p>However, the readiness status reflected only the last Dry Run during setup, not necessarily the most recent working configuration.</p>
<p>To truly understand the latest readiness state, users often had to:</p>
<ul>
<li>Manually navigate to endpoints</li>
<li>Trigger Dry Run again</li>
<li>Revalidate authentication and payloads</li>
<li>Reconfirm which credential worked</li>
</ul>
<p>This manual loop became especially burdensome in large applications.</p>
<p><strong>What's Improved</strong></p>
<p>Readiness validation is now built directly into scan execution.</p>
<p>Every time you run a scan:</p>
<ul>
<li>The platform validates endpoint reachability.</li>
<li>Authentication is verified using the active configuration.</li>
<li>Request structure and expected response behavior are checked.</li>
<li>Readiness status is automatically updated based on successful validation.</li>
</ul>
<p>No additional manual action required.</p>
<p><strong>What This Means for You</strong></p>
<p><strong>Readiness Always Reflects the Most Recent Scan</strong></p>
<p>You no longer need to manually re-trigger Dry Run to understand current readiness.</p>
<p>If an endpoint validates successfully during a scan, its readiness status is updated automatically.</p>
<p><strong>Reduced Manual Intervention at Scale</strong></p>
<p>For applications with:</p>
<ul>
<li>Hundreds of endpoints</li>
<li>Multiple authentication strategies</li>
<li>Iterative payload refinement</li>
</ul>
<p>You no longer need to perform endpoint-by-endpoint validation just to understand coverage readiness.</p>
<p><strong>What Remains Available</strong></p>
<p>Manual Dry Run is still available for:</p>
<ul>
<li>Troubleshooting specific endpoints</li>
<li>Fine-tuning parameters</li>
<li>Investigating unexpected responses</li>
</ul>
<p>But it’s no longer required just to maintain an accurate readiness picture.</p>
<p><strong>Why This Matters</strong></p>
<p>Security and application teams need a dependable, up-to-date view of scan readiness, especially after making changes.</p>
<p>Now, readiness status is continuously aligned with real scan execution.</p>
<p>You can trust that what you see reflects the most recent, working configuration without extra manual effort to confirm it.</p>
<p><strong>Coming Next: Preserving the Last Successful Readiness State</strong></p>
<p>We are introducing an improved readiness model that preserves the <strong>Last Known Good</strong> validation state.</p>
<p>Instead of just two states: Ready for Deep Coverage and Ready for Testing, there will now be a third, more informative state:</p>
<p>Currently Not Ready for Deep Coverage</p>
<p>This means:</p>
<ul>
<li>The endpoint was successfully validated previously.</li>
<li>It is not currently passing validation.</li>
<li>A configuration or credential change likely affected it.</li>
</ul>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="improvements-to-endpoint-readiness-accuracy">Improvements to Endpoint Readiness Accuracy<a href="https://docs.apisecapps.com/blog/feb-2026#improvements-to-endpoint-readiness-accuracy" class="hash-link" aria-label="Direct link to Improvements to Endpoint Readiness Accuracy" title="Direct link to Improvements to Endpoint Readiness Accuracy">​</a></h3>
<p>As part of continuous readiness validation improvements, we addressed two scenarios that were quietly causing confusion for users trying to determine whether an endpoint was truly testable.</p>
<p>These issues weren't about dry-run capability; they were about visibility and clarity.</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="large-response-handling--no-more-silent-readiness-gaps">Large Response Handling — No More Silent Readiness Gaps<a href="https://docs.apisecapps.com/blog/feb-2026#large-response-handling--no-more-silent-readiness-gaps" class="hash-link" aria-label="Direct link to Large Response Handling — No More Silent Readiness Gaps" title="Direct link to Large Response Handling — No More Silent Readiness Gaps">​</a></h3>
<p>For endpoints that return very large response bodies, Dry Run results sometimes failed to update the readiness status correctly.</p>
<p>In practice, this meant:</p>
<p>● The endpoint might respond successfully.<br>
<!-- -->● Authentication might work correctly.<br>
<!-- -->● The HTTP status might be valid.<br>
<!-- -->● But readiness wouldn't update as expected.</p>
<p>For teams onboarding APIs that return large payloads, such as bulk data endpoints or reporting APIs, this created unnecessary doubt:</p>
<p>"The endpoint works. Why isn't it marked as testable?"</p>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="whats-improved">What's improved<a href="https://docs.apisecapps.com/blog/feb-2026#whats-improved" class="hash-link" aria-label="Direct link to What's improved" title="Direct link to What's improved">​</a></h3>
<p>● Large responses are now handled gracefully.<br>
<!-- -->● Essential validation signals are preserved even if the response body is truncated.<br>
<!-- -->● Readiness updates correctly after Dry Run.<br>
<!-- -->● Users are clearly informed when a response has been truncated.</p>
<p>This ensures readiness reflects actual behavior, not payload size.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="correct-interpretation-of-error-fields--no-more-false-failures">Correct Interpretation of Error Fields — No More False Failures<a href="https://docs.apisecapps.com/blog/feb-2026#correct-interpretation-of-error-fields--no-more-false-failures" class="hash-link" aria-label="Direct link to Correct Interpretation of Error Fields — No More False Failures" title="Direct link to Correct Interpretation of Error Fields — No More False Failures">​</a></h3>
<p>Some APIs include an <span class="word-chip">error</span> field in the response body, even when the HTTP status is 200 OK and <span class="word-chip">error = false.</span></p>
<p>Previously, the presence of the keyword "error" could be misinterpreted as a failure, even when the endpoint executed successfully.</p>
<p>For security and platform teams, this led to confusing outcomes:</p>
<ul>
<li>Successful endpoints marked as not testable</li>
<li>Time spent rechecking configurations unnecessarily</li>
<li>Difficulty explaining readiness states to stakeholders</li>
</ul>
<p><strong>What's improved</strong></p>
<ul>
<li>Endpoints returning HTTP 200 with <span class="word-chip">error = false </span> are now correctly marked as testable.</li>
<li>Only genuine error responses trigger a failed readiness state.</li>
<li>Readiness logic aligns with actual API behavior—not keyword presence.</li>
</ul>
<p>This eliminates false negatives and reduces troubleshooting overhead.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="rbac--access-control--consistency-and-permission-integrity-improvements">RBAC &amp; Access Control – Consistency and Permission Integrity Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#rbac--access-control--consistency-and-permission-integrity-improvements" class="hash-link" aria-label="Direct link to RBAC &amp; Access Control – Consistency and Permission Integrity Improvements" title="Direct link to RBAC &amp; Access Control – Consistency and Permission Integrity Improvements">​</a></h3>
<p>We've implemented a set of improvements focused on RBAC accuracy, permission consistency, and reducing unexpected behavior when managing access at scale.</p>
<p>These updates ensure that access controls reflect your current API design and user entitlements, without hidden inheritance or inconsistent enforcement.</p>
<p><strong>Endpoints Re-Added After Deletion Now Require Fresh RBAC Evaluation</strong></p>
<p>Previously, when an endpoint was deleted and later reintroduced (via spec reload, manual addition, or discovery), it retained its prior RBAC permissions.</p>
<p>While the endpoint itself was recreated correctly, its historical permission state persisted. In scenarios where:</p>
<ul>
<li>Access rules had changed,</li>
<li>Teams were restructured,</li>
<li>Roles were updated,</li>
<li>Or the endpoint was redesigned,</li>
</ul>
<p>This could lead to outdated permissions being silently reapplied.</p>
<p><strong>What's Improved</strong></p>
<p>When an endpoint is re-added:</p>
<p>It is treated as a new endpoint.</p>
<p>No previous RBAC permissions are inherited.</p>
<ul>
<li>The endpoint enters an <strong>Inconclusive</strong> state.</li>
<li>A fresh RBAC validation or map upload is required.</li>
</ul>
<p>This ensures that access control always reflects your current security intent, not a historical configuration.</p>
<p><strong>Dry Run Stability When Switching Consolidated View</strong></p>
<p>Switching the consolidated view toggle during a Dry Run execution previously triggered a new Dry Run unexpectedly.</p>
<p>This could create:</p>
<ul>
<li>Duplicate validations</li>
<li>Unnecessary execution cycles</li>
<li>Confusion during troubleshooting</li>
</ul>
<p>The toggle now behaves predictably without triggering unintended re-executions.</p>
<p><strong>Team-Based Edit Permissions Now Fully Support Instance-Level Header Management</strong></p>
<p>Previously, users granted <strong>Edit access via Teams</strong> could not manage instance-level headers even though users with direct Edit sharing could.</p>
<p>This created inconsistent permission behavior and limited configuration control for team-managed applications.</p>
<p><strong>What's Improved</strong></p>
<p>Users with Edit permissions, regardless of whether access is granted directly or via team, can now:</p>
<ul>
<li>Create instance-level headers</li>
<li>Modify instance-level headers</li>
<li>Fully manage application configuration as expected</li>
</ul>
<p><strong>Consistent "Access Denied" Messaging for View-Only Users</strong></p>
<p>Users with View-only access (via team sharing) were correctly restricted from modifying RBAC permissions, but the error message displayed was inconsistent.</p>
<p>Instead of a clear permission message, users saw a generic configuration failure.</p>
<p><strong>What's Improved</strong></p>
<p>When a user without edit privileges attempts to modify RBAC:</p>
<p>They now see:</p>
<p>"Access Denied. Insufficient permissions to perform operation. Please contact your Administrator."</p>
<p>This aligns RBAC messaging with other protected actions across the platform and removes ambiguity.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="gateway--integration-stability-improvements">Gateway &amp; Integration Stability Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#gateway--integration-stability-improvements" class="hash-link" aria-label="Direct link to Gateway &amp; Integration Stability Improvements" title="Direct link to Gateway &amp; Integration Stability Improvements">​</a></h3>
<p>We've resolved several integration behaviors that affected onboarding reliability and connection status visibility.</p>
<p><strong>Azure Gateway – Credential Updates Now Restore Offline Connections</strong></p>
<p>Updating credentials for an offline Azure connection previously did not restore the connection to an online state.</p>
<p>This created uncertainty around:</p>
<ul>
<li>Whether credentials were valid</li>
<li>Whether reconfiguration was required</li>
</ul>
<p>Connections now correctly transition to <strong>online</strong> once valid credentials are updated.</p>
<p><strong>Postman Gateway – Connection Type Behavior Aligned with UI Selection</strong></p>
<p>When “Make Connection Private” was not enabled, connections were still being created as private.</p>
<p>This mismatch between UI intent and system behavior has been corrected.</p>
<p>Connection type now accurately reflects the selected configuration.</p>
<p><strong>AWS API Gateway – Multi-Region Auto-Onboarding Reliability Improved</strong></p>
<p>Scheduled auto-onboarding using AWS Central Role ARN previously iterated through multiple accounts but did not consistently onboard APIs across multiple regions.</p>
<p>Multi-region onboarding reliability has been improved to ensure broader and more predictable API discovery across accounts and regions.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="bola-scenario--execution-improvements">BOLA Scenario &amp; Execution Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#bola-scenario--execution-improvements" class="hash-link" aria-label="Direct link to BOLA Scenario &amp; Execution Improvements" title="Direct link to BOLA Scenario &amp; Execution Improvements">​</a></h3>
<p>Several improvements were made to enhance clarity and reliability in BOLA (Broken Object Level Authorization) testing workflows.</p>
<p><strong>BOLA Scenario Setup No Longer Stuck in Loading State</strong></p>
<p>In specific cases, BOLA setup remained in a loading loop due to header behavior (e.g., missing Accept header leading to unexpected content type responses).</p>
<p>The platform now handles these flows more predictably and reduces dependency on manual header adjustments during setup.</p>
<p><strong>BOLA Execution Logs – Accurate Status &amp; Correct Execution Order</strong></p>
<p>Previously:</p>
<ul>
<li>All execution logs could appear as failed—even if only one step failed.</li>
<li>Execution logs were displayed out of configured sequence.</li>
<li>Correlation IDs and authentication context were missing.</li>
</ul>
<p>Improvements ensure:</p>
<ul>
<li>Only genuinely failed steps are marked as failed.</li>
<li>Logs appear in the configured execution order.</li>
<li>Correlation identifiers and role context are properly reflected.</li>
<li>Evidence aligns with actual execution results.</li>
</ul>
<p>This significantly improves troubleshooting clarity during multi-step attack scenarios.</p>
<p><strong>BOLA Scenario Management Now Properly Restricted for View-Only Users</strong></p>
<p>Users with <strong>View-only access</strong> to an application (whether granted directly or via teams) were previously able to update or delete existing BOLA scenarios.</p>
<p>While View users were correctly restricted from creating new BOLA scenarios, they were not consistently restricted from modifying or deleting existing ones. This created a permission gap where users could alter security test configurations without having edit-level rights.</p>
<p><strong>What's Improved</strong></p>
<p>Users with View permissions can now:</p>
<ul>
<li>View BOLA scenarios</li>
<li>Review configuration details</li>
<li>Test BOLA scenarios</li>
</ul>
<p>But they <strong>cannot</strong>:</p>
<ul>
<li>Update BOLA scenarios</li>
<li>Delete BOLA scenarios</li>
</ul>
<p>This aligns BOLA scenario management with the intended RBAC model and ensures:</p>
<ul>
<li>Consistent enforcement of View vs Edit permissions</li>
<li>Protection against unintended modification of security test configurations</li>
<li>Clear separation between visibility and control</li>
</ul>
<p>Edit privileges are now required for all BOLA scenario management actions, regardless of whether access is granted directly or through a team.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="endpoint--variable-handling-improvements">Endpoint &amp; Variable Handling Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#endpoint--variable-handling-improvements" class="hash-link" aria-label="Direct link to Endpoint &amp; Variable Handling Improvements" title="Direct link to Endpoint &amp; Variable Handling Improvements">​</a></h3>
<p><strong>Duplicate Variable Key Errors Resolved</strong></p>
<p>Users encountered duplicate key parsing errors when:</p>
<ul>
<li>Updating endpoint environment variables</li>
<li>Working with Postman collection imports</li>
<li>Modifying body parameters</li>
<li>Reloading specs with retained configuration</li>
</ul>
<p>Variable parsing logic has been refined to prevent duplicate key conflicts and allow updates to proceed as expected.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="tenant--user-management-improvements">Tenant &amp; User Management Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#tenant--user-management-improvements" class="hash-link" aria-label="Direct link to Tenant &amp; User Management Improvements" title="Direct link to Tenant &amp; User Management Improvements">​</a></h3>
<p><strong>"Add User" Button Available Even When Tenant Has No Users</strong></p>
<p>When tenants are created without a primary contact:</p>
<ul>
<li>No users existed.</li>
<li>The Tenant Administrator could not see the “Add User” option.</li>
<li>User onboarding was blocked.</li>
</ul>
<p>The Add User option is now available even if no users currently exist in the tenant, removing onboarding deadlocks.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="dashboard-accuracy-improvements">Dashboard Accuracy Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#dashboard-accuracy-improvements" class="hash-link" aria-label="Direct link to Dashboard Accuracy Improvements" title="Direct link to Dashboard Accuracy Improvements">​</a></h3>
<p><strong>Homepage Instance Count Corrected</strong></p>
<p>An instance count discrepancy occurred when:</p>
<ul>
<li>An application without instances existed.</li>
<li>The homepage derived counts from paginated application responses.</li>
</ul>
<p>Counting logic has been corrected to prevent inflated totals.</p>
<p>As part of long-term improvements, instance counts will be sourced from the Analytics service for greater performance and reliability.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="scan-behavior-improvements--redirect-handling">Scan Behavior Improvements – Redirect Handling<a href="https://docs.apisecapps.com/blog/feb-2026#scan-behavior-improvements--redirect-handling" class="hash-link" aria-label="Direct link to Scan Behavior Improvements – Redirect Handling" title="Direct link to Scan Behavior Improvements – Redirect Handling">​</a></h3>
<p><strong>Tests Skipped When Redirected to a Different Host</strong>
When a request was redirected to a different host:</p>
<ul>
<li>Assertions were previously executed incorrectly..</li>
<li>Results could be misleading.</li>
<li>Request/response logs were unclear.</li>
</ul>
<p>Now:</p>
<ul>
<li>If redirected to a different host, tests are skipped.</li>
<li>Vulnerabilities are not filed in this scenario.</li>
<li>Clear messaging explains why the test was skipped.</li>
<li>If logs are available, guidance is provided for root cause validation.</li>
</ul>
<p>If the redirect remains within the same host but changes endpoint path, assertions still run—preserving detection of proxy or gateway misrouting scenarios.</p>
<p>This ensures that results reflect the intended API surface.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="hosted-agent-security-update">Hosted Agent Security Update<a href="https://docs.apisecapps.com/blog/feb-2026#hosted-agent-security-update" class="hash-link" aria-label="Direct link to Hosted Agent Security Update" title="Direct link to Hosted Agent Security Update">​</a></h3>
<p>We resolved a high-severity vulnerability related to JDK 17.0.17 in the on-premises Hosted Agent image.</p>
<p>Customers deploying hosted agents will receive an updated image with security improvements applied.</p>
<hr>
<h3 class="anchor anchorWithStickyNavbar_LWe7" id="ui-consistency-improvements">UI Consistency Improvements<a href="https://docs.apisecapps.com/blog/feb-2026#ui-consistency-improvements" class="hash-link" aria-label="Direct link to UI Consistency Improvements" title="Direct link to UI Consistency Improvements">​</a></h3>
<p>Several small but noticeable UI refinements have been made:</p>
<ul>
<li>Correct favicon displayed after SSO login (no longer inherits third-party branding).</li>
<li>Risk acceptance comments are preserved when updating acceptance dates.</li>
<li>Scrollbar styling is consistent across modes and resolutions, including dark mode.</li>
</ul>
<p>These refinements ensure visual consistency and prevent accidental data loss in workflow interactions.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[January]]></title>
            <link>https://docs.apisecapps.com/blog/january</link>
            <guid>https://docs.apisecapps.com/blog/january</guid>
            <pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Hotfix Release Update - APIseccloud7.1.1.1 ( January 21, 2026 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-hotfix-release-update---apisec_cloud_7111--january-21-2026-">NG Hotfix Release Update - APIsec_cloud_7.1.1.1 ( January 21, 2026 )<a href="https://docs.apisecapps.com/blog/january#ng-hotfix-release-update---apisec_cloud_7111--january-21-2026-" class="hash-link" aria-label="Direct link to NG Hotfix Release Update - APIsec_cloud_7.1.1.1 ( January 21, 2026 )" title="Direct link to NG Hotfix Release Update - APIsec_cloud_7.1.1.1 ( January 21, 2026 )">​</a></h2>
<p><strong>Azure API Management Integration: Improved Support for Granular Azure RBAC Scopes</strong></p>
<p>We resolved an issue that could prevent APIs discovered through the Azure API Management (APIM) integration from being displayed when using granular resource-scoped credentials.</p>
<p><strong>What was happening</strong></p>
<p>Azure Role-Based Access Control (RBAC) allows permissions to be granted at multiple hierarchy levels, including the <strong>Subscription, Resource Group, or individual resources</strong> (such as an APIM service). In this case, the integration was configured with credentials scoped directly to the APIM service resource rather than the resource group. This access model was intentionally chosen to restrict visibility to only specific resources. However, because APIsec previously relied on listing resource groups first, it could not traverse the hierarchy to locate the APIM service and enumerate APIs, even though valid access existed.</p>
<p><strong>What's fixed</strong></p>
<p>APIsec now supports this granular access model by:</p>
<ul>
<li>Discovering resources directly at the assigned scope level</li>
<li>Parsing resource metadata to identify the associated resource groups and APIM services</li>
<li>Traversing from those services to retrieve and onboard APIs correctly</li>
</ul>
<p>This approach enables API discovery to succeed even when credentials are narrowly scoped to specific APIM resources.</p>
<p><strong>Impact for customers</strong></p>
<ul>
<li>APIs can now be discovered and onboarded when credentials are scoped at the APIM service or other granular resource levels</li>
<li>No need to broaden permissions to the resource group or subscription level</li>
<li>Better alignment with least-privilege access models commonly used in enterprise Azure environments</li>
</ul>
<p>This enhancement ensures Azure APIM discovery works reliably across different RBAC scoping strategies while respecting customer security boundaries.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_7110--january-16-2026-">NG Production Release Update - APIsec_cloud_7.1.1.0 ( January 16, 2026 )<a href="https://docs.apisecapps.com/blog/january#ng-production-release-update---apisec_cloud_7110--january-16-2026-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_7.1.1.0 ( January 16, 2026 )" title="Direct link to NG Production Release Update - APIsec_cloud_7.1.1.0 ( January 16, 2026 )">​</a></h2>
<p>This release delivers targeted improvements that help security teams <strong>discover, test, and govern APIs more accurately,</strong> automate securely at scale, and reduce noise during access validation. It introduces an API discovery workflow that guides teams to build a complete and reliable API inventory using browser traffic, source code, or automated pipelines, ensuring APIs are identified as they actually exist before testing begins.</p>
<p>In addition, the release includes greater RBAC testing control, deterministic credential selection for BOLA scenarios, programmatic authentication management via application scopes, team-based access via API Tokens, and support for confidential instance-level headers. Together, these updates address common enterprise challenges such as incomplete API visibility, session-sensitive endpoints, scalable integrations, and sensitive data handling, making API security testing more predictable, reliable, and aligned with real-world operational needs.</p>
<p><strong>Guided API Discovery Workflow</strong></p>
<p>We have introduced a guided API discovery workflow designed to help administrators, application owners, and security teams build a complete, accurate API inventory without guesswork or trial-and-error. Instead of forcing you down a single path, the platform starts by understanding your reality—how your applications are built, what access you have, and which tools you can realistically use.</p>
<div style="margin-left:8px"><p><strong>What this means for you in practice:</strong></p><ul>
<li>
<p><strong>No more one-size-fits-all discovery</strong></p>
<p>Whether you manage microservices, legacy systems, hybrid architectures, or something hard to describe, the workflow adapts to your environment.</p>
</li>
<li>
<p><strong>Clear guidance, not assumptions</strong></p>
<p>The system asks practical questions about code access, browser access, CI/CD pipelines, and teams you can collaborate with, then uses those answers to recommend the most effective discovery options.</p>
</li>
<li>
<p><strong>Multiple ways to find APIs, not just one</strong></p>
<p>Based on your situation, you are guided toward the right mix of discovery methods:</p>
<ul>
<li>
<p><strong>APIsec BOLT (<a href="https://chromewebstore.google.com/detail/pahogphomhkblammgnlnlgpiifkbfldi?utm_source=item-share-cb" target="_blank" rel="noopener noreferrer">Browser-Based Discovery</a>)</strong></p>
<p>Discover APIs directly from live application traffic. By simply navigating your application in a browser, BOLT captures real API traffic, identifies endpoints and behaviors, and generates accurate OpenAPI specifications—no proxies, agents, or configuration required.</p>
</li>
<li>
<p><strong>Code Discovery via VCS (<a href="https://github.com/marketplace/actions/code-discovery-api-discovery" target="_blank" rel="noopener noreferrer">GitHub Actions</a>)</strong></p>
<p>Uncover APIs directly from source code within your development workflow. Code Discovery scans repositories to generate OpenAPI specifications, supports common frameworks in Java, Python, and .NET, and integrates seamlessly with GitHub pull requests to keep API visibility aligned with code changes.</p>
</li>
<li>
<p><strong><a href="https://pypi.org/project/code-discovery/" target="_blank" rel="noopener noreferrer">Code Discovery CLI</a></strong></p>
<p>Built for automated, large-scale, or CI/CD-driven environments. The CLI enables repeatable API discovery across repositories, helping teams continuously track APIs as systems evolve and ensuring discovery scales with development.</p>
</li>
</ul>
</li>
<li>
<p><strong>Built for real-world constraints</strong></p>
<p>Even if you have only limited access, such as a browser and production credentials, the workflow helps you move forward rather than block progress.</p>
</li>
<li>
<p><strong>Confidence you're not missing anything</strong></p>
<p>By encouraging complementary discovery methods, the experience helps uncover undocumented, shadow, or forgotten APIs that often slip through the cracks.</p>
</li>
</ul><p><strong>Why this matters</strong></p><p>Whether you are a security team reducing blind spots, an application owner onboarding APIs quickly, or a platform team building repeatable workflows, these discovery options adapt to how you work today. You can capture APIs from live usage, extract them from code, or automate discovery in GitHub, then send everything directly into APIsec for security testing. The result is a more complete API inventory, fewer surprises, and faster, more confident security coverage.</p></div>
<p><strong>Exclude Specific Endpoints from RBAC Testing</strong></p>
<p>If you manage APIs with session-sensitive endpoints, such as logout, token revocation, or session invalidation, you can now <strong>exclude those endpoints from RBAC access checks.</strong></p>
<p>Previously, RBAC testing evaluated every configured endpoint. For some APIs, this meant that logout endpoints were executed during access checks, unintentionally invalidating sessions mid-test and causing unrelated endpoints to appear inaccessible. This made RBAC maps inaccurate, misleading, and time-consuming to validate.</p>
<div style="margin-left:8px"><p><strong>With this enhancement:</strong></p><ul>
<li>You can explicitly exclude selected endpoints from RBAC testing.</li>
<li>RBAC results reflect true authorization behavior, not side effects of session invalidation.</li>
<li>Teams spend less time debugging false negatives and more time validating real access risks.</li>
</ul><p>This is especially valuable for applications with complex session management or concurrent role testing.</p></div>
<p><strong>Deterministic Credential Selection for BOLA Create Scenarios</strong></p>
<p>Testing BOLA vulnerabilities in real-world APIs often requires creating resources with the correct identity, especially in multi-tenant or role-segmented environments. This update gives you explicit control over which credential is used to create the initial resource in a BOLA create scenario.</p>
<p>Previously, the platform automatically selected a creator credential. In APIs where payloads, headers, or parameters include user- or tenant-specific identifiers, this could lead to inconsistent results or failed scenarios simply because the wrong credential was used.</p>
<div style="margin-left:8px"><p><strong>With this update:</strong></p><ul>
<li>You can explicitly choose which role or credential creates the resource.</li>
<li>BOLA test execution becomes deterministic and repeatable across runs.</li>
<li>Existing scenarios that rely on dynamic or “any credential” selection continue to work as before.</li>
</ul><p>The result is more reliable BOLA testing with fewer failures, clearer findings, and greater confidence that detected issues reflect real authorization risks rather than setup inconsistencies.</p></div>
<p><strong>Manage Authentication Programmatically Using Application Scopes</strong></p>
<p>If you rely on automation or CI/CD pipelines, you can now <strong>create, update, list, and test authentication credentials using API Tokens</strong>, governed by existing application-level scopes.</p>
<p>Authentication is essential for running meaningful security scans, yet until now, managing credentials often required manual UI interaction. This enhancement enables secure, scoped automation without introducing new or confusing permission models.</p>
<div style="margin-left:8px"><p><strong>What this means for you:</strong></p><ul>
<li>Integrations can manage authentication credentials end-to-end.</li>
<li>Access is controlled using familiar application scopes.</li>
<li>Teams can automate authenticated scanning without compromising security boundaries.</li>
</ul><p>This makes onboarding, credential rotation, and validation easier to operationalize at scale.</p></div>
<p><strong>Team-Based Access via API Tokens</strong></p>
<p>For organizations structured around teams rather than individual applications, integrations can now operate at the team level rather than per application.</p>
<div style="margin-left:8px"><ul>
<li>API Tokens can now be granted read-only access to:<!-- -->
<ul>
<li>Discover teams within a business unit.</li>
<li>Retrieve applications associated with a team.</li>
<li>Correlate application data with team ownership.</li>
</ul>
</li>
</ul><p>This enables cleaner, more scalable integrations—especially for external platforms that aggregate or analyze security data—while preserving strict access controls.</p><p>The result is fewer integrations to manage, clearer ownership mapping, and simpler automation across large portfolios.</p></div>
<p><strong>Confidential Instance-Level Headers</strong></p>
<p>Some APIs require mandatory headers, such as API keys, for all requests, even during unauthenticated scans. You can now mark instance-level headers as <strong>confidential</strong>, ensuring sensitive values remain protected while still enabling accurate security testing.</p>
<div style="margin-left:8px"><ul>
<li><strong>With this enhancement:</strong>
<ul>
<li>Confidential headers are applied during scans and vulnerability detection.</li>
<li>Sensitive values are hidden from endpoint details, logs, and other users.</li>
<li>False positives caused by missing required headers are eliminated without exposing secrets.</li>
<li>Confidential header masking has also been implemented across all Dry Run workflows, ensuring sensitive values are protected during:<!-- -->
<ul>
<li>Endpoint-level Dry Runs</li>
<li>Test Credentials</li>
<li>RBAC checks</li>
<li>BOLA scenarios</li>
</ul>
</li>
</ul>
</li>
</ul><p>This allows teams to maintain strong data confidentiality while ensuring APIs are tested realistically—a common requirement in regulated and security-sensitive environments.</p></div>
<p><strong>Bug Fixes &amp; Reliability Improvements:</strong></p>
<ul>
<li>
<p><strong>OAuth2 Authentication Test URL Accuracy</strong></p>
<p>Resolved an issue where the Test Authentication results for OAuth2 displayed an incorrect authentication URL due to authentication resolution failure. The platform now consistently shows the actual endpoint used during token resolution, ensuring users can accurately validate and troubleshoot authentication flows without confusion.</p>
</li>
<li>
<p><strong>MuleSoft Integration Stability Improvements</strong></p>
<p>Enhanced MuleSoft API onboarding to intelligently fall back from FAT-OAS to standard OAS when FAT-OAS is unavailable. This fix addresses onboarding failures experienced by some customers and ensures that APIs can be reliably discovered and registered across different MuleSoft configurations.</p>
</li>
<li>
<p><strong>Reload Spec Endpoint Deduplication</strong></p>
<p>Corrected an issue where Reload Spec did not properly handle endpoint group duplication. Reloading specifications now behaves as expected, removing obsolete endpoints without introducing duplicates and keeping application inventories clean and consistent.</p>
</li>
<li>
<p><strong>Hosted Agent Security Hardening</strong></p>
<p>Applied additional security improvements to the Hosted Agent to align with security best practices. These changes enhance the overall security posture without impacting existing workflows.</p>
</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[December]]></title>
            <link>https://docs.apisecapps.com/blog/december</link>
            <guid>https://docs.apisecapps.com/blog/december</guid>
            <pubDate>Fri, 12 Dec 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud6.12.2.0 ( December 30, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61220--december-30-2025-">NG Production Release Update - APIsec_cloud_6.12.2.0 ( December 30, 2025 )<a href="https://docs.apisecapps.com/blog/december#ng-production-release-update---apisec_cloud_61220--december-30-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.12.2.0 ( December 30, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.12.2.0 ( December 30, 2025 )">​</a></h2>
<p>This release delivers a set of enhancements and fixes focused on <strong>secure onboarding</strong>, <strong>access governance</strong>, and <strong>testing accuracy</strong>. Authentication handling has been improved with automatic extraction of authentication credentials from Postman Collections, greater control over authentication selection during Dry Runs, and clearer validation outcomes to prevent misleading test results.</p>
<p>Access management has been strengthened through multi-user application access controls, enabling administrators to manage permissions at scale with better visibility and flexibility. RBAC-related improvements enhance both the accuracy of access validation and the clarity of security findings.</p>
<p>Operational reliability has also been improved through fixes to endpoint detection, expanded activity logging for automated onboarding, improved execution logs, and tighter security controls across UI and authentication workflows. Together, these updates reduce manual overhead, enhance trust in scan results, and reinforce the platform's overall security posture.</p>
<p><strong>1. Automatic Authentication Extraction from Postman Collections</strong></p>
<p>Onboarding APIs from Postman Collections is now faster and more streamlined. The platform automatically extracts authentication details from a Postman Collection and configures them during application onboarding, significantly reducing manual configuration and setup time.</p>
<ul>
<li>
<p><strong>What's supported:</strong></p>
<ul>
<li><strong>Basic Authentication</strong> and <strong>OAuth (Client Credentials grant type only)</strong> are automatically detected and configured after the instance is created.</li>
<li><strong>Multiple authentication configurations</strong> defined in a Postman Collection are extracted and configured for the same application.</li>
<li>If Basic Authentication credentials are defined directly in request headers, they are recognized and configured as <strong>Basic Authentication</strong> in APIsec.</li>
<li>If a <strong>Bearer token</strong> or any other authentication header is present in the request headers, it is captured and configured using the <strong>"API Key"</strong> authentication type.</li>
</ul>
</li>
<li>
<p><strong>Custom authentication handling:</strong> More complex authentication flows—such as multi-step token generation or substituting response values into headers other than <span class="word-chip">Authorization</span> —require <strong>Custom Authentication.</strong></p>
<ul>
<li>For these cases, a custom authentication chain is automatically created <strong>within the same application</strong>, rather than at the tenant level, keeping the configuration scoped and easier to manage.</li>
</ul>
</li>
<li>
<p><strong>Improved Postman Collection retention:</strong></p>
<ul>
<li>APIsec now retains a copy of the Postman Collection in its workspace <strong>regardless of how it is onboarded</strong> —via URL or integration.</li>
<li>Previously, collections were stored only when onboarded through a file. With this enhancement, all Postman-based onboardings preserve the collection for future reference.</li>
</ul>
</li>
</ul>
<p>This update simplifies Postman-based onboarding while improving traceability, reusability, and long-term management of authentication configurations.</p>
<p><strong>2. Multi-User Access and Permission Management</strong></p>
<p>APIsec now makes it easier for administrators, application owners, and collaborators with edit access to review and manage which users or teams can view or edit applications. Permissions can be updated, and access can be revoked as needed.</p>
<ul>
<li>
<p><strong>What's new:</strong></p>
<ul>
<li><strong>Bulk User Assignment:</strong> Add multiple users to an application in a single action.</li>
<li><strong>Clear Access Visibility:</strong> View a complete list of users and teams that have access to an application, along with their assigned permission levels.</li>
<li><strong>Flexible Permission Control:</strong> Update permissions dynamically—switch a user's permissions between <strong>View</strong> and <strong>Edit</strong> access as needed.</li>
<li><strong>Easy Access Removal:</strong> Remove users and teams access from an application when needed.</li>
</ul>
</li>
</ul>
<p><strong>3. Authentication Selection for Dry Runs</strong></p>
<p>Dry-run testing at the endpoint level is now more precise and transparent. Users can explicitly select the authentication credential to use when executing a dry run, giving them complete control over how endpoints are validated. Previously, dry runs automatically used any available credentials, which often resulted in non-working or unauthorized credentials being applied. This led to misleading results and made it difficult to determine whether failures were caused by authentication issues or by the endpoint payload.</p>
<ul>
<li>
<p><strong>What’s improved:</strong></p>
<ul>
<li><strong>Explicit Authentication Control:</strong> Select a specific, authorized credential to execute a Dry Run against a chosen endpoint.</li>
<li><strong>Accurate Results:</strong> Dry Runs now reflect the API's actual behavior with the intended authentication, avoiding false negatives caused by invalid credentials.</li>
<li><strong>Clear Visibility:</strong> Instead of marking endpoints as “ready for deep coverage” without context, the platform now shows detailed results from the Dry Run.</li>
<li><strong>Enhanced Debugging:</strong> Users can review the authentication request details, including the request URL, headers, body, response code, and response body, to quickly identify successful responses, bad requests, or unauthorized access.</li>
</ul>
</li>
</ul>
<p>These improvements make Dry Runs more reliable, easier to debug, and far more effective for validating authentication before running full scans.</p>
<p><strong>Bug Fixes</strong></p>
<p><strong>1. Improved RBAC Assertion Visibility</strong></p>
<p>RBAC assertions now clearly explain how each role is expected to behave for a given endpoint and how the API actually responds, making authorization outcomes easy to interpret.</p>
<p>For each role tested, the assertion explicitly describes:</p>
<ul>
<li><strong>Expected Access</strong> — whether the RBAC configuration allows or denies access to the endpoint.</li>
<li><strong>Observed Behavior</strong> — the actual response returned by the API.</li>
<li><strong>Security Outcome</strong> — whether the behavior is compliant or indicates a potential privilege escalation.</li>
</ul>
<p><strong>What's fixed:</strong></p>
<ul>
<li><strong>Complete Role Coverage:</strong> All roles evaluated during RBAC testing are now included in the scan result assertions and associated vulnerabilities.</li>
<li><strong>Accurate Test Log Representation:</strong> Each test log represents a unique role-based access check for an endpoint. When multiple roles fail, all corresponding test logs are now correctly marked as failed, instead of flagging only the first failure.</li>
</ul>
<p><strong>Impact:</strong></p>
<p>This approach provides a <strong>per-role, per-endpoint explanation</strong> of authorization results, allowing users to clearly distinguish between <strong>allowed access, correctly blocked access</strong>, and <strong>unexpected access that represents a security risk.</strong></p>
<p><strong>2. Browser Bolt OAS Endpoint Detection</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Resolved an issue where OpenAPI specifications generated via Browser Bolt were onboarded successfully but displayed <strong>“No Endpoints Detected.”</strong> Endpoints defined in Browser Bolt–generated OAS files are now correctly parsed and surfaced after onboarding.</p>
<p><strong>Impact:</strong></p>
<p>Applications onboarded through Browser Bolt are now fully testable immediately, eliminating the need for manual verification or re-importing specifications.</p>
<p><strong>3. RBAC Map Loading in Chrome</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Resolved a Chrome-specific issue where RBAC maps failed to load when configurations contained more than 20 roles.</p>
<p><strong>Impact:</strong></p>
<p>RBAC maps now load reliably in Chrome regardless of role count, allowing users to review and validate complex RBAC configurations without browser limitations.</p>
<p><strong>4. Comprehensive Activity Logs for Auto-Onboard</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Corrected inconsistencies where Auto-Onboard events were not consistently captured in Activity Logs across multiple gateway integrations.</p>
<p><strong>Impact:</strong></p>
<p>Activity Logs now reliably record Auto-Onboard actions for all supported gateways, providing complete visibility into automated API discovery and registration.</p>
<p><strong>5. Execution Log Completeness</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Resolved an issue where execution logs were missing descriptive details during scan analysis.</p>
<p><strong>Impact:</strong></p>
<p>Execution logs now provide clearer context, making it easier to understand scan behavior, analyze results, and troubleshoot issues.</p>
<p><strong>6. SSO Sign-Out Configuration (Cognito)</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Fixed an issue where <strong>Allowed Sign-Out URLs</strong> were not automatically configured when creating a new App Client in Amazon Cognito.</p>
<p><strong>Impact:</strong></p>
<p>SSO sign-out now works as expected by default, preventing logout issues and ensuring a smoother authentication experience.</p>
<p><strong>7. MuleSoft Connected App Support for Business Units</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Resolved an issue where APIsec could only discover and onboard APIs from the root MuleSoft organization when using a Connected App with client credentials. Previously, if a Connected App was authorized at a Business Unit level, API discovery failed, potentially causing internal server errors.</p>
<p>APIsec now correctly honors the scope of the access token issued by MuleSoft, aligning with MuleSoft’s access model.</p>
<p><strong>Impact:</strong></p>
<ul>
<li>APIs managed under <strong>child Business Units</strong> can now be successfully discovered and onboarded.</li>
<li>Root-level authorization is no longer mandatory when valid Business Unit–scoped credentials are used.</li>
<li>The Business Unit hierarchy—from the root organization down to the authorized Business Unit—is now correctly recognized and displayed.</li>
</ul>
<p>This fix removes a critical onboarding blocker for enterprises using hierarchical MuleSoft organizations and enables broader adoption for customers with complex Business Unit structures.</p>
<p><strong>Security Fixes</strong></p>
<p><strong>1. Clickjacking Vulnerability Resolved</strong></p>
<p><strong>What’s Fixed:</strong></p>
<p>Addressed a Clickjacking vulnerability that could allow unauthorized UI interactions through embedded or framed content.</p>
<p><strong>Impact:</strong></p>
<p>This fix strengthens UI security and prevents unintended manipulation of the application, aligning with standard web security best practices.</p>
<p>"Note: The Browser Bolt has now been published to the <strong><em>Chrome Store</em></strong>. A few minor refinements are still required in the AI agentic flow, which are currently in progress and scheduled to be incorporated and released next week."</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61210--december-12-2025-">NG Production Release Update - APIsec_cloud_6.12.1.0 ( December 12, 2025 )<a href="https://docs.apisecapps.com/blog/december#ng-production-release-update---apisec_cloud_61210--december-12-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.12.1.0 ( December 12, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.12.1.0 ( December 12, 2025 )">​</a></h2>
<p>This release includes updates across usability, automation, and platform reliability. It adds support for downloading OpenAPI specifications from applications, bulk management of instance-level parameters via CSV, and incremental UI workflow improvements.</p>
<p>The release also includes bug fixes, updates to spec parsing, clearer GraphQL error messages, expanded activity logging for automated API onboarding, and several operational changes related to reporting, cleanup, and system consistency.</p>
<p><strong>Download OpenAPI Specifications (OAS) from Applications</strong>
You can now download the OpenAPI Specification (OAS) for any application directly from the platform, a feature customers frequently request for quick access to the exact spec used during onboarding.</p>
<p>Here's how it works:</p>
<ul>
<li>Applications initially registered with an OAS will provide the specification for download.</li>
<li>Applications onboarded via a Postman Collection are automatically converted to OAS, and the converted version is available for download.</li>
<li>If an application's OAS has been reloaded multiple times, the latest version currently reflected in the application is what you will receive.</li>
</ul>
<p><strong>Coming soon:</strong> the ability to download an OAS including manually added endpoints.</p>
<p><strong>Bulk Upload &amp; Download of Instance-Level Parameter Values (CSV Support)</strong></p>
<p>We have added new capabilities that make managing instance-level parameter values faster and far more convenient.
With this enhancement, you can:</p>
<ul>
<li><strong>Bulk upload instance-level parameters</strong> using a CSV file.</li>
<li><strong>Download existing instance-level parameter values</strong>, making it easy to preserve them before reloading a spec—particularly useful when choosing not to retain parameters during a spec reload.
Additional improvements include:</li>
<li>If an endpoint's request body contains <span class="word-chip">null</span> values, the platform will automatically substitute values from the instance-level parameters (if available).</li>
<li>When instance-level parameter values are intentionally set to <span class="word-chip">null</span>, they are now correctly interpreted as <span class="word-chip">null</span> — not as the string <span class="word-chip">"null"</span>.</li>
</ul>
<p>These enhancements streamline large-scale parameter management and reduce manual cleanup after spec updates.</p>
<p><strong>UI Improvements</strong></p>
<p><strong>Application Launch Routing:</strong>
When an application is opened using an <span class="word-chip"><code>application/{applicationId}</code></span> URL, users are now automatically redirected to the corresponding instance page. The system appends <span class="word-chip"><code>instances/{instanceId}</code></span> to the URL to ensure a valid landing page.</p>
<p>If multiple instances exist in an application, the first available instance is selected by default. This prevents errors caused by missing or null instance IDs and provides a smoother navigation experience.</p>
<p><strong>Improved Application List Navigation &amp; Usability</strong></p>
<p>Applications now load automatically in the list view, providing a clearer, more complete view of each application and its associated instances. We have also improved usability in the Applications list by enabling the right-click context menu, allowing users to copy URLs or open applications in a new tab.</p>
<p><strong>Consistent Top Navigation Bar</strong></p>
<p>The top navigation bar has been standardized across all main menu items, ensuring a consistent look and behavior throughout the application for a smoother user experience.</p>
<p><strong>Bug Fixes &amp; Improvements</strong></p>
<p><strong>1. OAuth2 Credential Stability -</strong> Fixed an issue where OAuth2 password values were unintentionally overwritten when updating advanced authentication properties.</p>
<p><strong>2. BOLA Scenario Execution Reliability -</strong> Resolved a regression that prevented resource identifiers from being correctly substituted during BOLA dry runs, which caused scenarios to fail during testing and activation. The fix has been validated across affected use cases to ensure consistent behavior.</p>
<p><strong>3. Swagger 2.0 Spec Parsing Improvements -</strong> Addressed an issue where body parameters were duplicated when multiple content types were defined in a Swagger 2.0 specification. The parser now correctly handles numerous content types without creating redundant parameters or sending duplicate request payloads.</p>
<p><strong>4. Expanded Activity Logs for Auto-Onboard -</strong> Activity Logs now fully capture Auto-Onboard events for Azure API Management, Postman, and SwaggerHub integrations. This provides clearer visibility into when APIs are automatically discovered and onboarded.</p>
<p><strong>5. Improved GraphQL SDL Upload Error Feedback -</strong> When GraphQL application creation fails during SDL file upload, the UI now surfaces clear error messages explaining the failure and highlighting any discrepancies detected in the SDL file, instead of returning a generic error state.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[November]]></title>
            <link>https://docs.apisecapps.com/blog/november</link>
            <guid>https://docs.apisecapps.com/blog/november</guid>
            <pubDate>Mon, 17 Nov 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud6.11.2.0 ( November 28, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61120--november-28-2025-">NG Production Release Update - APIsec_cloud_6.11.2.0 ( November 28, 2025 )<a href="https://docs.apisecapps.com/blog/november#ng-production-release-update---apisec_cloud_61120--november-28-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.11.2.0 ( November 28, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.11.2.0 ( November 28, 2025 )">​</a></h2>
<p><strong>Security Categories Improvements</strong></p>
<ul>
<li>
<p><strong>Asymmetrical Assertions for Injections and SSRF</strong></p>
<ul>
<li>We have introduced several improvements to make injection and SSRF testing more efficient and accurate.</li>
<li><strong>Earlier Detection:</strong> Injection tests are now executed even before authentication is configured, allowing vulnerabilities to surface much earlier in the API onboarding process. These checks are now included in the unauthenticated scan.</li>
<li><strong>Iteration Optimization:</strong> The number of iterations is now capped at 100 when dealing with endpoints that have a large number of parameters, improving performance without reducing coverage.</li>
<li><strong>Reduced False Positives:</strong> If a time-based injection is detected during an iteration, the system now performs an additional validation pass to confirm the finding and avoid false positives.</li>
</ul>
<p>These enhancements provide faster, more reliable detection for injection and SSRF vulnerabilities across your APIs.</p>
</li>
<li>
<p><strong>Error-Based Injection Detection</strong></p>
<ul>
<li>We have strengthened our injection testing capabilities by adding support for Error-Based Injection Detection. During review, we found a gap where error-based database injections were not being flagged, especially when backend systems leak database errors. This could lead to missed vulnerabilities and false negatives.</li>
<li>To address this, we have designed and documented an error-based detection blueprint that targets these scenarios. With this enhancement, whenever a test triggers a server error that does not occur during a dry run, the platform now raises an informational detection indicating that the API may be vulnerable to injection attacks.</li>
</ul>
</li>
<li>
<p><strong>Enhancements to Broken Authentication and Token-Based Categories:</strong></p>
<ul>
<li>We have improved the heuristics used to identify unauthorized responses, which should provide more accurate results, especially for GraphQL scenarios. Additionally, the <span class="word-chip">none</span> and <span class="word-chip">nonE</span> token tests now include checks using unsigned tokens, expanding coverage for token validation weaknesses.</li>
</ul>
</li>
</ul>
<p><strong>Enhanced Search for MuleSoft API Gateway</strong></p>
<p>Finding the right APIs in MuleSoft just got easier. We have expanded our MuleSoft API Gateway integration to support backend-powered search, improving both speed and accuracy when locating APIs.
Since MuleSoft does not offer a native REST API for search, we implemented a new workflow behind the scenes:</p>
<ul>
<li>The platform now retrieves the available APIs from MuleSoft, temporarily stores the data in memory, and applies the search filters on the backend to return precise, relevant results.</li>
</ul>
<p>This enhancement replaces the previous UI-only search and provides a more reliable, scalable way to explore your MuleSoft API inventory.</p>
<p><strong>Policy Model Enhancements</strong></p>
<p>We have refined how compliance status is displayed within the Policy Model's Applications tab. The platform now presents each component's status more clearly, along with the specific reasons behind compliance or non-compliance. This makes it easier to understand what needs attention and why.</p>
<p><strong>UI Improvements</strong></p>
<ul>
<li><strong>Scan Details Page:</strong> The Scan Details page has been redesigned for better readability and a more organized presentation of results.</li>
<li><strong>Enhanced Toast Messages in Teams:</strong> We have improved the toast notifications that appear when performing actions in Teams, making them more informative and easier to understand.</li>
</ul>
<p><strong>Bug Fixes &amp; Improvements:</strong></p>
<ol>
<li><strong>Improved Scan Stability with RBAC</strong>
<ul>
<li>Scans will no longer fail due to invalid or expired RBAC credentials. Previously, if any RBAC credential was invalid, the scan would stop immediately. We now validate only the primary credential used to run the scan, allowing RBAC tests to continue with whichever valid credentials are available.</li>
</ul>
</li>
<li><strong>Azure DevOps Bulk Closure Fix for User Stories</strong>
<ul>
<li>User Story work items in Azure DevOps now close correctly when vulnerabilities are marked as false positives or auto-resolved through Threat Detections.</li>
</ul>
</li>
<li><strong>Correct Access for Team Owners</strong>
<ul>
<li>Team Owners now consistently have edit access to all applications assigned to their team, ensuring proper permissions and control.</li>
</ul>
</li>
<li><strong>Reliable Spec Reload for Large APIs</strong>
<ul>
<li>Large specifications—now reload correctly when using options like <strong>“Retain existing endpoint configurations”</strong> or <strong>“Retain existing parameter values.”</strong></li>
</ul>
</li>
<li><strong>Persistent Authentication Form Data</strong>
<ul>
<li>Re-selecting the same authentication method no longer clears previously entered data in the Authentication Credentials form.</li>
</ul>
</li>
<li><strong>Accurate RBAC Status Indicators</strong>
<ul>
<li>The App Modal now shows RBAC status updates immediately, accurately reflecting when RBAC configuration is in progress.</li>
</ul>
</li>
<li><strong>Clear Credential Name for BOLA Escalation Findings</strong>
<ul>
<li>When privilege escalation is detected during BOLA testing, the correct credential name is now displayed instead of showing a UUID, making results easier to understand.</li>
</ul>
</li>
<li><strong>Correct Handling of Body Parameters</strong>
<ul>
<li>Body parameters that include query fields are now updated correctly without overwriting other existing parameters.</li>
</ul>
</li>
<li><strong>Activity Logs for MuleSoft Auto-Onboard</strong>
<ul>
<li>Activity Logs now fully capture Auto-Onboard events from the MuleSoft API Gateway. This fix ensures complete visibility into when new APIs are detected and onboarded, giving teams clearer insight into automated actions happening behind the scenes.</li>
</ul>
</li>
</ol>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61110--november-17-2025-">NG Production Release Update - APIsec_cloud_6.11.1.0 ( November 17, 2025 )<a href="https://docs.apisecapps.com/blog/november#ng-production-release-update---apisec_cloud_61110--november-17-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.11.1.0 ( November 17, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.11.1.0 ( November 17, 2025 )">​</a></h2>
<p>We are excited to introduce the latest updates that enhance automation, strengthen security controls, and deliver a smoother experience for APIsec customers.</p>
<p><strong>Extending AWS Integration: Auto-Reload Spec &amp; Automatic API Onboarding Now Supported using Central ARN</strong></p>
<p>Building on our support for AWS API Gateway integration using Cross-Account Role Assumption, we are further expanding its capabilities. You can now take advantage of Auto-Reload Spec and Automatic API Onboarding across all connected AWS accounts, making ongoing API management more streamlined and smoother.</p>
<p><strong>Auto-Reload Spec</strong></p>
<ul>
<li>Automatically keeps your API specifications up to date with weekly scheduled reloads.</li>
<li>Preserves your configured endpoints, parameters, and schema settings to avoid overwriting customizations.</li>
<li>Automatically disables the reload schedule if an API is unlinked.</li>
</ul>
<p><strong>Automatic API Onboarding</strong></p>
<ul>
<li>Automatically detects and registers new or previously unregistered APIs.</li>
<li>Performs weekly onboarding in batches of up to 50 APIs.</li>
<li>Provides complete visibility into onboarding actions through activity logs.</li>
</ul>
<p><strong>Azure DevOps Integration: Now Supporting User Story Work Items</strong></p>
<p>We have expanded our Azure DevOps (ADO) integration to allow creating User Stories directly from the platform. Many teams depend on User Stories as their main work item type for Agile processes, and this update ensures smooth alignment with those workflows.</p>
<p><strong>Feature Highlights:</strong></p>
<ul>
<li>You can now configure the integration to create User Stories in addition to Issues.</li>
<li>User Stories generated through APIsec will appear directly on your ADO boards, allowing smoother collaboration with engineering teams.</li>
<li>All standard details are included automatically, ensuring tickets are ready for immediate triage.</li>
<li>Existing configurations for creating issues continue to work as expected, preserving backward compatibility.</li>
</ul>
<p><strong>Enhancing Custom Authentication</strong></p>
<p>We have made significant upgrades to Custom Authentication, providing users with more flexibility, visibility, and control when working with complex authentication flows. These enhancements make it easier to debug, test, and transform data during token generation.</p>
<ul>
<li>
<p><strong>Auto-Generating Random UUIDs</strong></p>
<ul>
<li>Some authentication flows require a unique identifier (UUID) to be generated and submitted to obtain an authentication token (for example, a cookie or custom token).</li>
<li>The system now automatically generates a RANDOM_UUID that remains constant throughout the execution of the authentication chain, thereby ensuring consistency and facilitating the management of these complex multi-step authentication processes.</li>
</ul>
</li>
<li>
<p><strong>Introducing two new transformation keywords: find and replaceall to help extract, modify, and refine authentication data dynamically:</strong></p>
<ul>
<li>find – Uses regular expressions (Regex) to locate and capture specific values within a string. It also supports indexing to capture a particular occurrence of a match (e.g., the second or third instance).</li>
<li>replaceall – Replaces one string with another and supports Regex for advanced matching. You can also use an empty replacement string to remove unwanted characters entirely.</li>
</ul>
</li>
<li>
<p>Additionally, multi-step transformations are now supported, so you can apply multiple transformation functions recursively to fine-tune how data is extracted and prepared for subsequent steps in the authentication chain.</p>
</li>
<li>
<p>Improved Test Authentication Visibility</p>
<ul>
<li>The Custom Authentication Test experience has been enhanced to provide complete transparency into the authentication flow. Each step now includes detailed logs showing how tokens are generated, how data is transformed, and how it is passed through the authentication chain.</li>
<li>This improvement makes it easier to debug issues, understand complex authentication sequences, and ensure every part of the flow works as expected.</li>
</ul>
</li>
</ul>
<p><strong>Security Enhancement: Strengthening Authentication Token Scope</strong></p>
<ul>
<li>As part of our continued commitment to platform security, we have implemented a key enhancement that tightens the scope and utilization of authentication tokens generated within the platform.</li>
<li>This update ensures that each token is strictly bound to its intended context and permissions, minimizing the risk of privilege escalation or account hijacking.</li>
<li>This improvement further strengthens the platform's overall security posture and aligns with best practices for token-based authentication systems.</li>
</ul>
<p><strong>Enhancing Teams: Expanded Control for Administrators and Team Owners</strong></p>
<ul>
<li>We have introduced a new improvement to team management that gives Administrators and Team Owners greater control over their teams. They can now remove applications from a team directly, making it easier to maintain clean, accurate, and aligned team assignments with organizational needs.</li>
<li>This enhancement streamlines team maintenance, ensuring that application access remains properly managed as teams evolve.</li>
</ul>
<p><strong>Improved Trial Experience for PLG Users: Streamlined Access and Upgrade Path</strong></p>
<p>We have refined the 30-day trial experience to provide more precise boundaries and a smoother path to upgrading:</p>
<ul>
<li><strong>Controlled Feature Access:</strong> Trial users can now view applications and run authenticated or unauthenticated scans, except for RBAC and BOLA scans, which remain restricted.</li>
<li><strong>Limited Configuration Access:</strong> After the trial period ends, configuration changes, such as adding new configurations or updating existing settings, are limited to ensure the platform remains within the intended evaluation period and to prevent continuous free testing beyond the trial.</li>
</ul>
<p><strong>Issue Fixes:</strong></p>
<ul>
<li><strong>Protected Sensitive Fields in Custom Authentication:</strong> Updating custom authentication will no longer overwrite sensitive values. Existing credentials and secure fields are now preserved unless explicitly changed.</li>
<li><strong>Improved Monthly Activity Report Accuracy:</strong> The Monthly Activity Report in the Security Hub has been updated to reflect more accurate timelines for the application creation.</li>
<li><strong>Prevented Parameter Overwrites During Spec Reload:</strong> Reloading an API specification will no longer overwrite existing DTO parameters that already exist in other endpoints.</li>
</ul>
<hr>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[October]]></title>
            <link>https://docs.apisecapps.com/blog/october</link>
            <guid>https://docs.apisecapps.com/blog/october</guid>
            <pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update - APIseccloud6.10.1.0 ( October 03, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61010--october-03-2025-">NG Production Release Update - APIsec_cloud_6.10.1.0 ( October 03, 2025 )<a href="https://docs.apisecapps.com/blog/october#ng-production-release-update---apisec_cloud_61010--october-03-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.10.1.0 ( October 03, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.10.1.0 ( October 03, 2025 )">​</a></h2>
<p>We are excited to share the latest updates designed to make the APIsec customers' experience smoother, safer, and more powerful. Here’s what’s new:</p>
<p><strong>AWS API Gateway Integration via IAM Role</strong></p>
<p>APIsec now supports connecting to AWS API Gateway using IAM Roles in addition to IAM User credentials. Previously, integration required providing long-lived IAM User credentials, which raised concerns for some customers about credential management and security best practices. To address this, APIsec now enables a role-based integration that aligns with AWS security guidelines. With this enhancement, customers can securely provide a Role ARN (roleArn) instead of IAM User credentials. APIsec assumes the specified IAM Role to access the AWS API Gateway and perform read operations securely using temporary credentials.</p>
<ul>
<li>
<p><strong>Key Benefits:</strong></p>
<ul>
<li>Eliminates the need for long-lived IAM User credentials</li>
<li>Follows AWS-recommended security practices using temporary credentials</li>
<li>Simplifies permission management with Role-based access control</li>
</ul>
</li>
</ul>
<p><strong>Revoke Risk Acceptance on Vulnerabilities</strong></p>
<p>Changed your mind about a vulnerability you previously accepted? No problem.</p>
<ul>
<li>Owners, admins, and collaborators with edit access can reactivate vulnerabilities that were previously marked as 'Risk Accepted'.</li>
<li>If you’re using an issue tracker, the linked ticket will automatically update with comments — including who marked and revoked the decision.</li>
</ul>
<p><strong>Reload GraphQL Specs with SDL</strong></p>
<p>GraphQL users, this one’s for you! You can now reload API specifications using GraphQL SDL.</p>
<ul>
<li>Upload your updated SDL file to refresh an existing spec.</li>
<li>Choose whether to keep or remove:<!-- -->
<ul>
<li>Endpoints missing from the spec</li>
<li>Existing parameter values</li>
<li>Schema configurations</li>
</ul>
</li>
</ul>
<p><strong>Auto-Reload Specification via API Gateways</strong></p>
<p>The Auto-Reload Spec capability, first introduced for AWS API Gateway on August 22, 2025, followed by supporting Azure API Management (APIM) and MuleSoft API Gateway on September 04, 2025 is now extended to support SwaggerHub API Gateway.</p>
<ul>
<li><strong>Supported Gateways:</strong> AWS API Gateway, Azure API Management (APIM), MuleSoft API Gateway and SwaggerHub.</li>
<li><strong>Scheduling:</strong> Reload jobs can be scheduled weekly, with support for more frequent synchronization planned for future releases.</li>
<li><strong>Configuration Options:</strong> Users can configure whether to retain or remove:<!-- -->
<ul>
<li>Endpoints missing from the specification</li>
<li>Existing parameter values</li>
<li>Schema configurations</li>
</ul>
</li>
<li><strong>Reliability:</strong> Maintains accurate and up-to-date API specifications while minimizing the risk of data loss.</li>
<li><strong>Access Control:</strong> Only Administrators and Application Owners with gateway access can schedule this task.</li>
<li><strong>Unlinking Behavior:</strong> If an API is unlinked from its application, the scheduled synchronization is automatically disabled.</li>
<li><strong>Activity Logging:</strong> All scheduled activity statuses are recorded in the activity logs.</li>
</ul>
<p><strong>RBAC Retest for Individual Endpoints</strong></p>
<p>No more re-running entire RBAC flows just to test new endpoints.</p>
<ul>
<li>You can now re-run access checks on a single endpoint.</li>
<li>Previously discovered permissions stay intact — so you only validate what’s new.</li>
</ul>
<p><strong>Admin Controls for Teams and Business Units</strong></p>
<p>Administrators now have more flexibility:</p>
<ul>
<li>Manage team members directly (not just team owners).</li>
<li>Delete Business Units when needed.</li>
</ul>
<p><strong>Fixes &amp; Improvements</strong></p>
<ul>
<li><strong>Postman Collection Onboarding:</strong> Fixed a confusing error message that showed onboarding as failed even though the application was successfully created.</li>
<li><strong>Empty Parameter Deletion:</strong> You can now delete empty parameters without errors.</li>
<li><strong>BOLA Dry Run:</strong> Supporting Multiple Resource Ids in the Select Resource attack scenarios in BOLA.</li>
<li><strong>UI – Application List View:</strong> Resolved an issue with pagination where data was displayed in the wrong columns.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61020--october-21-2025-">NG Production Release Update - APIsec_cloud_6.10.2.0 ( October 21, 2025 )<a href="https://docs.apisecapps.com/blog/october#ng-production-release-update---apisec_cloud_61020--october-21-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.10.2.0 ( October 21, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.10.2.0 ( October 21, 2025 )">​</a></h2>
<p>We have rolled out a series of enhancements that strengthen automation, performance monitoring, and security controls across the platform.</p>
<p><strong>Auto-Reload Spec &amp; Automatic API Onboarding — Expanded Gateway Coverage</strong></p>
<p>We are excited to share that Auto-Reload Spec and Automatic API Onboarding now fully support SwaggerHub API Gateway and Postman API Platform, completing coverage across all major API gateways — Microsoft Azure APIM, MuleSoft, and AWS API Gateway.</p>
<ul>
<li>
<p><strong>Auto-Reload Spec</strong></p>
<ul>
<li>Keeps API specs in sync through scheduled reloads (currently weekly).</li>
<li>Retains endpoint, parameter, and schema configurations as configured.</li>
<li>Automatically disables sync tasks if an API is unlinked.</li>
</ul>
</li>
<li>
<p><strong>Automatic API Onboarding</strong></p>
<ul>
<li>Detects and registers new or unregistered APIs automatically.</li>
<li>Supports weekly onboarding in batches of 50.</li>
<li>All onboarding activities are logged for visibility.</li>
</ul>
</li>
</ul>
<p>These enhancements simplify API management, reduce manual effort, and keep your inventory current.</p>
<p><strong>Test Authentication — Improved Visibility &amp; Debugging</strong></p>
<p>We have enhanced the Test Authentication workflow to make it more transparent, informative, and easier to troubleshoot</p>
<ul>
<li>
<p><strong>Feature Highlights:</strong></p>
<ul>
<li>Clear visual indicator when authentication begins.</li>
<li>Displays actual request and response from the authentication step.</li>
<li>Provides detailed failure responses for easier debugging.</li>
<li>Sensitive information, such as passwords and secrets, remains masked.</li>
</ul>
</li>
</ul>
<p>These improvements remove the guesswork from authentication testing, making it faster and easier to identify and resolve issues.</p>
<p><strong>Private URL Registration via Hosted Agent</strong></p>
<ul>
<li>APIs can now be registered using Private OAS URLs through a hosted agent.</li>
<li>The system will automatically detect and retrieve the OAS content if the agent is available and active, reducing manual steps.</li>
</ul>
<p><strong>RBAC Enhancements</strong></p>
<p>We have refined RBAC behavior to improve stability, visibility, and control.</p>
<ul>
<li>Automatic deletion of scan configs when an RBAC identity is removed.</li>
<li>Added missing logs after retest permissions.</li>
<li>Improved RBAC dry run scan tracking and orphan identity handling.</li>
<li>Enhanced coalescing of RBAC scan configs.</li>
<li>Fixed allowing retest permissions after uploading an RBAC Map.</li>
<li>Introduced RBAC Map Upload and Download for easier management.</li>
</ul>
<p><strong>OAS Enhancements &amp; GraphQL Data Type Support</strong></p>
<ul>
<li>Improves handling of GraphQL Array and BigDecimal datatypes in API definitions.</li>
<li>Remove excessive data from API specifications to ensure successful application registration.</li>
</ul>
<p><strong>Scheduling Fix</strong></p>
<ul>
<li>Corrected the Next Execution Date display for API Gateway Auto-Onboard and Auto-Reload jobs, ensuring accurate scheduling visibility.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_61030--october-31-2025-">NG Production Release Update - APIsec_cloud_6.10.3.0 ( October 31, 2025 )<a href="https://docs.apisecapps.com/blog/october#ng-production-release-update---apisec_cloud_61030--october-31-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.10.3.0 ( October 31, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.10.3.0 ( October 31, 2025 )">​</a></h2>
<p>We have rolled out a series of enhancements that strengthen automation, performance monitoring, and security controls across the platform.</p>
<p><strong>Policy Model</strong></p>
<p>We are excited to introduce the Policy Model, a new framework that helps administrators set, enforce, and monitor security standards across all applications in their organization.</p>
<p>This model provides structure and visibility to key security expectations, including how frequently applications should be scanned, which test categories must be covered, and how teams should respond when vulnerabilities are discovered. By defining these controls upfront, organizations can ensure consistent security practices, identify gaps early, and keep remediation efforts aligned with SLAs and compliance goals.</p>
<p>Here is a breakdown of the core components included in this release:</p>
<ul>
<li><strong>Scan Schedule:</strong> Specify how frequently applications need to be scanned — every few hours, daily, weekly, or monthly — to ensure continuous security coverage and timely detection of new risks.</li>
<li><strong>Test Scope:</strong> Execute the required test categories for each application. Applications must run these selected category types to remain compliant with their assigned policy.</li>
<li><strong>Response Actions:</strong> Define how newly discovered vulnerabilities should be handled. For example, automatically creating a ticket when a vulnerability meets a defined severity level ensures issues are appropriately tracked and routed to engineering teams for resolution.</li>
<li><strong>Risk Mitigation:</strong> Ensure vulnerabilities are remediated within the SLA defined in the policy. To stay compliant, active vulnerabilities must be resolved within the established timelines, thereby reinforcing accountability and reducing long-term exposure.</li>
</ul>
<p>The Policy Model provides a consistent and repeatable way to manage security expectations at scale, helping teams stay aligned, proactive, and entirely in control of their application security posture.</p>
<p><strong>Simplifying AWS API Gateway Integration with Cross-Account Role Assumption</strong></p>
<p>Managing APIs across multiple AWS accounts just got a whole lot easier. Previously, organizations needed to create and maintain separate integration connections for each AWS account when onboarding APIs to the APIsec platform. This approach proves effective for smaller organizations. However, enterprises may have multiple accounts, which can result in higher operational overhead and more complex management for multi-account environments.</p>
<p>With this release, we are introducing support for AWS Cross-Account IAM Role Assumption (also referred to as Central ARN). This enhancement streamlines the onboarding and management process for organizations that use multiple AWS accounts. Here is how it works:</p>
<ul>
<li>A single Central Role ARN is configured in the APIsec platform.</li>
<li>That role can securely assume Child Roles across multiple AWS accounts.</li>
<li>This allows customers to create a single integration connection that grants access to APIs across all linked AWS accounts, eliminating the need for separate connections or repetitive setup.</li>
<li>IAM role creation in child accounts is centrally managed, allowing the entire process to scale seamlessly as your AWS environment grows.</li>
</ul>
<p>The central ARN provides a more straightforward integration, reduced manual configuration, and lower operational overhead for large multi-account AWS deployments.</p>
<p><strong>Coming soon:</strong></p>
<p>The ability to schedule weekly Auto-Onboarding with an exclusion option, allowing customers to automatically discover and register new APIs while skipping sample or test apps.</p>
<p><strong>New Security Categories to Strengthen Authentication Exploitation Testing</strong></p>
<p>We have expanded our security testing coverage with new categories that focus on authentication-related vulnerabilities. These additions enhance detection for potential weaknesses in API authentication flows and token management.</p>
<ul>
<li><strong>OIDC Discovery:</strong> Checks if your API exposes an OpenID Connect (OIDC) discovery endpoint that could unintentionally disclose sensitive configuration details.</li>
<li><strong>JWKS Discovery:</strong> Validates whether your API exposes a JSON Web Key Set (JWKS) discovery endpoint, which could reveal cryptographic keys if misconfigured.</li>
<li><strong>Algorithm Confusion:</strong> Detects if your API is vulnerable to token forgery attacks through algorithm confusion, where mismatched signing and verification methods could be exploited.</li>
</ul>
<p>These categories strengthen your API's defense against authentication exploits and ensure comprehensive coverage of identity and token security risks.</p>
<p><strong>Authentication Enhancements</strong>
Several improvements have been made across multiple authentication workflows to improve reliability and accuracy:</p>
<ul>
<li>
<p>Bearer Token Authentication: Now supports additional body parameters during tests and scans. Previously, URLs containing colons (:) were misinterpreted as delimiters, impacting token resolution. This has been fixed.</p>
</li>
<li>
<p>Custom Authentication:</p>
<ul>
<li>Improved null pointer exception handling.</li>
<li>Added support for specifying the Content-Type in custom authentication chain extraction rules to override incorrect content types returned by the authentication endpoint, preventing authentication failure errors.</li>
<li>Fixed missing response body details in authentication test results.</li>
</ul>
</li>
</ul>
<p><strong>Spec Parsing Improvements</strong></p>
<p>The Application Registration and Reload Spec processes now handle incomplete or malformed schemas more gracefully. The resolver sanitizes and corrects schema definitions before registration, preventing errors caused by undefined or null response types. This enhancement ensures smoother onboarding and reduces failures during spec reloads or updates.</p>
<p><strong>RBAC Access Check improvements:</strong></p>
<p>The RBAC dry run process now supports refresh tokens. If a token expires during a dry run, the system automatically generates a new one using the TTL value in the authentication configuration.</p>
<p><strong>Security Upgrade</strong></p>
<p>A new hosted image has been published to enhance security updates and ensure continued compliance with best practices.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[September]]></title>
            <link>https://docs.apisecapps.com/blog/september</link>
            <guid>https://docs.apisecapps.com/blog/september</guid>
            <pubDate>Thu, 04 Sep 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update ( September 04, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--september-04-2025-">NG Production Release Update ( September 04, 2025 )<a href="https://docs.apisecapps.com/blog/september#ng-production-release-update--september-04-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( September 04, 2025 )" title="Direct link to NG Production Release Update ( September 04, 2025 )">​</a></h2>
<p><strong>Bolt Integration - Import Parameters and Payloads</strong></p>
<p>We are pleased to announce the release of the first phase of Bolt Integration, designed to simplify and reduce application onboarding friction.</p>
<ul>
<li><strong>Seamless Import:</strong> Parameters and payloads captured directly from the client's web applications using the Bolt plugin can now be imported into the platform.</li>
<li><strong>Hydration of Endpoints:</strong> By uploading a Bolt file under the application’s Endpoints tab, the platform automatically matches and hydrates endpoints with real data once confirmed.</li>
<li><strong>Faster Onboarding:</strong> This capability minimizes manual configuration, ensures endpoints are functional and test-ready, and expands security coverage.</li>
<li><strong>Future Roadmap:</strong> Additional enhancements, including direct Bolt-to-NG integrations, are planned to further improve the onboarding experience.</li>
</ul>
<p><strong>Auto-Reload Specification via API Gateways:</strong></p>
<p>The Auto-Reload Spec capability, first introduced for AWS API Gateway on August 22, 2025, is now extended to support Azure API Management (APIM) and MuleSoft API Gateway.</p>
<ul>
<li><strong>Supported Gateways:</strong> AWS API Gateway, Azure API Management (APIM), MuleSoft API Gateway.</li>
<li><strong>Scheduling:</strong> Reload jobs can be scheduled weekly, with support for more frequent synchronization planned for future releases.</li>
<li><strong>Configuration Options:</strong> Users can configure whether to retain or remove:<!-- -->
<ul>
<li>Endpoints missing from the specification</li>
<li>Existing parameter values</li>
<li>Schema configurations</li>
</ul>
</li>
<li><strong>Reliability:</strong> Maintains accurate and up-to-date API specifications while minimizing the risk of data loss.</li>
<li><strong>Access Control:</strong> Only Administrators and Application Owners with gateway access can schedule this task.</li>
<li><strong>Unlinking Behavior:</strong> If an API is unlinked from its application, the scheduled synchronization is automatically disabled.</li>
<li><strong>Activity Logging:</strong> All scheduled activity statuses are recorded in the activity logs.</li>
</ul>
<p><strong>SSO User Visibility for Team and Application Sharing:</strong></p>
<p>We have introduced support for listing SSO Users within the platform to simplify team management and application sharing.</p>
<ul>
<li><strong>Unified User Listing:</strong> Both SSO and Non-SSO users are now visible when managing users in a tenant.</li>
<li><strong>Team Assignment:</strong> Administrators and Team Owners can add SSO users directly to Teams, ensuring proper access alignment.</li>
<li><strong>Application Sharing:</strong> Applications can now be shared seamlessly with SSO users, eliminating prior limitations where only manually created users were listed.</li>
</ul>
<p><strong>Manage Teams:</strong></p>
<p>We are extending the team management capabilities beyond creation and updates to include team deletion.</p>
<ul>
<li><strong>Scope of Access:</strong> Only Administrators who are designated team owners are permitted to delete a team.</li>
<li><strong>Governance and Security:</strong> This restriction ensures that team removal is handled with appropriate oversight, preventing accidental or unauthorized deletions.</li>
<li><strong>Consistency:</strong> The enhancement builds on the existing team management framework to provide a complete lifecycle for team administration.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update---apisec_cloud_6920--september-19-2025-">NG Production Release Update - APIsec_cloud_6.9.2.0 ( September 19, 2025 )<a href="https://docs.apisecapps.com/blog/september#ng-production-release-update---apisec_cloud_6920--september-19-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update - APIsec_cloud_6.9.2.0 ( September 19, 2025 )" title="Direct link to NG Production Release Update - APIsec_cloud_6.9.2.0 ( September 19, 2025 )">​</a></h2>
<p><strong>Instance-Based Custom Headers for Reachability &amp; Endpoints</strong></p>
<ul>
<li>
<p>Configuring headers just got a whole lot easier. Instead of re-entering the same header repeatedly at the endpoint level, you can now set Instance-Based Headers directly within your API.</p>
</li>
<li>
<p>With this update, you can:</p>
<ul>
<li><strong>Add custom headers from App Config</strong> - Manage Headers and apply across all endpoints in an instance.</li>
<li><strong>Fine-tune control</strong> – Apply headers only to the endpoints you choose.</li>
<li><strong>Support reachability checks</strong> – Mark headers to be included when testing the reachability of your instance URLs.</li>
</ul>
</li>
</ul>
<p><strong>Automatic API Onboarding - Azure API Management (APIM) and Mulesoft API Gateway</strong></p>
<ul>
<li>
<p>The Auto-Onboard capability, first introduced for AWS API Gateway on June 16, 2025, is now extended to support Azure API Management (APIM) and Mulesoft API Gateway.</p>
</li>
<li>
<p>The Auto-Onboard feature streamlines API onboarding by automatically detecting and registering unregistered APIs from AWS API Gateway. This ensures that all APIs, including newly published ones, are consistently onboarded and tested for vulnerabilities with minimal manual effort.</p>
</li>
<li>
<p><strong>Feature Highlights:</strong></p>
<ul>
<li>Automatically discovers and registers unregistered APIs in AWS API Gateway.</li>
<li>Admins can choose to onboard all available APIs or only those published after a specified date.</li>
<li>The system checks weekly for unregistered APIs and onboards them in batches of 50.</li>
<li>Any remaining APIs are automatically included in the next scheduled batch.</li>
</ul>
</li>
</ul>
<p><strong>View and Revert False Positives</strong></p>
<ul>
<li>
<p>Application Owners, Administrators, and collaborators with edit permissions can now:</p>
<ul>
<li>View all vulnerabilities that were previously marked as false positives.</li>
<li>Revert them back if they were incorrectly flagged.</li>
</ul>
<p><strong>Key Capabilities:</strong></p>
<ul>
<li>
<p><strong>Audit Tracking</strong> - See who marked a vulnerability as a false positive and when it happened in the vulnerability details.</p>
</li>
<li>
<p><strong>Seamless Issue Tracker Integration</strong></p>
<ul>
<li>When a vulnerability is marked as a false positive, linked tickets in Jira or Azure DevOps are automatically closed.</li>
<li>When a False Positive is revoked, the platform re-runs the test.<!-- -->
<ul>
<li>If the vulnerability is reproducible → it is restored as Active, and a new ticket is logged.</li>
<li>If not reproducible → it is marked as Resolved, and the linked ticket stays closed.</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>Team Member Management for Role Users</strong></p>
<ul>
<li>
<p>Enterprise customers just got more flexibility in managing their teams!</p>
<ul>
<li><strong>Role Users as Team Owners:</strong> If an Administrator assigns you as a Team Owner, you can now add teammates, remove them, or adjust their permissions (choose between Edit or View).</li>
<li><strong>Administrator control:</strong> Admins retain the ability to reassign or change Team Owners whenever needed.</li>
<li><strong>Clear boundaries:</strong> While Team Owners can manage members, creating or deleting entire teams is still reserved for Administrators only.</li>
<li><strong>Safer team deletion:</strong> Only Administrators can now delete teams. To prevent accidents, the system requires you to type the team’s name before confirming deletion.</li>
<li><strong>Accountability:</strong> Team deletion is logged in the Activity Logs.</li>
</ul>
</li>
</ul>
<p><strong>Security Hub Reports with PDF Attachment</strong></p>
<ul>
<li>The monthly email reports just got an upgrade! We have added the Security Hub PDF as an attachment.</li>
<li>It provides direct access to vulnerabilities and security insights without logging into the platform.</li>
</ul>
<p><strong>Improvements &amp; Fixes</strong></p>
<ul>
<li>
<p>We’ve been busy smoothing out a few rough edges and polishing the experience. Here’s what has been improved:</p>
<ul>
<li><strong>Threat Detections Pie Chart :</strong> Previously displayed the count of Vulnerable Endpoints, it now correctly shows the count of Open vulnerabilities.</li>
<li><strong>Scan Setup Simplified :</strong> Scans no longer require testing all authentications before starting. Less friction, faster testing.</li>
<li><strong>Endpoint Test Execution Error Handling :</strong> When a test is skipped due to a Timeout or Server error, it displays an appropriate message instead of failing without context and showing “Internal APIsec Error.”</li>
<li><strong>Azure DevOps Test Connection :</strong> Trying to connect with invalid credentials prevents logging the user out.</li>
<li><strong>Security Hub Tile Fix :</strong> The “Tests Run” metric was mistakenly showing All Time instead of Monthly Statistics. That’s now corrected.</li>
</ul>
<hr>
</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[August]]></title>
            <link>https://docs.apisecapps.com/blog/august</link>
            <guid>https://docs.apisecapps.com/blog/august</guid>
            <pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update ( August 01, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--august-01-2025-">NG Production Release Update ( August 01, 2025 )<a href="https://docs.apisecapps.com/blog/august#ng-production-release-update--august-01-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( August 01, 2025 )" title="Direct link to NG Production Release Update ( August 01, 2025 )">​</a></h2>
<p>This release includes feature enhancements, customer-driven improvements, and key bug fixes to improve platform usability, security, and transparency.</p>
<p><strong>Enhanced Reachability Checks with Header Support for Private APIs</strong></p>
<ul>
<li>Building upon the Smarter Reachability Checks, the platform now supports custom headers during reachability testing for Private API instances.</li>
<li>Some instance URLs require specific headers to validate access. Users can now include these headers to ensure successful reachability checks. Once reachability is confirmed, scans can run as expected.</li>
<li>If the same headers are also required for the API endpoints, they can be added through parameter configuration (if defined in the OAS) or via authentication credentials when the values are consistent across all endpoints.</li>
</ul>
<p><strong>GraphQL Fixes and Enhancements</strong></p>
<ul>
<li><strong>Improved validation:</strong> Invalid types are now blocked, and default values can’t be null.</li>
<li><strong>Stability improvements:</strong> Addressed issues with injections, SDL splitting, and value entry in certain edge cases.</li>
<li><strong>Improved consistency:</strong> Variable names and types remain unchanged when using example queries.</li>
</ul>
<p><strong>Improved Scheduled Scan Reliability</strong></p>
<ul>
<li>
<p>We have addressed two separate issues affecting scheduled scans:</p>
<ul>
<li>Users can no longer delete authentication credentials tied to scheduled scans, preventing unexpected scan failures.</li>
<li>If a scheduled scan is skipped due to a previously deleted authentication, the reason will now appear clearly in the activity logs.</li>
</ul>
</li>
</ul>
<p><strong>Expanded Risk Acceptance Support for Tracked Issues</strong></p>
<ul>
<li>Introduced the ability to create tickets for vulnerabilities marked as Risk Accepted, the platform now also allows users to mark a vulnerability as Risk Accepted even if a ticket already exists in the issue tracker.</li>
</ul>
<p><strong>Enhanced Access Control for Shared Applications</strong></p>
<ul>
<li>Access controls have been strengthened for users with "View" permissions when applications are shared. This update ensures users can no longer access restricted resources beyond their intended scope. A few remaining edge cases involving integrations are being addressed in upcoming updates.</li>
</ul>
<p><strong>OAS Parsing Improvements</strong></p>
<ul>
<li>This fix eliminates the need to convert curly double quotes within JSON string values, preventing data corruption during schema parsing.</li>
</ul>
<p><strong>Direct Access to Scan History and Details</strong></p>
<ul>
<li>Scan History and Scan Details now have dedicated URLs that support direct access. Refreshing the browser on these pages no longer redirects users to the Application Details page.</li>
</ul>
<p><strong>HubSpot Integration for Support Tickets</strong></p>
<ul>
<li>We have updated our support ticket system to integrate with HubSpot.</li>
<li>While the "Contact Support" experience remains seamless within the platform, tickets are now routed through HubSpot to streamline tracking and response management.</li>
</ul>
<p><strong>Improved Tooltips for Scheduled Scans</strong></p>
<ul>
<li>Tooltips in the Scheduled Scan section have been updated to clarify how profiles are used when creating or updating scans.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--august-08-2025-">NG Production Release Update ( August 08, 2025 )<a href="https://docs.apisecapps.com/blog/august#ng-production-release-update--august-08-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( August 08, 2025 )" title="Direct link to NG Production Release Update ( August 08, 2025 )">​</a></h2>
<p>This release includes feature enhancements, customer-driven improvements, and key bug fixes to improve platform security, usability, and transparency.</p>
<p><strong>Stronger Email Deliverability</strong></p>
<p>We have implemented several measures to improve email reliability, particularly for corporate recipients where strict filters often block legitimate communication.</p>
<ul>
<li><strong>Safer links:</strong> Replaced <a href="http://raw.githubusercontent.com/">raw.githubusercontent.com</a> links with <a href="http://apisec.ai/">apisec.ai</a> domain links to avoid being flagged by spam filters.</li>
<li><strong>Aligned sender domains:</strong> Updated sending addresses to trusted domains such as <a href="mailto:noreply@apisec.ai" target="_blank" rel="noopener noreferrer">noreply@apisec.ai</a> or <a href="mailto:support@apisec.ai" target="_blank" rel="noopener noreferrer">support@apisec.ai</a>. In some cases, a subdomain like mailer.apisec.ai is used and aligned with Amazon SES identity to improve trust scores.</li>
<li><strong>Better formatting:</strong> All emails now include a plain-text version alongside HTML for greater compatibility.</li>
<li><strong>Improved images:</strong> Switched from SVG to PNG for broader email client support.</li>
</ul>
<p><strong>Email Auto-Suggestions for Team Management</strong></p>
<ul>
<li>When creating or updating teams, administrators will now see auto-suggestions for email addresses as they type when adding owners or members.</li>
<li>This reduces typing effort, minimizes errors, and speeds up team setup.</li>
</ul>
<p><strong>Full Compatibility with OpenAPI 3.1.x</strong></p>
<ul>
<li>We have expanded our platform’s support for OpenAPI Specification (OAS) 3.1.x, ensuring all native features, such as const, oneOf, anyOf, nullable, example, and enhanced JSON Schema compatibility.</li>
</ul>
<p><strong>GraphQL Fixes and Enhancements - We have addressed a few nagging issues in GraphQL, including:</strong></p>
<ul>
<li>Fixed JSON values not saving or displaying correctly.</li>
<li>Prevented the loss of original input parameters in the table when updating a query document.</li>
</ul>
<p><strong>RBAC Role Exclusion Bug Fix</strong></p>
<ul>
<li>Excluding a role from RBAC not only removed it from scans but also deleted it from its associated authentication. This behavior has been corrected so that exclusion only affects RBAC dry runs and scans, leaving the authentication intact.</li>
</ul>
<p><strong>Easier Team and Business Unit Browsing</strong></p>
<ul>
<li>Administrators can now view Teams and Business Units in alphabetical order on the Browse Teams page, making navigation quicker and more intuitive.</li>
</ul>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--august-14-2025-">NG Production Release Update ( August 14, 2025 )<a href="https://docs.apisecapps.com/blog/august#ng-production-release-update--august-14-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( August 14, 2025 )" title="Direct link to NG Production Release Update ( August 14, 2025 )">​</a></h2>
<p>This release delivers feature enhancements, customer-driven improvements, and key bug fixes to boost platform flexibility, reliability, and user experience.</p>
<p><strong>Token Placement in the Body Parameters</strong></p>
<p>We have enhanced Custom Authentication to support placing authentication tokens inside request body parameters, in addition to headers and cookies.</p>
<ul>
<li>A new "BODY" placement type allows inserting static or dynamic tokens into body parameters.</li>
<li>This enhancement is compatible with complex, multi-step authentication flows, including chained requests, cookie handling, and extracting values from headers or response bodies.</li>
<li>The test service identifies these parameters and excludes them from injection or manipulation testing.</li>
</ul>
<p><strong>Reload Specification with API Gateway</strong></p>
<p>Users can now fetch and update API specifications directly from AWS API Gateway.</p>
<ul>
<li>Applications are automatically linked with the gateway connection and the OpenAPI Specification (OAS) when an API is registered directly from the API Gateway.</li>
<li>In the upcoming sprint, applications linked to a gateway connection can be scheduled for automatic OAS reloads.</li>
<li>Additionally, APIs onboarded via an API Gateway can now be reloaded using a file or URL when the gateway connection is offline.</li>
</ul>
<p><strong>Update and Delete Users</strong></p>
<p>The APIsec platform now supports updating and deleting user accounts, in addition to user creation by Tenant Administrators.</p>
<p><strong>Enhancements to OAS Specification Error Logging</strong></p>
<p>The OAS spec resolver service now logs exceptions in the activity log when issues occur during API onboarding, enabling users to review detailed error information.</p>
<p><strong>GraphQL Improvements</strong></p>
<p>The following issues and improvements have been delivered.</p>
<ul>
<li>Ensures GraphQL selection sets always include at least one field.</li>
<li>Supports JSON type for GraphQL input parameters.</li>
<li>Preserves JSON parameter values during ADD operations by preventing variable map mutations.</li>
<li>Mark operations as authenticated unless otherwise specified.</li>
</ul>
<p><strong>SwaggerHub API Gateway Integration</strong></p>
<p>Improved error messaging for more effective troubleshooting of integration issues.</p>
<p><strong>API Token Permission Handling</strong></p>
<p>Corrected the handling of API token permissions to ensure proper access control</p>
<p><strong>Instance URL Reachability Testing</strong></p>
<p>Resolved an issue with the display of required headers.</p>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--august-22-2025-">NG Production Release Update ( August 22, 2025 )<a href="https://docs.apisecapps.com/blog/august#ng-production-release-update--august-22-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( August 22, 2025 )" title="Direct link to NG Production Release Update ( August 22, 2025 )">​</a></h2>
<p>This release introduces advanced automation, enhanced usability, and targeted security improvements, empowering teams to maintain up-to-date specifications, streamline user and vulnerability management, and gain clearer insights into API security posture.</p>
<p><strong>Auto-Reload Specification via API Gateway:</strong></p>
<p>Building on the Reload Specification via API Gateway capability introduced on August 14, 2025, the new Auto-Reload Spec feature enables scheduled synchronization of API specifications, ensuring accuracy with minimal manual effort.</p>
<ul>
<li><strong>Supported Gateway:</strong> AWS API Gateway (initial release).</li>
<li><strong>Scheduling:</strong> Reload jobs can be scheduled weekly. More frequent synchronization options will be introduced in future updates.</li>
<li><strong>Configuration Options:</strong> During reload, users can configure whether to retain or remove:<!-- -->
<ul>
<li>Endpoints missing from the specification</li>
<li>Existing parameter values</li>
<li>Schema configurations</li>
</ul>
</li>
<li><strong>Reliability:</strong> Helps keep API specifications current while avoiding accidental data loss.</li>
<li><strong>Access Control:</strong> Only Administrators and Application Owners with API Gateway access can schedule this task.</li>
<li><strong>Unlinking Behavior:</strong> If an API is unlinked from its application, the scheduled synchronization is automatically disabled.</li>
<li><strong>Logging:</strong> Scheduled activity status is available in the activity logs.</li>
</ul>
<p><strong>Security Hub</strong> .</p>
<p>The Security Hub has been enhanced with a modernized user interface to improve clarity in presenting API security metrics and trends.</p>
<ul>
<li><strong>UI Improvements:</strong> Cleaner presentation of security metrics and insights.</li>
<li><strong>Removed Dropdown:</strong> The applications dropdown, previously limited to 10 selections, has been removed as it did not reflect real-world usage.</li>
<li><strong>Upcoming Enhancements:</strong> Future releases will introduce filtering by Business Units and Teams for more meaningful analysis.</li>
<li><strong>Data Refresh:</strong> Metrics continue to update every 10 minutes using efficient caching.</li>
<li><strong>Role-Based Access:</strong>
<ul>
<li>Administrators view metrics across all onboarded applications.</li>
<li>Users view metrics only for applications they are authorized to access.</li>
</ul>
</li>
</ul>
<p><strong>Bulk User Creation via CSV Upload</strong></p>
<p>Administrators can now add multiple users simultaneously by uploading a CSV file, reducing the need for repetitive manual entry for Non-SSO Organizations.</p>
<ul>
<li><strong>Sample Template:</strong> A downloadable CSV template with required headers (Display Name, Email, Role) is available on the Add Users page.</li>
<li><strong>Preview &amp; Validation:</strong> Uploaded files are parsed into a table for review. Mandatory fields are validated, missing values are flagged, and issues such as invalid or duplicate emails are highlighted.</li>
<li><strong>Inline Editing:</strong> Errors can be corrected directly in the table without requiring a new upload.</li>
<li><strong>Smart Controls:</strong> The "Add Users" button remains disabled until all validation issues are resolved.</li>
<li><strong>Submission &amp; Tracking:</strong> After submission, a confirmation toast appears, and progress is visible in the Activity Logs.</li>
</ul>
<p><strong>Controlled Auto-Sync for Vulnerabilities for Azure DevOps and Jira:</strong></p>
<ul>
<li>Previously, all vulnerabilities discovered during scans were automatically synchronized with Jira or Azure DevOps, regardless of severity. This often resulted in excessively low-priority tickets for developers.</li>
<li>With this update, synchronization can now be controlled by severity level. Users may specify which vulnerabilities are pushed into their issue tracker, allowing development teams to focus on resolving the most impactful issues first.</li>
</ul>
<p><strong>GraphQL Improvements</strong></p>
<p>Enhancements to GraphQL scanning and validation include:</p>
<ul>
<li>Comprehensive capture of all arguments (required and optional) in variables/config, with proper tracking of optional fields such as enums.</li>
<li>Resolution of incorrect readiness checks in GraphQL operations.</li>
<li>Support for custom scalar types in UPDATE requests.</li>
</ul>
<p><strong>Applications List View</strong></p>
<p>A new tabular Applications List View has been introduced, enabling users to view:</p>
<ul>
<li>Applications with their corresponding instances</li>
<li>Endpoints</li>
<li>Last scan date for each instance</li>
<li>Vulnerabilities</li>
<li>Endpoints at risk</li>
</ul>
<p><strong>Other Updates</strong></p>
<ul>
<li>Users are now redirected to the login page when their refresh token expires.</li>
<li>Several additional issue fixes and security enhancements have been applied to improve overall system reliability.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[July]]></title>
            <link>https://docs.apisecapps.com/blog/july</link>
            <guid>https://docs.apisecapps.com/blog/july</guid>
            <pubDate>Tue, 01 Jul 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update ( July 01, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--july-01-2025-">NG Production Release Update ( July 01, 2025 )<a href="https://docs.apisecapps.com/blog/july#ng-production-release-update--july-01-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( July 01, 2025 )" title="Direct link to NG Production Release Update ( July 01, 2025 )">​</a></h2>
<p>Here's a quick look at what's landed recently:</p>
<p><strong>New Token-Based Test Categories</strong></p>
<ul>
<li>We have expanded our test coverage to identify vulnerabilities related to authentication tokens. These new categories help uncover issues in token usage and handling that may otherwise go unnoticed.</li>
</ul>
<p><strong>Wildcard Support for Dynamic Certificate Resolution</strong></p>
<ul>
<li>Managing certificates across multiple hosts is now way easier. You can now use * as a wildcard when mapping certificates to hosts. This means that one certificate can cover multiple domains, unless a specific one is explicitly defined.</li>
</ul>
<p><strong>Custom Authentication V2</strong></p>
<ul>
<li>We can now configure the authentication flows through the UI.</li>
<li>We have tested it against real customer scenarios, including complex multi-step workflows, and made necessary enhancements to support them.</li>
</ul>
<p><strong>Scan Execution Improvements</strong></p>
<ul>
<li>Resolved issues with scheduled scans not triggering reliably.</li>
<li>Enhanced handling of authentication-related errors in long-running scans is clearly displayed.</li>
<li>Fixed an edge case where scanned endpoints were missing from the scan results, despite being executed.</li>
</ul>
<p><strong>Enhanced Test Visibility</strong></p>
<ul>
<li>Logs are now split between Dry Run and Test Execution, making debugging easier.</li>
<li>Logs now display the credentials and roles used in each test.</li>
<li>Scan History includes stats for Tests Generated, Executed, and Skipped.</li>
<li>Reasons for passed and skipped tests are now logged to support auditability.</li>
</ul>
<p><strong>API Token Scope Correction</strong></p>
<ul>
<li>We have addressed issues related to API token scoping to ensure secure and consistent access control enforcement across the platform.</li>
</ul>
<p><strong>Spec Reload Enhancements</strong></p>
<ul>
<li>The Reload Spec process is now asynchronous, reducing timeout errors during high-volume spec updates.</li>
<li>Improved stability and error-handling make OAS reloads smoother.</li>
<li>We now prevent overwriting instance-level parameters during spec reloads.</li>
<li>Next up: safeguarding endpoint-level parameters and payloads.</li>
</ul>
<p><strong>Smarter Token Refresh</strong></p>
<ul>
<li>For short-lived tokens, we have added the ability to define token renewal frequency per credential in OAuth, Bearer Token, and Custom Authentications.</li>
</ul>
<p><strong>Enhanced Instance Management</strong></p>
<ul>
<li>We can now assign a custom name to each instance for better identification.</li>
<li>Instances can be deleted independently without affecting the associated application or other instances.</li>
</ul>
<p>We have rolled out several security enhancements, squashed bugs, and polished the UI in both Cloud and On-Premises versions.</p>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--july-03-2025-">NG Production Release Update ( July 03, 2025 )<a href="https://docs.apisecapps.com/blog/july#ng-production-release-update--july-03-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( July 03, 2025 )" title="Direct link to NG Production Release Update ( July 03, 2025 )">​</a></h2>
<p><strong>Introducing Custom Labels in Issue Tracker Integrations (JIRA &amp; Azure DevOps)</strong></p>
<ul>
<li>
<p>Some of our customers route issues to different teams based on label values in their project boards. While APIsec NG already included standard labels like APIsec, CVSS scores, and security categories, it didn't allow users to define their own—until now.</p>
<p><strong>What's new:</strong></p>
<ul>
<li>An optional Labels field is now available when configuring issue tracker integrations.</li>
<li>Supports single-word entries (e.g., AppSec).</li>
<li>Allows multiple labels separated by commas (e.g., AppSec,HighPriority,Internal).</li>
<li>This update enables smoother team routing and better integration with our customers existing workflows.</li>
</ul>
</li>
</ul>
<p><strong>Choose a Private Hosted Agent for Scans</strong></p>
<ul>
<li>
<p>Until now, the platform has automatically selected the hosted agent (APIsec or Private) based on instance reachability. This usually works, but not always.</p>
</li>
<li>
<p>In cases where APIs are technically reachable yet block external requests (think trusted IP policies), this led to unnecessary roadblocks.</p>
<p><strong>What's improved:</strong></p>
<ul>
<li>You can now manually select the Hosted Agent when running ad-hoc or scheduling scans. This gives teams more control, especially in secure environments where trusted IPs are required for access.</li>
</ul>
</li>
</ul>
<p><strong>Boomi API Gateway Integration v1</strong></p>
<ul>
<li>
<p>We are excited to roll out V1 support for Boomi API Gateway!</p>
</li>
<li>
<p>You can now integrate APIsec NG with Boomi API Gateway using a Platform API Token, making it easier to fetch and register OpenAPI specs for your applications.</p>
<p><strong>What you need to know:</strong></p>
<ul>
<li>This version supports authentication via platform tokens and requires application credentials to retrieve the OAS file.</li>
<li>Broader credential support and deeper integration options are planned for upcoming releases.</li>
</ul>
</li>
</ul>
<p><strong>Streamlined "Contact Support" Experience</strong></p>
<ul>
<li>Users can now submit tickets or share feedback directly from the platform, without being redirected to the PLG (cloud.apisecapps.com) tenant.</li>
<li>The "Contact Support" button automatically sends an email and opens a ticket with our Support Team.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--july-14-2025-">NG Production Release Update ( July 14, 2025 )<a href="https://docs.apisecapps.com/blog/july#ng-production-release-update--july-14-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( July 14, 2025 )" title="Direct link to NG Production Release Update ( July 14, 2025 )">​</a></h2>
<p>We have rolled out several updates to make vulnerability management more intuitive across the board. Here's a quick tour of what's new:</p>
<p><strong>Auto-Close Resolved Tickets</strong></p>
<ul>
<li>Linked issue tracker tickets in Jira or Azure DevOps will now automatically close when their corresponding vulnerabilities are resolved in APIsec. There's no need for any manual action.</li>
</ul>
<p><strong>Bulk Ticket Creation from Threat Detections</strong></p>
<ul>
<li>Enabled support for creating multiple tickets directly from the Threat Detections tab, allowing ticket creation per vulnerability group based on Category and Test Type.</li>
</ul>
<p><strong>Quick Actions for Vulnerabilities in Scan Details</strong></p>
<ul>
<li>Introduced an Actions menu for each vulnerability listed in the Scan Details page, enabling users to:<!-- -->
<ul>
<li>Mark it as a False Positive</li>
<li>Accept the Risk (temporarily)</li>
<li>Create a Ticket in the issue tracker</li>
<li>Export Logs to review vulnerabilities</li>
<li>Export cURL to reproduce the issue locally</li>
</ul>
</li>
</ul>
<p><strong>Smarter Reachability Checks</strong></p>
<ul>
<li>If a private-hosted agent can't reach the hostname of the instance URL, the platform now tests the full endpoint path. This provides a more accurate assessment of reachability</li>
</ul>
<p><strong>Availability of Hosted Agent Information on the Scan Details Page</strong></p>
<ul>
<li>Running scans with a private-hosted agent now displays the hosted agent name used, helping track the agents and simplify debugging.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--july-21-2025-">NG Production Release Update ( July 21, 2025 )<a href="https://docs.apisecapps.com/blog/july#ng-production-release-update--july-21-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( July 21, 2025 )" title="Direct link to NG Production Release Update ( July 21, 2025 )">​</a></h2>
<p>We are pleased to announce the following updates and improvements, designed to enhance platform functionality, integration capabilities, and user control. Here's a quick tour of what's new:</p>
<p><strong>Reload Specification with Retain Options</strong></p>
<ul>
<li>Users can now reload an API specification while preserving missing endpoints, existing parameter values, and schema configurations that are not included in the specification. This enhancement ensures that customized test inputs are preserved during specification updates, thereby improving consistency and minimizing the need for rework.</li>
</ul>
<p><strong>Support for Azure DevOps Integration via Service Principal</strong></p>
<ul>
<li>In addition to existing support for Personal Access Tokens (PAT), the platform now supports Azure DevOps integration using Service Principal authentication. This provides a more secure and scalable option, particularly for organizations with strict credential management policies.</li>
</ul>
<p><strong>Profile Management for Scans</strong></p>
<ul>
<li>We have introduced the ability to create and manage scan profiles. These profiles can be selected when initiating ad-hoc or scheduled scans, allowing users to configure scan behavior more effectively across different testing scenarios.</li>
</ul>
<p><strong>Auto-Ticketing Enhancements</strong></p>
<ul>
<li>Enhancements have been made to the auto-closure of tickets in integrated issue trackers when vulnerabilities are marked as resolved.</li>
</ul>
<p><strong>Improvements in Security Tests &amp; GraphQL</strong></p>
<ul>
<li>Added SDL Validation and more injection strategies for GraphQL</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--july-25-2025-">NG Production Release Update ( July 25, 2025 )<a href="https://docs.apisecapps.com/blog/july#ng-production-release-update--july-25-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( July 25, 2025 )" title="Direct link to NG Production Release Update ( July 25, 2025 )">​</a></h2>
<p>Here's what's new and improved in our platform this week:</p>
<p><strong>Automatic Ticket Creation for Active Vulnerabilities</strong></p>
<ul>
<li>Building upon our July 21 release, whenever we integrate an issue tracker into an application's instance, any vulnerabilities detected in subsequent scans will now automatically create tickets, ensuring that no issue is overlooked once a risk emerges.</li>
</ul>
<p><strong>Bulk False Positive Marking with Smart Sync Handling</strong></p>
<ul>
<li>Building on the bulk ticket creation update from July 15, you can now select multiple vulnerabilities and mark them as false positives at once. If those vulnerabilities were already linked to an issue tracker, the related tickets will be automatically closed.</li>
</ul>
<p><strong>Handling of Large Dry Run Responses</strong></p>
<ul>
<li>Previously, huge endpoint responses from Dry Run results were flagged as inconclusive. We have now optimized how these are processed by compressing the response data, ensuring that permissions are evaluated accurately, regardless of the payload size.</li>
</ul>
<p><strong>Spec Reload Functionality Updates</strong></p>
<ul>
<li>This update corrects issues with schema consistency that sometimes occurred during manual additions.</li>
</ul>
<p><strong>Ticketing Now Available for Risk Accepted Vulnerabilities</strong></p>
<ul>
<li>When a vulnerability is designated as "Risk Accepted" due to the implementation of mitigating controls, we now provide the capability to generate tickets for these "Risk Accepted" findings. This facilitates developers in planning a permanent resolution when appropriate.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[June]]></title>
            <link>https://docs.apisecapps.com/blog/june</link>
            <guid>https://docs.apisecapps.com/blog/june</guid>
            <pubDate>Sun, 01 Jun 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update ( June 16, 2025 )]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update--june-16-2025-">NG Production Release Update ( June 16, 2025 )<a href="https://docs.apisecapps.com/blog/june#ng-production-release-update--june-16-2025-" class="hash-link" aria-label="Direct link to NG Production Release Update ( June 16, 2025 )" title="Direct link to NG Production Release Update ( June 16, 2025 )">​</a></h2>
<p>Here's a quick look at what's landed recently:</p>
<p><strong>Azure DevOps Integration Enhancements</strong></p>
<ul>
<li>Azure DevOps can now be configured as an issue tracker.</li>
<li>Support for specifying Area Path has been added, allowing users to define a hierarchical project structure for issue reporting.</li>
</ul>
<p><strong>Team Management &amp; SSO Improvements</strong></p>
<ul>
<li>
<p>Enabled support for creating teams and sharing applications with SSO users.</p>
<p><strong>Resolved Issues</strong></p>
<ul>
<li>Fixed problems with team visibility and application assignment for SSO users caused by incorrect identity mapping and duplicate references.</li>
<li>Users creating a new team are now automatically added as team members.</li>
<li>SSO users can now reliably view their teams under “My Teams” and assign applications via the “Share with Team” option under Administration.</li>
</ul>
</li>
</ul>
<p><strong>Hosted Agent &amp; Scheduled Scans</strong></p>
<ul>
<li>
<p><strong>Fixed</strong>: Scheduled scans using private hosted agents were failing if the Instance URL was only reachable internally.</p>
</li>
<li>
<p><strong>Improved SSRF Handling</strong>: A null pointer exception caused by an unreachable security-categories.apisec.ai SSRF URL is now handled gracefully.</p>
</li>
<li>
<p>Customers using private agents should ensure that they have outbound access to this domain.</p>
</li>
<li>
<p>Hosted agent-related security improvements.</p>
</li>
</ul>
<p><strong>Vulnerability Insights</strong></p>
<ul>
<li>Added Last Found Date for active vulnerabilities.</li>
<li>Added Resolution Date for resolved vulnerabilities.</li>
<li>Included CWE IDs within security categories to improve visibility in the /detections endpoint.</li>
</ul>
<p><strong>RBAC Visualization Updates</strong></p>
<ul>
<li>Introduced RBAC layouts in both Consolidated and Accordion views to clearly represent access scopes.</li>
</ul>
<p><strong>User Experience Improvements</strong></p>
<ul>
<li>Dry Run Logs: These are now displayed separately for improved traceability.</li>
<li>Loader Added: On the scan details page for better feedback during load time.</li>
<li>Pagination: Implemented on the scan history page for performance and usability.</li>
</ul>
<p><strong>Reload Spec</strong></p>
<ul>
<li>We've made several key enhancements to the Reload Spec feature for better accuracy and user experience, including Automated API Onboarding</li>
<li>The spec reload process is now asynchronous, reducing timeout errors. Next, we will address preventing parameter overwrites.</li>
</ul>
<p><strong>Automatic API Onboarding</strong></p>
<p>The Auto-Onboard feature streamlines API onboarding by automatically detecting and registering unregistered APIs from AWS API Gateway. This ensures that all APIs, including newly published ones, are consistently onboarded and tested for vulnerabilities with minimal manual effort.</p>
<p><strong><em>Feature Highlights:</em></strong></p>
<ul>
<li>Automatically discovers and registers unregistered APIs in AWS API Gateway.</li>
<li>Admins can choose to onboard all available APIs or only those published after a specified date.</li>
<li>The system checks weekly for unregistered APIs and onboards them in batches of 50.</li>
<li>Any remaining APIs are automatically included in the next scheduled batch.</li>
</ul>
<p><strong>Platform Integrity &amp; Logging</strong></p>
<ul>
<li>Activity logs now maintain both user and system actions.</li>
<li>Resolved discrepancies in vulnerability count on the scan details page.</li>
</ul>
<p><strong>OAS Validation &amp; Sanitization</strong></p>
<ul>
<li>Improved sanitization of invalid datatypes, circular references, and other inconsistencies in OAS files during application registration.</li>
<li>Prevented registration of applications with invalid OAS.</li>
</ul>
<p><strong>Authorization Improvements</strong></p>
<ul>
<li>Displayed accurate authorization state on the endpoint details page.</li>
<li>Introduced a flexible custom authentication mechanism to support complex authentication flows involving multiple endpoint calls, headers, cookies, and tokens.</li>
<li>Enabled token refresh support during long-running scans to ensure authentication stays valid throughout the execution window.</li>
</ul>
<p><strong>Hosted Agent Management</strong></p>
<ul>
<li>Users can now view accurate hosted agent state and delete agents as needed.</li>
</ul>
<p><strong>IDP Initiated Flow</strong></p>
<ul>
<li>Added support for IdP-initiated login flows using Okta, allowing seamless access to the platform directly from the Okta dashboard.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[April]]></title>
            <link>https://docs.apisecapps.com/blog/april</link>
            <guid>https://docs.apisecapps.com/blog/april</guid>
            <pubDate>Tue, 01 Apr 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update (April 02, 2025)]]></description>
            <content:encoded><![CDATA[<p><strong>NG Production Release Update (April 02, 2025)</strong></p>
<p>We’re excited to announce the latest updates in this release!</p>
<p><strong>Authetication</strong></p>
<ul>
<li>
<p>Building on the <strong>Test Authentication</strong> feature to validate credentials before running a scan, we are now adding two key improvements:</p>
</li>
<li>
<p>Enhanced Debugging with Request Headers and Body</p>
<ul>
<li>We have now added this crucial information to help troubleshoot authentication issues more effectively.</li>
</ul>
</li>
<li>
<p>Customizable Authentication Endpoint Selection</p>
<ul>
<li>Users can now replace the default system-selected endpoint with a preferred one, ensuring more accurate token validation.</li>
</ul>
</li>
</ul>
<p><strong>Manually add endpoints to an existing application, allowing users to:</strong></p>
<ul>
<li>Test endpoints on the fly, even when API definitions are not yet ready to test.</li>
<li>The platform generates an OAS specification dynamically by adding endpoint details and reloading the spec.</li>
<li>Reload Spec parses the information, detects the sensitivity of endpoints and parameters, and generates variables, payloads, and parameters.</li>
</ul>
<p><strong>Enhanced UX</strong></p>
<ul>
<li>Enhanced the platform experience by integrating inline videos for better guidance and usability. Additionally, we have enriched our documentation, including comprehensive release notes, to ensure clarity and ease of access to important updates.</li>
<li>We have added in-context learning videos. This will help users have a quick view of what a use case is about before they try it out.</li>
<li>We are launching the documentation portal for our platform. From the left navigation, users can now access the self-help portal to read product documentation, release notes, FAQs, and other important information for product use.</li>
</ul>
<hr>
<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update-april-15-2025">NG Production Release Update (April 15, 2025)<a href="https://docs.apisecapps.com/blog/april#ng-production-release-update-april-15-2025" class="hash-link" aria-label="Direct link to NG Production Release Update (April 15, 2025)" title="Direct link to NG Production Release Update (April 15, 2025)">​</a></h2>
<p>We're excited to announce that several key enhancements have moved from Building to Done!</p>
<p><strong>Certificate Support</strong></p>
<ul>
<li>We've introduced support for certificate-based authentication during API testing. Customers can now securely upload client certificates to their Hosted Agent or its EFS-mounted volume within their environment. During scans, the Hosted Agent will automatically select and use the appropriate certificate based on the instance hostname, seamlessly working alongside token-based authentication configured in the APIsec platform.</li>
</ul>
<p><strong>Hosted Agents on the Windows platform</strong></p>
<ul>
<li>We now support Hosted Agents on the Windows platform using Docker Desktop for Windows. This enables teams operating in Windows environments to deploy and run scans on private instances using the APIsec Hosted Agent for Docker on Windows.</li>
</ul>
<p><strong>Optimized Detections Data Skimming</strong></p>
<p>The detections endpoint now excludes unnecessary data when listing vulnerabilities, significantly reducing payload size. This enhancement improves load times and prevents the browser from becoming unresponsive, particularly for APIs with many endpoints or a long vulnerability history.</p>
<p><strong>OpenAPI Specification 3.1.0 Support</strong></p>
<ul>
<li>We're excited to announce that the APIsec platform supports OAS 3.1.0 and gracefully handles any inconsistencies in parameter data types and examples within the spec files.</li>
</ul>
<p><strong>Several key improvements and bug fixes to enhance the accuracy and reliability of parameter and payload handling within the platform</strong></p>
<ul>
<li>Custom header values defined in Global and Endpoint-based Variables are now correctly substituted during dry-run and scan execution.</li>
<li>We can delete a header or query parameters without encountering validation errors, even if their value is null.</li>
<li>Boolean values are now displayed correctly in the parameters configuration view.</li>
<li>The system now allows payloads to be added to endpoints without predefined request bodies.</li>
<li>The generation of faker data has been disabled and replaced with default and example parameter values to increase the likelihood of receiving successful responses from endpoints.</li>
</ul>
<p><strong>We've made several key enhancements to the Reload Spec feature for better accuracy and user experience</strong></p>
<ul>
<li>
<p><strong>Postman Collection Handling</strong>: Previously, attempting to reload a spec using a Postman Collection would silently fail but still return a success message. We've now added appropriate error handling and clear messaging to inform users that Postman Collections are not supported for the Reload Spec operation.</p>
</li>
<li>
<p><strong>YAML Support</strong>: Reload Spec now supports API specifications with the YAML extension via file upload and URL input.</p>
</li>
<li>
<p><strong>Rollback on Failure</strong>: We've addressed an issue where failed reloads could result in missing endpoints and parameters due to partial updates. The system now reverts to the previous stable state in the event of a failure to prevent any data loss or inconsistencies.</p>
</li>
</ul>
<p><strong>Several key improvements across security categories like CORS and Injection have been made to increase the accuracy and clarity of detections</strong></p>
<ul>
<li>
<p><strong>CORS Detection Enhancements</strong>: CORS issues are now reported as informational by default, and will only be escalated to a security detection if all of the following conditions are met:</p>
<ul>
<li>The origin is explicitly allowed</li>
<li>Access-Control-Allow-Credentials is set to true</li>
<li>Authentication methods like cookies, Basic Auth, or Digest Auth are in use</li>
<li>The request method is GET or POST</li>
</ul>
</li>
<li>
<p><strong>Injection Testing Fixes</strong>:</p>
<ul>
<li>Fixed an issue where multiple test iterations reused the exact injection string, limiting test coverage. Unique payloads are now used adequately across iterations.</li>
<li>Resolved a bug in SQL Injection testing where only a single character of the injection string was sent, due to incorrect attribute mapping. Full payloads are now correctly passed and evaluated.</li>
</ul>
<p><strong>Several UI enhancements have been implemented to improve clarity and user experience</strong></p>
<ul>
<li><strong>Endpoint Risk Calculation</strong>: The risk is calculated only for High and Critical vulnerabilities, for a meaningful risk score.</li>
<li><strong>Accurate Last Scan Date</strong>: The Last Scan Date displayed on the application’s instance tile now accurately reflects the most recent scan.</li>
<li><strong>Tooltip Revamp</strong>: Tooltips across the platform have been revamped, making it easier to understand key elements at a glance.</li>
</ul>
</li>
</ul>
<p><strong>Error Response Hardening</strong>:</p>
<ul>
<li>Improved security by ensuring error responses do not expose excessive information (such as internal messages, stack traces, or system details), aligning with best practices for minimizing information disclosure.</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[March]]></title>
            <link>https://docs.apisecapps.com/blog/march</link>
            <guid>https://docs.apisecapps.com/blog/march</guid>
            <pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update">NG Production Release Update<a href="https://docs.apisecapps.com/blog/march#ng-production-release-update" class="hash-link" aria-label="Direct link to NG Production Release Update" title="Direct link to NG Production Release Update">​</a></h2>
<p>We're excited to announce the latest updates in this release!</p>
<p><strong>Add Users to Tenant</strong></p>
<ul>
<li>Administrators can view existing users within the tenant and invite new users. Update and delete functionalities are planned for future releases.</li>
</ul>
<p><strong>Reload Specification</strong></p>
<ul>
<li>Users can now reload the latest OpenAPI Specification (OAS) to automatically discover new endpoints or updated schemas.</li>
</ul>
<p><strong>Bulk Risk Acceptance</strong></p>
<ul>
<li>Users can now accept risks for multiple vulnerabilities by updating them in the Threat Detections tab.</li>
</ul>
<p><strong>Self-Service Endpoint Configuration</strong></p>
<ul>
<li>Add new headers and query parameters.</li>
<li>Update values for existing parameters.</li>
<li>Update sensitivity of each individual attribute in an endpoint.</li>
<li>Update Authentication requirement for individual endpoints</li>
<li>Specify an example request body to hydrate parameters for a successful interaction with the endpoint.</li>
<li>This self-service configuration gives customers more flexibility and control over their endpoints.</li>
</ul>
<p><strong>Dry Run Workflow Decoupling</strong></p>
<ul>
<li>This feature helps customers understand how well each endpoint is prepared for security coverage and provides a path for the customers to take actions in the product to progressively improve readiness.Dry runs now happen before scans, speeding up value delivery. When onboarding an application, we now check endpoint readiness and sensitivity. Readiness status appear in the <strong>Endpoints View</strong>, and upcoming releases will let customers configure endpoints for progressive coverage for deeper category tests.</li>
</ul>
<p><strong>Global Hosted Agents</strong></p>
<ul>
<li>Tenant Admins now have the ability to share Hosted Agents across all users in the tenant. This centralizes the creation and management of agents, enabling the scanning of the entire tenant application footprint.</li>
</ul>
<p><strong>Delete Hosted Agents</strong></p>
<ul>
<li>As a follow-up to February’s Hosted Agent release, we’ve introduced the ability to delete existing hosted agents. Only the creators of agents can perform this action, and only deactivated agents can be deleted to prevent unintended impacts on application scans.</li>
</ul>
<p><strong>SSO Improvements</strong></p>
<ul>
<li>We’ve made several improvements to the self-service SSO setup:<!-- -->
<ul>
<li>Previously, customers could only set up SSO once and needed the CS team for any subsequent changes. With this update, customers can now reconfigure SSO settings independently.</li>
<li>We’ve also adjusted the configurations to support a wider range of IDP versions.</li>
</ul>
</li>
</ul>
<p><strong>Operational Improvements</strong></p>
<ul>
<li>We continue to enhance the backend to support more efficient operations.  we focused on:<!-- -->
<ul>
<li>Improved throughput and capacity utilization during inter-service communication.</li>
<li>Fixed an <strong>RBAC bug</strong> that incorrectly marked inaccessible endpoints as vulnerable.</li>
<li>Resolved <strong>BOLA</strong> issues that prevented scans in other categories if BOLA was in scope.</li>
<li>Made data transfer improvements in the <strong>Scan Orchestrator</strong>, enabling scans for larger applications.</li>
</ul>
</li>
</ul>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[February]]></title>
            <link>https://docs.apisecapps.com/blog/feb</link>
            <guid>https://docs.apisecapps.com/blog/feb</guid>
            <pubDate>Fri, 28 Feb 2025 00:00:00 GMT</pubDate>
            <description><![CDATA[NG Production Release Update]]></description>
            <content:encoded><![CDATA[<h2 class="anchor anchorWithStickyNavbar_LWe7" id="ng-production-release-update">NG Production Release Update<a href="https://docs.apisecapps.com/blog/feb#ng-production-release-update" class="hash-link" aria-label="Direct link to NG Production Release Update" title="Direct link to NG Production Release Update">​</a></h2>
<p>We're excited to announce that several key enhancements have moved from Building to Done!</p>
<p><strong>Single Sign-On (SSO) with Azure AD (SAML)</strong></p>
<ul>
<li>Allowing users to log in with their enterprise credentials.</li>
<li>Supports Active Directory Groups, enabling role-based access control based on group membership.</li>
<li>Users can initiate login directly from the application using SP-Initiated flow.</li>
</ul>
<p><strong>Security Hub: Automated Monthly Email Reports for:</strong></p>
<ul>
<li><strong>Subscribed Users</strong> – Opt-in users will receive the report directly in their inbox.</li>
<li><strong>Recipients added by Tenant Admins</strong> – Admins can add recipients who are not part of the platform to receive reports.</li>
</ul>
<p><strong>Test Authentication Before Running Scans</strong></p>
<ul>
<li><strong>Test and Save Authentication</strong> feature validates credentials and helps prevent scan failures caused by authentication resolution issues.</li>
<li>Allowing endpoint selection during test authentication and notifying users upon authentication failures are planned for future releases.</li>
</ul>
<p><strong>Improved Application Deletion Handling</strong></p>
<ul>
<li>The system now handles application deletions asynchronously across multiple instances, scans, and vulnerability data.</li>
</ul>
<p><strong>Enhanced Documentation in Security Coverage</strong></p>
<ul>
<li>Each Security Category in the Security Coverage tab now includes detailed descriptions, impact insights, and reference links for better clarity.</li>
</ul>
<p><strong>AI-Powered Endpoint Scan Summary</strong></p>
<ul>
<li>AI-generated summaries highlight passed and skipped tests for quick insights into scan results.</li>
</ul>
<p><strong>Instance State Persistence</strong></p>
<ul>
<li>Prevents users from landing on a random instance after a browser refresh, ensuring continuity.</li>
</ul>
<p><strong>Scan Details Page Performance Improvements</strong></p>
<ul>
<li><strong>Optimized for small and medium-sized APIs</strong> for <strong>faster loading times</strong> and improved usability.</li>
<li>Additional backend enhancements for large APIs are planned for future releases.</li>
</ul>]]></content:encoded>
        </item>
    </channel>
</rss>