fix: handle Optional in 307 location header response#23
Merged
Conversation
Kusari Analysis ResultsAnalysis for commit: ba43e14, performed at: 2025-07-21T03:32:17Z • • Recommendation✅ PROCEED with this Pull Request Summary✅ No Flagged Issues Detected All values appear to be within acceptable risk parameters. No pinned version dependency changes, code issues or exposed secrets detected! Found this helpful? Give it a 👍 or 👎 reaction! |
Contributor
There was a problem hiding this comment.
cubic reviewed 1 file and found no issues. Review PR in cubic.dev.
thestuckster
approved these changes
Jul 18, 2025
Collaborator
Author
|
Write a test to verify before merging |
mbristol580
approved these changes
Jul 18, 2025
|
Kusari PR Analysis rerun based on - ba43e14 performed at: 2025-07-21T03:32:17Z - link to updated analysis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Fixed a bug where 307 redirect responses were not unwrapped from their Optional, resulting in incorrect String manipulation.