check_fix_completeness
Check whether all vulnerable call sites for a CWE in a file have been fixed, using candidate references to confirm completeness.
Instructions
Check if a fix has been applied at ALL vulnerable call sites in a file, cross-referenced with known candidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwe | Yes | CWE ID to check (e.g., CWE-78) | |
| filePath | Yes | Path to the source file | |
| candidates | No | Optional array of ScanCandidates to verify | |
| projectRoot | No | Optional project root |