verify_fix
Re-scan updated code to confirm a security fix resolves a specific vulnerability. Get status: fixed, still_vulnerable, or new issues with details.
Instructions
Verify that a specific security fix was applied correctly. Re-scans the updated code and checks if the target vulnerability (by rule ID) is resolved. Returns 'fixed', 'still_vulnerable', or 'new_issues' status with details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Updated code after applying the fix | |
| language | Yes | Programming language | |
| ruleId | Yes | Rule ID to verify (e.g. VG402) | |
| filePath | No | File path for context-aware analysis |