Skip to content

fix: treat http 403 as an updater error#687

Merged
MDr164 merged 1 commit intotheupdateframework:masterfrom
MDr164:http-error-code-change
May 20, 2025
Merged

fix: treat http 403 as an updater error#687
MDr164 merged 1 commit intotheupdateframework:masterfrom
MDr164:http-error-code-change

Conversation

@MDr164
Copy link
Copy Markdown
Contributor

@MDr164 MDr164 commented May 20, 2025

Previously 403 was handled like 404 in the updater stating that no new update is available but that behavior is deemed incorrect in most cases so go-tuf will divert from python-tuf's behavior. This resolves #673

Previously 403 was handled like 404 in the updater stating that
no new update is available but that behavior is deemed incorrect
in most cases so go-tuf will divert from python-tuf's behavior.

Signed-off-by: Marvin Drees <[email protected]>
@MDr164 MDr164 merged commit 2fd1bbf into theupdateframework:master May 20, 2025
23 checks passed
@MDr164 MDr164 deleted the http-error-code-change branch May 20, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Misuse of http.StatusForbidden

2 participants