Skip to content

Commit 73f2842

Browse files
committed
docs(changelog): update security and test entries 📥
- Add security changelog entry for URL/route param limits returning 414 - Add security test changelog entry for 414 on URL/param length limits
1 parent 0ad46dd commit 73f2842

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1616
- **benchmark(worker):** `main-worker.ts`, `/test-worker` and `/test-cpu` routes, benchmark README in English
1717
- **benchmark(rendering):** DVE view rendering benchmark routes (`/test-view*`) and `.dve` templates under `benchmark/views`
1818
- **docs(editor):** Editor tooling docs plus DVE syntax reference and snippet shortcuts for `.dve` templates
19+
- **feat(security):** Add URL length and route param length limits returning 414
1920
- **test(worker):** Worker pool tests and fixtures (`echo_worker.ts`, `error_worker.ts`)
2021
- **test(config):** Add unit tests for misconfiguration covering invalid worker `scriptURL`, poolSize clamping, and negative body limit
2122
- **test(benchmark):** Add smoke test for benchmark routes scanning and `/test` response
23+
- **test(security):** Add tests for 414 on URL and param length limits
2224

2325
### Changed
2426

0 commit comments

Comments
 (0)