Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/workshops-de/google_gax
General Purpose UtilitiesVulnerability AnalysisSupply Chain SecurityAPI Security
GitHubworkshops-de/google_gax

google_gax

Patched google_gax 0.4.1 for Tesla 1.18.3+ compatibility (CVE-2026-48598)

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

google_gax (patched)

Patched fork of google_gax v0.4.1 for compatibility with Tesla >= 1.18.3.

Why this fork exists

Tesla 1.18.3 (June 2, 2026) introduced strict validation of multipart field names via assert_quoted_string_safe!/2 as part of security fixes for CVE-2026-48598. The upstream google_gax (last release: 2021, unmaintained) passes atoms (:metadata, :data) as multipart field names, which Tesla now rejects with a FunctionClauseError.

Changes from upstream

  • connection.ex: Convert atom field names to strings (to_string/1) before passing to Tesla.Multipart.add_field/4 and Tesla.Multipart.add_file/3
  • connection.ex: Use string tuples for headers ({"Content-Type", ...}) instead of atom tuples ({:"Content-Type", ...})
  • mix.exs: Relaxed mime and poison version constraints

Usage

root@kitploit:~
# mix.exs
{:google_gax, github: "workshops-de/google_gax", override: true}

Upstream

  • Hex: https://hex.pm/packages/google_gax
  • Source: https://github.com/googleapis/elixir-google-api/tree/master/clients/gax
  • Open issue: https://github.com/googleapis/elixir-google-api/issues/12817
Download Tool