salvacybersec
0137dc57b1
feat(10-03): add GitLabSource for /api/v4/search blobs
- Implements recon.ReconSource against GitLab Search API
- PRIVATE-TOKEN header auth; rate.Every(30ms) burst 5 (~2000/min)
- Disabled when token empty; Sweep returns nil without calls
- Emits Finding per blob with Source=/projects/<id>/-/blob/<ref>/<path>
- 401 wrapped as ErrUnauthorized; ctx cancellation honored
- httptest coverage: enabled gating, happy path, 401, ctx cancel, iface assert
2026-04-06 01:15:49 +03:00
..
2026-04-05 12:26:36 +03:00
2026-04-06 00:24:51 +03:00
2026-04-05 15:41:13 +03:00
2026-04-05 23:55:36 +03:00
2026-04-05 15:46:11 +03:00
2026-04-05 23:55:38 +03:00
2026-04-05 15:48:46 +03:00
2026-04-06 01:15:49 +03:00
2026-04-06 00:16:33 +03:00
2026-04-05 12:18:26 +03:00
2026-04-05 15:49:22 +03:00