Skip to content

Commit 4a75a50

Browse files
spikecurtisjohnstcn
authored andcommitted
Add 1.35.4 changelog (#1187)
Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com> (cherry picked from commit 6a7115c)
1 parent 0a67409 commit 4a75a50

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

changelog/1.35.4.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "1.35.4"
3+
description: "Released on 12/05/2022"
4+
---
5+
6+
### Breaking changes ❗
7+
8+
There are no breaking changes in 1.35.4.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.35.4.
13+
14+
### Bug fixes 🐛
15+
16+
- Fixed an issue where operations on API keys were not audit-logged.
17+
18+
### Security updates 🔐
19+
20+
- Fixed an issue where an attacker could craft a malicious DevURL redirect link
21+
to exfiltrate a token that allows accessing that user's devURLs.

manifest.json

+3
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,9 @@
621621
{
622622
"path": "./changelog/1.35.0.md",
623623
"children": [
624+
{
625+
"path": "./changelog/1.35.4.md"
626+
},
624627
{
625628
"path": "./changelog/1.35.3.md"
626629
},

0 commit comments

Comments
 (0)