Skip to content
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

Release 11.3.21 #30827

Merged
merged 5 commits into from
Aug 23, 2023
Merged

Release 11.3.21 #30827

merged 5 commits into from
Aug 23, 2023

Conversation

camscale
Copy link
Contributor

@camscale camscale commented Aug 22, 2023

  • Fixed S3 metric name for completed multipart uploads. #30712
  • Fixed Teleport Connect to properly show errors from the remote end. #30694
  • Fixed Review Requests to disallow reviews after request is resolved. #30688
  • Fixed Discovery service panics on GKE clusters without labels. #30648
  • Fixed memory leak using PAM libraries. #30519
  • Fixed "user is not managed" error when accessing ElastiCache and MemoryDB. #30358
  • Fixed resources being deleted from Firestore on update. #30289
  • Updated LDAP desktop discovery to handle slow DNS queries better. #30465
  • Updated SAML certificate parsing to allow leading/trailing spaces. #30452
  • Improved audit logging support for large SQL Server queries. #30245
  • Explicitly mention registered and new device when running tsh mfa add on Windows. #30217
  • Tighten discovery service permissions. #29996
  • helm: Add support for custom annodations in the teleport-kube-agent Secret. #30840

Security fix

  • Security improvements with possible medium severity DoS conditions through protocol level attacks. #30854

CHANGELOG.md Outdated Show resolved Hide resolved
camscale and others added 4 commits August 22, 2023 18:42
From recent fuzzing 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.
@camscale camscale added this pull request to the merge queue Aug 23, 2023
Merged via the queue into branch/v11 with commit 4aeefbc Aug 23, 2023
25 checks passed
@camscale camscale deleted the release/11.3.21 branch August 23, 2023 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants