We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a67409 commit 4a75a50Copy full SHA for 4a75a50
changelog/1.35.4.md
@@ -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
@@ -621,6 +621,9 @@
621
{
622
"path": "./changelog/1.35.0.md",
623
"children": [
624
+ {
625
+ "path": "./changelog/1.35.4.md"
626
+ },
627
628
"path": "./changelog/1.35.3.md"
629
},
0 commit comments