Skip to content

fix: treat http 403 as an updater error #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025

Conversation

MDr164
Copy link
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 <marvin.drees@9elements.com>
@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