Files
Mario Corchero d86254ee02 feat: add host, db and username to ExtraData for database detectors (#4849)
Populate ExtraData with parsed fields for all
database connection string detectors (MongoDB, PostgreSQL, Redis, JDBC).
This surfaces useful metadata about detected credentials.

The parsing logic already existed in each detector — this change
exposes the extracted values in the result's ExtraData map alongside
any pre-existing fields (rotation_guide, sslmode, etc.).
2026-05-18 16:24:40 +05:00
..