Skip to content

Commit

Permalink
Bump crow fixes secbug cpp/comparison-with-wider-type (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Apr 26, 2022
1 parent 21b3a41 commit f69b3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/crow
Submodule crow updated 47 files
+8 −8 .drone.yml
+1 −1 .travis.yml
+8 −8 CMakeLists.txt
+4 −11 Doxyfile
+2 −2 LICENSE
+10 −4 cmake/CrowConfig.cmake.in
+0 −146 docs/getting_started/setup/legacy.md
+25 −8 docs/getting_started/setup/linux.md
+7 −7 docs/getting_started/setup/macos.md
+7 −0 docs/guides/CORS.md
+6 −1 docs/guides/app.md
+2 −2 docs/guides/auth.md
+8 −0 docs/guides/base64.md
+4 −6 docs/guides/blueprints.md
+1 −1 docs/guides/compression.md
+10 −4 docs/guides/json.md
+10 −0 docs/guides/logging.md
+23 −21 docs/guides/middleware.md
+11 −3 docs/guides/multipart.md
+1 −1 docs/guides/proxies.md
+3 −3 docs/guides/query-string.md
+4 −4 docs/guides/routes.md
+2 −2 docs/guides/ssl.md
+13 −4 docs/guides/static.md
+23 −4 docs/guides/templating.md
+1 −1 docs/guides/websockets.md
+24 −0 docs/overrides/home.html
+6 −2 examples/CMakeLists.txt
+0 −1 examples/middlewares/example_cors.cpp
+9 −4 include/crow/app.h
+8 −1 include/crow/common.h
+2 −17 include/crow/http_connection.h
+10 −7 include/crow/http_response.h
+3 −1 include/crow/http_server.h
+4 −1 include/crow/json.h
+1 −1 include/crow/logging.h
+39 −22 include/crow/middleware.h
+22 −21 include/crow/middlewares/cors.h
+6 −1 include/crow/multipart.h
+4 −3 include/crow/routing.h
+0 −3 include/crow/settings.h
+4 −13 include/crow/utility.h
+2 −1 mkdocs.yml
+1 −1 tests/CMakeLists.txt
+1 −0 tests/img/filewith.badext
+12 −1 tests/ssl/ssltest.cpp
+25 −3 tests/unittest.cpp

0 comments on commit f69b3a9

Please sign in to comment.