mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
0dc2c9fe61
* fix(db): persist CPE in postgres and mysql (#2487) Adds cpe column to both SQL schemas, idempotent migration for existing tables, and JSON binding in InsertBatch. * adding comment note * fixing lint --------- Co-authored-by: Mzack9999 <mzack9999@protonmail.com>