Release 13.3.5#30832
Conversation
There was a problem hiding this comment.
@greedy52 can you suggest a better description than "fixed an issue" here?
There was a problem hiding this comment.
It didn't work before. Maybe?
- Fixed an issue
tsh aws ssm start-sessionfails with an error
There was a problem hiding this comment.
I tried to figure out a better description for this one but I didn't know how to describe "endpoint URL mode" concisely and usefully.
|
@jentfoo did you purposely push changes to this branch? In most cases, the release commit only updates versions and the changelog. Is there any reason your fuzzing changes can't be backported in the typical manner? Edit: I see this was the |
This expands the coverage of fuzzing in `lib/web/fuzz_test.go` and includes adding seeds. From this work a new panic was discovered where a pointer is allocated then a pointer to the pointer is passed into json.Unmarshal. It is then possible for this original pointer to remain a `nil` reference. This pattern looks unexpected, so all cases of double pointers being passed into json.Unmarshal were changed to the more standard empty struct pointer style to avoid potential nil reference panics.
a1864d9 to
c5e5e89
Compare
tshto register and enroll the--current-device. #30702tsh aws ssm start-session. #30668invalid maxDuration. teleport.e#2037Security fix
mediumseverity DoS conditions through protocol level attacks. #30854