VYPR

ActiveSupport

by Rubyonrails

gem: activesupport

Source repositories

CVEs (3)

  • CVE-2026-33176Mar 23, 2026
    risk 0.00cvss epss 0.01

    Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, Active Support number helpers accept strings containing scientific notation (e.g. `1e10000`), which `BigDecimal` expands…

  • CVE-2026-33170Mar 23, 2026
    risk 0.00cvss epss 0.00

    Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, `SafeBuffer#%` does not propagate the `@html_unsafe` flag to the newly created buffer. If a `SafeBuffer` is mutated in…

  • CVE-2026-33169Mar 23, 2026
    risk 0.00cvss epss 0.01

    Active Support is a toolkit of support libraries and Ruby core extensions extracted from the Rails framework. `NumberToDelimitedConverter` uses a lookahead-based regular expression with `gsub!` to insert thousands delimiters. Prior to versions 8.1.2.1, 8.0.4.1, and 7.2.3.1, the…