verify_fix
Verify that a security fix resolves a specific vulnerability. Re-scans updated code against a rule ID and reports whether the fix was successful.
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 |