For the complete documentation index, see llms.txt. This page is also available as Markdown.

What's New with Mobb

Discover recently released features, news and product announcements!

Sign up to our mailing list to receive updates!
By clicking Subscribe, you agree to the processing of your email address in accordance with our privacy policy.

August 14, 2026

  • New fixes released:

    • Semgrep/Opengrep

      • String Termination Error (allocation missing terminator byte) (CPP)

      • String Termination Error (strncpy bounded by full sizeof) (CPP)

      • String Termination Error (strncpy bounded by strlen) (CPP)

      • Unchecked Return Value (discarded stdio result) (CPP)

      • Unchecked Return Value (stored but unchecked stdio result) (CPP)

      • Trust Boundary Violation (Java)

  • New FP rules released:

    • Semgrep/Opengrep

      • String Termination Error (allocation missing terminator byte) (CPP)

      • String Termination Error (strncpy bounded by full sizeof) (CPP)

      • String Termination Error (strncpy bounded by strlen) (CPP)

      • Unchecked Return Value (discarded stdio result) (CPP)

      • Unchecked Return Value (stored but unchecked stdio result) (CPP)

July 21, 2026

  • New Repo Dashboard REST API endpoints: Added a suite of organization-level endpoints for contributor and repository insights — retrieve a live summary of unique contributors and repository sync health, drill down into the repositories and contributors behind each number, and access historical monthly snapshots. Available to organization owners. View API Documentation

July 10, 2026

  • New fixes released:

    • Semgrep/Opengrep

      • Cookie "HttpOnly" attribute is not set to true (C#)

      • Cookie "Secure" attribute is not set to true (C#)

      • Cross-site Scripting (C#)

      • Deserialization of untrusted data (C#)

      • Improper Resource Shutdown or Release (C#)

      • Information Exposure via Headers (C#)

      • Missing HSTS Header (C#)

      • Missing cross-site request forgery token validation (C#)

      • Open Redirect (C#)

      • Path Traversal (C#)

      • Regex Missing Timeout (C#)

      • SSRF (C#)

      • System Information Leak (C#)

      • XXE (C#)

      • Zip Slip (C#)

      • Denial of Service: StringBuilder (Java)

      • Improper Resource Shutdown or Release (Java)

      • Often Misused: Boolean.getBoolean() (Java)

      • Poor Logging Practice: Use of a System Output Stream (Java)

      • Race Condition Format Flaw (Java)

      • Use of Hard coded Cryptographic Key (Java)

      • Zip Slip (Java)

      • Clear text transmission of sensitive cookie (JavaScript / TypeScript)

      • Sensitive server cookie exposed to the client (JavaScript / TypeScript)

      • Request without certificate validation (Python)

  • New FP rules released:

June 26, 2026

  • New fixes released:

    • Checkmarx

      • JWT No Signature Verification (Java)

    • Fortify

    • Semgrep/Opengrep

      • Frameable Login Page (Clickjacking) (Java)

      • HTTP Parameter Pollution (query-string concatenation audit) (Java)

      • HTTP Parameter Pollution (tainted value into URL / query string) (Java)

      • Client DOM Stored Code Injection (JavaScript / TypeScript)

      • Incomplete Hostname Regex (JavaScript / TypeScript)

      • Incomplete URL scheme check (JavaScript / TypeScript)

  • New FP rules released:

June 19, 2026

  • New fixes released:

    • Semgrep/Opengrep

      • Log Forging (Java)

      • Missing Check Against Null (Java)

      • System information leak via printStackTrace (Mobb) (Java)

      • GraphQL Depth Limit (JavaScript / TypeScript)

      • Iframe Without Sandbox (JavaScript / TypeScript)

      • Incomplete URL Substring Sanitization (JavaScript / TypeScript)

      • Type Confusion Through Parameter Tampering (JavaScript / TypeScript)

      • Unsafe Use of target=_blank (JavaScript / TypeScript)

      • Improper Resource Shutdown or Release (Python)

      • Incomplete URL Substring Sanitization (Python)

      • Insecure Temporary File (Python)

      • Log Forging (Python)

      • Modified Default Parameter (Python)

      • Regex Injection (Python)

      • System Information Leak (Python)

  • New FP rules released:

    • Semgrep/Opengrep

      • Log Forging (Java)

      • System information leak via printStackTrace (Mobb) (Java)

      • Incomplete URL Substring Sanitization (Python)

      • Insecure Temporary File (Python)

      • Log Forging (Python)

      • Modified Default Parameter (Python)

June 12, 2026

June 9, 2026

May 28, 2026

May 25, 2026

  • New feature in Mobb CLI: Scan and Fix mode. Mobb CLI can now scan your repository natively using its built-in Opengrep engine and generate fixes in a single command, with no external SAST tool or pre-generated report required. The same command also supports a diff-aware mode (via --baseline-commit) that only reports findings introduced since a given commit, making it ideal for pull request workflows. Learn more

May 22, 2026

May 15, 2026

May 8, 2026

May 7, 2026

  • REST API enhancements — fix lifecycle tracking fields: The GET /api/rest/fix-reports/{fixReportId} endpoint now returns four additional fields to support reporting and issue lifecycle tracking:

    • Vendor / Source (fixReport[].vulnerabilityReport.vendor) — the SAST scanner that identified the issue

    • First Observed Date (fixReport[].fixes[].vulnerabilityReportIssues[].sharedState.createdAt) — when the issue was first detected

    • Downloaded Date (fixReport[].fixes[].sharedState.downloadedBy[].downloadedAt) — when a fix was downloaded and by whom

    • Committed Date (fixReport[].fixes[].scmSubmitFixRequests[].createdAt) — when a fix was submitted as a PR or commit

    See Tracking Fix Lifecycle Metrics for full details and example responses.

May 1, 2026

April 28, 2026

April 17, 2026

April 16, 2026

  • New REST API endpoint: Added organization-scoped GET /api/rest/organizations/{organizationId}/active-reports endpoint — similar to the existing /api/rest/active-reports but filtered by organization and enriched with project ID and name in the response. View API Documentation

  • REST API update: GET /api/rest/active-reports now returns project ID and name in its response. View API Documentation

April 15, 2026

April 7, 2026

March 23, 2026

  • New guide: Added a step-by-step integration guide for Jenkins + Bitbucket + Checkmarx One, covering how to set up Checkmarx One and Mobb auto-remediation for your Bitbucket repositories through Jenkins pipeline.

March 4, 2026

  • New REST API guide: Added a deployment scenario guide explaining how to use the /api/rest/fp-summary endpoint to retrieve concise false positive summaries (up to 280 characters) — ideal for embedding in suppression comments, ticketing systems, and CI/CD pipelines. Learn more

February 27, 2026

February 17, 2026

  • New feature in Mobb CLI: Added scan-skill command to provide security scanning for agentic coding skills before installation and after deployment. Protects against malicious skills that could perform credential theft, persistence, or remote payload execution. Learn more

  • New REST API endpoint: Added /api/rest/fp-summary endpoint to retrieve concise false positive descriptions (up to 280 characters) for issues. View API Documentation

February 13, 2026

  • New REST API endpoint: Added /api/rest/active-reports endpoint to retrieve all active fix reports with finished state. View API Documentation

  • Age of Fixable Issue: Added age tracking for fixable issues to help with SLA tracking and prioritization. Learn more

February 9, 2026

January 7, 2025

December 19, 2025

December 9, 2025

December 8, 2025

December 2, 2025

  • Explain Fix Feature Released: We've added a new "Explain Fix" button to individual fixes in the fix report that provides AI-powered explanations of how and why each security fix was implemented. This feature helps developers understand the security reasoning behind fixes, learn secure coding patterns, and make informed decisions about remediation strategies. Learn more about working with fix explanations.

  • New Tracy Integration Guides: Added comprehensive guides for integrating Mobb Tracy with popular AI coding assistants. These guides provide step-by-step instructions for setting up Tracy to monitor AI-generated code in your development workflow:

November 14, 2025

November 4, 2025

  • Claude Code Integration Guide Released: Published a comprehensive setup guide for integrating Mobb Vibe Shield (MVS) with Anthropic's Claude Code AI coding assistant. This integration enables developers to use Mobb's automated fixing capabilities directly within Claude Code through Model Context Protocol (MCP). View the complete setup guide.

October 28, 2025

October 22, 2025

  • Enhanced Issues API v5 Released: Introduced GET Issues v5 REST API endpoint with significant enhancements over v4, including false positive support with fpDescription field and improved filtering capabilities with fixReportId parameter for more granular issue queries.

October 20, 2025

October 10, 2025

September 26, 2025

September 19, 2025

September 12, 2025

September 2, 2025

August 28, 2025

August 8th, 2025

July 30, 2025

July 21, 2025

July 7, 2025

June 30, 2025

June 22, 2025

June 13, 2025

May 2, 2025

April 8, 2025

New stable fixes released:

March 17, 2025

March 13, 2025

February 13, 2025

January 21, 2025

January 7, 2025

December 13, 2024

November 6, 2024

September 24, 2024

September 10, 2024

  • Added Support for Multi-tenant Mobb Broker: Mobb Broker allows users to connect their Mobb organization to self-hosted (private) source code repositories that are not publicly accessible from the internet. You can now deploy the Mobb broker if your organization is on the multi-tenant mobb platform. Click here for more details.

  • New stable fixes released:

    • Code Correctness: Erroneous String Compare (Erroneous String Compare) for Java (Fortify)

    • use_of_wrong_operator_in_string_comparison (Erroneous String Compare) for Java (Checkmarx)

    • Strings and Boxed types should be compared using "equals()" (Erroneous String Compare) for Java (Sonarqube)

    • Poor Error Handling: Empty Catch Block for Java (Fortify)

    • unvalidated_arguments_of_public_methods (Unvalidated Public Method Argument) for C# (Checkmarx)

    • J2EE Bad Practices: Leftover Debug Code (Leftover Debug Code) for Java (Checkmarx)

    • Poor Style: Confusing Naming (Confusing Naming) for Java (Fortify)

    • confusing_naming (Confusing Naming) for Java (Checkmarx)

    • Debug Mode Enabled (Debug Enabled) for Python (Snyk)

    • flask-debug (Debug Enabled) for Python (CodeQL)

    • debug_enabled (Debug Enabled) for Python (Checkmarx)

    • Delivering code in production with debug features activated is security-sensitive (Debug Enabled) for Python (Sonarqube)

    • information_exposure_via_headers (Information Exposure via Headers) for C# (Checkmarx)

    • Code Correctness: Class Does Not Implement Equivalence Method (Class Does Not Implement Equivalence Method) for Java (Fortify)

    • declaration_of_catch_for_generic_exception (Overly Broad Catch) for C# (Checkmarx)

August 19, 2024

  • Added support for GitHub Enterprise: This capability allows users to run fix analysis and commit fixed code directly to GitHub Enterprise. See system requirements for more details.

  • Added new "Fixing Effort" feature: Fixing effort is an indicator that informs users the level of effort required to complete the fix. Click here for more details.

  • Added Effort as a new filter in the fix report filter list. See all available filters here.

  • New stable fixes released:

    • Unreleased Resource: Streams (Improper Resource Shutdown or Release) for Java (Fortify)

    • Poor Style: Value Never Read (Value Never Read) for Java (Fortify)

    • Improper Resource Shutdown or Release for Java (SonarQube)

    • Value Never Read for Java (SonarQube)

    • Improper_Resource_Shutdown_or_Release (Improper Resource Shutdown or Release) for Java (Checkmarx)

August 5, 2024

  • SonarQube support added: Mobb now supports SonarQube SAST results! You can now upload SonarQube reports to Mobb to generate fixes. Click here to see a detailed list of currently supported fixes for SonarQube.

  • Mobb Fixer adds packages: For JS-based projects, if a fix requires the use of an additional package, Mobb will automatically add that package as part of the fix to package.json file.

  • Resend user invitation: Added the option to resend an invitation email to someone to join your organization. Click here for more details.

  • Quick analysis rerun: When an existing fix is improved, the Mobb app will indicate this status and offer to rerun the analysis in one click. After the rerun, the app will indicate which fixes are "fresh", meaning these are new compared to the previous run. Click here for more information.

  • Added Severity and Language as filters in the fix report filter list. See all available filters here.

  • Experimental fixes are now disabled by default. You can go to Settings -> Fix Policy to turn them back on.

  • New stable fixes released:

    • Zip Slip for Java (SonarQube)

    • SQL Injection for Java (SonarQube)

    • Log Forging for Java (SonarQube)

    • XSS for Java (SonarQube)

    • Regex Injection for Java (SonarQube)

    • Insecure Cookie for Java (SonarQube)

    • Cookie is not HttpOnly for Java (SonarQube)

    • Path Traversal for Java (SonarQube)

    • Cookie is not HttpOnly for Java (SonarQube)

    • Regex Injection for JavaScript (SonarQube)

    • Insecure Randomness for JavaScript (SonarQube)

    • Dead Code: Unused Field for C# (Fortify)

    • Header Manipulation: Cookies for C# (Fortify)

    • XSS for C# (Checkmarx)

June 27, 2024

  • Added support for Bitbucket Cloud - Support for SCM tools (GitHub, GitLab, Azure Repo, Bitbucket Cloud) allows users to automatically run fix analysis by connecting their repository to Mobb, as well as allowing Mobb to automatically generate Pull Requests (PRs) back into the repository. Follow the onboarding guide to learn more about how to submit a fix analysis for your repository.

  • Added Live Support via Intercom in the Mobb UI

  • New stable fixes released:

    • Information_Exposure_Through_an_Error_Message (System Information Leak) for C# (Checkmarx)

    • Sensitive Cookie in HTTPS Session Without 'Secure' Attribute (Insecure Cookie) for JavaScript (Snyk)

    • Clear text transmission of sensitive cookie (Insecure Cookie) for JavaScript (CodeQL)

    • Cookie Security: Cookie not Sent Over SSL (Insecure Cookie) for JavaScript (Fortify)

    • Unprotected_Cookie (Insecure Cookie) for JavaScript (Checkmarx)

    • SQL Injection for Python (Snyk)

    • Unchecked_Input_For_Loop_Condition (Unchecked Loop Condition) for JavaScript (Checkmarx)

    • insufficient_logging_of_sensitive_operations (Insufficient Logging of Sensitive Operations) for C# (Checkmarx)

    • Incomplete URL scheme check for JavaScript (CodeQL)

    • Prototype-polluting assignment (Prototype Pollution) for JavaScript (CodeQL)

June 4, 2024

  • UI Update - Project Settings: This capability provides additional granularity for setting user permissions on a per-project basis. To see more details, click here.

  • New documentation page: Mobb GitHub Fixer for CxOne

  • New stable fixes released:

    • Arbitrary File Write via Archive Extraction (Zip Slip) for Java (Snyk)

    • Arbitrary File Write via Archive Extraction (Zip Slip) for C# (Snyk)

    • Arbitrary file access during archive extraction (Zip Slip) for Java (CodeQL)

    • Arbitrary file access during archive extraction (Zip Slip) for C# (CodeQL)

    • Path Manipulation: Zip Entry Overwrite (Zip Slip) for Java (Fortify)

    • Path Manipulation: Zip Entry Overwrite (Zip Slip) for C# (Fortify)

    • Hard-coded credentials (Hardcoded Secrets) for JavaScript (CodeQL)

    • Value_Shadowing (Value Shadowing) for C# (Checkmarx)

    • Use_of_Insufficiently_Random_Values (Insecure Randomness) for C# (Checkmarx)

    • Use of Insufficiently Random Values (Insecure Randomness) for C# (Snyk)

    • Insecure Randomness for C# (CodeQL)

    • Insecure Randomness for C# (Fortify)

May 20, 2024

  • Mobb Fixer for Checkmarx One GitHub Integration is now available. This integration monitors for `Checkmarx comments in a PR and generates a Mobb Fixer comment in the same PR. Click here for more details.

  • UI Update: Hovering over an issue name will display the original issue name from the SAST provider. Click here for more details.

  • New stable fixes released:

    • HttpOnlyCookies for C# (Checkmarx)

    • Trust Boundary Violation for C# (Fortify)

    • Privacy Violation for Java (Fortify)

May 7, 2024

  • UI Update: Hovering over the (!) tooltip next to the text "Available Fixes" on the Fix Report page will display the number of issues fixed compared to the total issues found in the vulnerability report. Click here for more details.

  • New stable fixes released:

    • Just One of Equals() and GetHashCode() Defined for C# (Fortify)

    • Missing equals or hashcode method for C# (Checkmarx)

    • WCF Misconfiguration: Throttling Not Enabled for C# (Fortify)

    • WCF Misconfiguration: Insufficient Logging for C# (Fortify)

    • Incomplete regular expression for hostnames for JavaScript (CodeQL)

    • Overly permissive regular expression range for JavaScript (CodeQL)

April 29, 2024

  • Mobb Broker is now released. Mobb Broker allows users to connect their Mobb organization to self-hosted source code repositories that are not publicly accessible from the internet. Please contact us to learn more.

  • New feature: Project pages now include a "Language" column that contains information about the languages present in the project.

  • New feature: All previously committed fixes now include a "Link to commit".

  • New feature: All fixes now contain a "Fix Info" tab, which contains additional info about the issue as well as fix instructions for the issue type.

  • A new integration guide has been added for Atlassian Bamboo along with a sample integration YAML

  • New stable fixes released:

    • Header Manipulation for C# (Fortify)

    • Password in Comment for XML (Fortify)

    • Server-Side Request Forgery for JavaScript (Checkmarx)

    Click here to see all currently supported fixes

April 18, 2024

  • New stable fixes released:

    • Prototype Pollution for JavaScript

    • Insecure Cookie for C#

    • Cookie is not HttpOnly for C#

    • Locale Dependent Comparison for Java

    • Race Condition Format Flaw for Java

    • Server-Side Request Forgery for C#

    • Regular Expression Injection for Java

    • XSS for Java

    • Poor Error Handling: Overly Broad Catch for Java

    • Non-final Public Static Field for Java

    • Missing HSTS Header for JavaScript

    • Dead Code: Unused Field for Java

March 19, 2024

  • New stable fixes released:

    • Insecure Randomness for Javascript

    • SQL Injection for Javascript

    • Command Injection for Javascript

    • Hardcoded Secrets in Javascript

    • Deprecated Function in Javascript

    • Null Dereference for C#

    • Trust Boundary Violations for C#

March 4, 2024

  • Dashboard with ROI Calculator and Fix Management capabilities released. To see more details, click here.

    • The ROI Calculator identifies the total savings in cost and time from all automatic fixes

    • Fix Management dashboard identifies the most effective fixes available across all your projects

Feb 26, 2024

  • New stable fixes released:

    • Path Traversal for JavaScript

    • Error Condition Without Action for Java

    • HTML Comment in JSP for Java

    • Default Definer Rights in Package or Object Definition for SQL

    • Improper Exception Handling for C#

    • Improper Resource Shutdown or Release for C#

Feb 7, 2024

  • New stable fixes released:

    • jQuery Deprecated Symbols for JavaScript

    • Missing iframe Sandbox for JavaScript

    • Unsafe Target Blank for JavaScript

    • Missing Anti-forgery Validation for C#

    • Insecure Binder Configuration for C#

    • Overly Broad Catch for C#

January 29, 2024

  • New stable fix released:

    • Missing Check Against Null for Java

  • Added support for Azure Repo - Mobb can now automatically retrieve source code from Azure Repo and commit directly back to an Azure Repo once a fix is ready.

January 26, 2024

  • New stable fix released:

    • Regex Injection for Java added

January 22, 2024

Jan 15, 2024

  • New stable fix released:

    • Trust Boundary Violations added

    • Log Forging for Snyk and Fortify added

January 9, 2024

December, 2023

May, 2022

  • Bugsy launched. Bugsy is a command-line interface (CLI) tool that provides automatic security vulnerability remediation for your code. It is the community edition version of Mobb, the first vendor-agnostic automated security vulnerability remediation tool. Click here to learn more.

Last updated