Mobb Dashboard
Overview
The Mobb dashboard provides a centralized view to view important metrics across your Mobb projects.

The ROI Calculator panel estimates the cost savings associated with using Mobb Autofixer
The Fix Management panel surfaces the most effective fixes and top fixable projects in your Mobb organization
Accessing the Dashboard
After logging into your Mobb account, the dashboard can be accessed via the Dashboard icon on the left navigation panel.

ROI Calculator
Overview
The ROI Calculator provides you with cost-savings related metrics. This panel aggregates the total number of issues fixed by Mobb to calculate the total cost-savings achieved and estimates potential savings available from remaining available fixes.

Current metrics displayed include:
Total issues fixed by Mobb - The number of vulnerabilities or issues that Mobb has already fixed in your codebase (Committed, Downloaded)
Flagged False Positives - The number of issues identified by Mobb as irrelevant (e.g., false positives, test code, autogenerated code, etc). Click here to learn more about the various types of Irrelevant Issues that Mobb can categorize. Note that suppressed issues are not counted, as they represent issues that are already pre-categorized within the SAST report.
Resources Saved - Cost savings achieved from the issues already fixed by Mobb ("Fixed by Mobb") and from time savings achieved by leveraging Mobb to automatically triage and re-categorize the irrelevant issues ("Flag False Positives") into its own category within individual fix reports. The $ amount calculation is based on your personalized settings (See Personalizing the ROI calculator below).
Available Fixes - The total number of fixes currently available in Mobb (but haven’t yet been applied).
Potential Savings - The projected value if you applied Mobb’s auto-fixes to all currently available fixes that are already generated by Mobb. The $ amount is calculated based on your personalized settings (See Personalizing the ROI calculator below).
Personalizing the ROI calculator
By using the "edit" button, you can fine-tune the calculation by supplying your own data to obtain a more accurate estimate for your organization.

The values that can modified include the following:
Dev hourly rate - The average cost of one hour of a developer’s time at your organization (Default value: $200)
Mobb fixing time - The average estimated time it takes for your organization to apply a fix generated by Mobb. This represents the time it takes for you to create a Pull-Request from Mobb, reviewing the PR and merging the fix. (Default value: 7 Mins)
Industry fixing time - The average time (in minutes) it takes a developer to manually fix the same type of issue without Mobb, based on industry benchmarks. (Default value: 300 Mins)
Triage time - The time (in minutes) typically required for a developer to review, analyze, and decide whether an issue is relevant or actionable. (Default value: 60 Mins)

Fix Management
The Fix Management section of the dashboard helps surface additional efficiencies from certain fixes or projects.
There are 2 filters that can be applied:
The "Available" view
The "Resolved" view
These 2 options can be toggled from the button on the top right side of the Fix Management panel.
The "Available" view provides you with the following data:

Available Fixes by Severity - This view displays the total remaining available fixes by their severity level. The severity levels can be Critical, High, Medium, or Low.
Most effective Fixes - The most effective fixes section surfaces all fixes across all your projects that have the most power-ups. A power-up is when a particular fix has the ability to fix multiple issues that were identified in the SAST report that was submitted to Mobb.
Top fixable Projects - The top fixable projects section aggregates the total number of fixes available across your projects.
Additionally, the "Resolved" view provides you with the following data:

Fixed issues by severity - This section displays the total number of fixed issues, sorted by their severity levels. The severity levels can be Critical, High, Medium, or Low.
Committed - This section displays all the fixes that have been committed to your Source Code Repository. To view a particular commit, click the commit icon (Example:
) next to the committed fix.
Downloaded - The downloaded section shows all the fixes that have been downloaded via a patch file (
.diff
)
Last updated
Was this helpful?