Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions changelog/1.35.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "1.35.4"
description: "Released on 12/05/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.35.4.

### Features ✨

There are no new features in 1.35.4.

### Bug fixes 🐛

- Fixed an issue where operations on API keys were not audit-logged.

### Security updates 🔐

- Fixed an issue where an attacker could craft a malicious DevURL redirect link
to exfiltrate a token that allows accessing that user's devURLs.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,9 @@
{
"path": "./changelog/1.35.0.md",
"children": [
{
"path": "./changelog/1.35.4.md"
},
{
"path": "./changelog/1.35.3.md"
},
Expand Down