crowcpp v1.3.3 security fix
Published on July 2, 2026 by Frank L
A new version of crowcpp was just released, mainly with a security fix for multipart messages.
In addition some smaller improvements are included:
- added a guide for SBOM usage (https://crowcpp.org/master/guides/sbom/)
- return codes for webdav added
Full list is available in the release notes.
https://github.com/CrowCpp/Crow/releases/tag/v1.3.3
Crow is a C++ framework for creating HTTP or Websocket web services.
It uses routing similar to Python's Flask which makes it easy to use.
It is also extremely fast, beating multiple existing C++ frameworks as well as non C++ frameworks.
https://crowcpp.org/
In addition some smaller improvements are included:
- added a guide for SBOM usage (https://crowcpp.org/master/guides/sbom/)
- return codes for webdav added
Full list is available in the release notes.
https://github.com/CrowCpp/Crow/releases/tag/v1.3.3
Crow is a C++ framework for creating HTTP or Websocket web services.
It uses routing similar to Python's Flask which makes it easy to use.
It is also extremely fast, beating multiple existing C++ frameworks as well as non C++ frameworks.
https://crowcpp.org/