fn verify_claim_matches_submission(
submission_id: Uuid,
claim_submission_id: Uuid,
) -> Result<(), ControllerError>Expand description
Rejects a grading update whose signed claim authorizes a different submission than the one addressed by the URL path.