We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4009b commit 0a67409Copy full SHA for 0a67409
changelog/1.36.2.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.36.2"
3
+description: "Released on 12/05/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.36.2.
9
10
+### Features ✨
11
12
+There are no new features in 1.36.2.
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
@@ -610,6 +610,9 @@
610
{
611
"path": "./changelog/1.36.0.md",
612
"children": [
613
+ {
614
+ "path": "./changelog/1.36.2.md"
615
+ },
616
617
"path": "./changelog/1.36.1.md"
618
}
0 commit comments