@defaultMessage Insecure: Unbounded memory consumption and allows arbitrary and unbounded file upload - use StrictBodyHandler instead
io.vertx.core.http.HttpServerRequest#bodyHandler(io.vertx.core.Handler)
io.vertx.ext.web.handler.BodyHandler

@defaultMessage Insecure: Risky path lookups - use StrictResourceHandler instead
io.vertx.ext.web.handler.StaticHandler

@defaultMessage Use VertxUtil.executeBlocking() instead to avoid breaking SLF4J logging of MDC
io.vertx.core.Vertx#executeBlocking(io.vertx.core.Handler, boolean, io.vertx.core.Handler)
io.vertx.core.Vertx#executeBlocking(io.vertx.core.Handler, io.vertx.core.Handler)
