get_fix_examples
Retrieve before/after code examples for migrating classical algorithms (RSA, ECDH, ECDSA) to post-quantum or hybrid replacements, using an algorithm name or ruleId.
Instructions
Return before/after code examples for migrating a classical algorithm to a post-quantum / hybrid replacement. Provide an 'algorithm' (RSA, ECDH, ECDSA, …) or a 'ruleId' from a finding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ruleId | No | A finding's ruleId (resolved to its algorithm). | |
| algorithm | No | Classical algorithm family to migrate away from. |