CVE-2026-49755: Req Insecure Compressed Default

Defaulting `:compressed` to `true` in `Req.Request.get_option` allows automatic decompression, exposing the application to decompression bomb attacks (DoS). Change the default to `false`.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0Elixirβ
greprules fetch cve-2026-49755-req-insecure-compressed-default --engine opengrep

Description

Defaulting `:compressed` to `true` in `Req.Request.get_option` allows automatic decompression, exposing the application to decompression bomb attacks (DoS). Change the default to `false`.