소스 검색

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

causefx@me.com 3 달 전
부모
커밋
2c1d41997f
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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": ""
   }
   }
 }
 }