pelagora 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/favicon.ico +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ All notable changes to **pelagora** will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project follows [Keep a Changelog](https://keepachangelog.com/) and [Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [0.3.0] — 2026-04-03
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Helmet.js for security headers (CSP, X-Frame-Options, etc.)
|
|
11
|
+
- Express rate limiting: 200 req/15min general, 30 req/15min for write endpoints
|
|
12
|
+
- JSON body size limit (1 MB)
|
|
13
|
+
- SSRF protection on media `/from-url`: block non-http/https schemes and localhost/internal IPs
|
|
14
|
+
- `validateCoordinates` for lat/lng bounds checking on settings `/location`
|
|
15
|
+
- `sanitizeObject` applied to previously unsanitized routes: favorites, collections, scans
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
- Upgraded `@pelagora/pim-protocol` to `^0.4.0`
|
|
19
|
+
- `SanitizationError` now handled in global error middleware
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
7
23
|
## [0.2.6] — 2026-04-02
|
|
8
24
|
|
|
9
25
|
### Added
|
package/package.json
CHANGED
package/favicon.ico
DELETED
|
Binary file
|