We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2008f7f commit 3becbfcCopy full SHA for 3becbfc
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
@@ -587,6 +587,9 @@
587
{
588
"path": "./changelog/1.36.0.md",
589
"children": [
590
+ {
591
+ "path": "./changelog/1.36.2.md"
592
+ },
593
594
"path": "./changelog/1.36.1.md"
595
}
0 commit comments