Przeglądaj źródła

feat: add version 2.1.5000 with new URL validation and multiple fixes

causefx@me.com 9 godzin temu
rodzic
commit
2c1d41997f
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      js/version.json

+ 7 - 0
js/version.json

@@ -663,5 +663,12 @@
     "new": "",
     "new": "",
     "fixed": "fix: change oidcDefaultGroupId to string type in default.php",
     "fixed": "fix: change oidcDefaultGroupId to string type in default.php",
     "notes": ""
     "notes": ""
+  },
+  "2.1.5000": {
+    "date": "2026-05-19 23:17",
+    "title": "Weekly Update",
+    "new": "feat: added URL validation to prevent SSRF attacks by blocking local/internal resources",
+    "fixed": "fix:settings page not loading after OIDC|fix: enhance password reset functionality to prevent account enumeration",
+    "notes": ""
   }
   }
 }
 }