| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-29 | 2.2 kB | |
| v1.3.3 source code.tar.gz | 2026-06-29 | 1.0 MB | |
| v1.3.3 source code.zip | 2026-06-29 | 1.1 MB | |
| Totals: 3 Items | 2.1 MB | 1 | |
What's Changed
The main reason for this release is the following security fix:
- fix for Security: pre-auth DoS — invalid end() iterator dereference in multipart parser -check for existence of name header before using it by @gittiver in https://github.com/CrowCpp/Crow/pull/1196
Other changes:
- Fix Routing's
methods_Bitmask Overflow by @DavidPetkovsek in https://github.com/CrowCpp/Crow/pull/1169 - Creates static route for internalPath by @CarloDG80 in https://github.com/CrowCpp/Crow/pull/1147
- Add 2 new fuzzing harnesses by @DavidKorczynski in https://github.com/CrowCpp/Crow/pull/1173
- Add SBOM generation guide by @Xata in https://github.com/CrowCpp/Crow/pull/1172
- added WebDav return Codes to docs by @gittiver in https://github.com/CrowCpp/Crow/pull/1174
- add testcase for injected header, removed executable sample by @gittiver in https://github.com/CrowCpp/Crow/pull/1175
- add App::WebSocketRule_t by @CarloDG80 in https://github.com/CrowCpp/Crow/pull/1156
- Prevent possible integer overflow on multiplication by @gittiver in https://github.com/CrowCpp/Crow/pull/1184
- fix for: Catchall route with return-value handler causes 404 on subsequent requests on a keep-alive connection by @gittiver in https://github.com/CrowCpp/Crow/pull/1183
- Mustache custom template base by @BartelNieuwenhuyse in https://github.com/CrowCpp/Crow/pull/1187
- No trailing zeroes in exponents - see [#1042] by @RMRattray in https://github.com/CrowCpp/Crow/pull/1191
- fix for Security: pre-auth DoS — invalid end() iterator dereference in multipart parser -check for existence of name header before using it by @gittiver in https://github.com/CrowCpp/Crow/pull/1196
New Contributors
- @DavidKorczynski made their first contribution in https://github.com/CrowCpp/Crow/pull/1173
- @Xata made their first contribution in https://github.com/CrowCpp/Crow/pull/1172
- @BartelNieuwenhuyse made their first contribution in https://github.com/CrowCpp/Crow/pull/1187
- @RMRattray made their first contribution in https://github.com/CrowCpp/Crow/pull/1191
Full Changelog: https://github.com/CrowCpp/Crow/compare/v1.3.2...v1.3.3