What's Changed
The main reason for this release is the the fix of a possible Header injection:
- [Security] Prevent HTTP Response Header Injection by sanitizing CR/LF characters by @notfresh in #1167
These changes are also included in the release:
- Minor features to crow::json::wvalue by @CarloDG80 in #1143
- Fix heap-buffer-overflow in query_string when parsing malformed '%'Fix heap-buffer-overflow in query_string for malformed '%' by @shan-tanu-joshi-3010 in #1134
- Feature#1129-CMake Error: ALIAS target "Boost::system" name collision… by @EmBachlitzanakis in #1133
- Enable compiler sanitizers for test builds, fixed new bugs found with them by @shan-tanu-joshi-3010 in #1154
- Fix build on OpenBSD by @Wisdurm in #1162
- Populate headers for HTTP OPTIONS requests by @DavidPetkovsek in #1062
New Contributors
- @CarloDG80 made their first contribution in #1143
- @shan-tanu-joshi-3010 made their first contribution in #1134
- @Wisdurm made their first contribution in #1162
- @notfresh made their first contribution in #1167
Full Changelog: v1.3.1...v1.3.2