You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,18 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) — [Semantic V
17
17
18
18
---
19
19
20
+
## [0.1.3] — 2025-06-22
21
+
22
+
### Fixed
23
+
- Server startup crash when installed via `npx` — incorrect `package.json` path resolution from `dist/` (was `../../package.json`, now `../package.json`)
24
+
25
+
### Security
26
+
-**[HIGH]**`entitySetName` now validated against a safe identifier regex (`/^[a-zA-Z_][a-zA-Z0-9_]*$/`) across all tools — prevents path traversal within same origin (F-01)
27
+
-**[MEDIUM]**`relationshipName` and `relatedEntitySetName` now validated with the same safe identifier regex in relation tools (F-10)
28
+
- Consolidated all inline OData single-quote escaping calls to use the centralized `esc()` utility for consistency (F-06)
0 commit comments