Instead of waiting for the next scheduled scan, you can run a focused check on individual findings or a group of issues, directly from the scan report. The results provide immediate clarity on whether the vulnerability is still exploitable or has been remediated.
If you’ve fixed a particular issue and want to check if the patch worked, you can trigger a live test for that vulnerability:
- Open the relevant Scan Report from the Scans section (
) in ZeroThreat. - Click on the vulnerability you want to verify and open the individual finding.
- Click on the Request Detail section.
- Click the “Test this Vulnerability” (
) button.
This action will trigger a targeted test using the original payload and request details. No other parts of your application will be affected.
- Wait around 1–2 minutes for the test to complete.
- Click on the “Live Test Results” button to view the outcome. The result will show whether the issue was successfully fixed (Passed) or still exploitable (Failed).
If you’ve deployed multiple fixes across the app, you can use the bulk retest feature to validate multiple vulnerabilities at once.
- Go to the top-right corner inside a Scan Report page.
- Click the “Retest” button to open the retest panel.
- You’ll be given three flexible retesting options:
- Retest All – Revalidates every vulnerability detected in the scan.
- Filter by Severity – Select severity levels like Critical, or Medium to retest only high-impact findings.
- Custom Selection – Manually choose specific vulnerabilities you want to retest.
Once initiated, ZeroThreat will rerun the relevant tests and show an updated status for each vulnerability.
Each vulnerability tested will show one of the following outcomes:
- ✅ Passed – The issue is no longer exploitable; your fix is working as intended.
- ❌ Failed – The vulnerability still exists and may need a revised patch.
You can review these results immediately from inside the Re-Test section inside Scan Report, making it easy to check status of each finding.
- Choose the right approach: Depending on the situation, you can retest a group of vulnerability, a single finding, or run a full rescan—pick what makes the most sense for your usecase.
- Save time with targeted checks: Retesting individual findings is a quick and efficient way for developers to verify patches without waiting for a full scan to complete.
- Focus on what matters: Start by retesting Critical and Medium vulnerabilities to quickly reduce the biggest risks