Enhance secrets detection functionality in proxy routes:
authormaximiliancw <redacted>
Fri, 9 Jan 2026 13:44:59 +0000 (14:44 +0100)
committermaximiliancw <redacted>
Fri, 9 Jan 2026 13:44:59 +0000 (14:44 +0100)
commita14b737678bdf94bb3f326f2baa67798c9b320bd
tree2b4708a1bca43ba6eac95032f1f0ceb94f637787
parent223c0ecee0becf4654ce0e5cdc3c7a6c59e3aa92
Enhance secrets detection functionality in proxy routes:

- Integrate secrets detection logic into the proxy request handling.
- Add configuration checks for enabling/disabling secrets detection.
- Implement logging for detected secrets and their types.
- Update the logger to accommodate new fields for secrets detection.
- Refactor related functions for improved clarity and maintainability
src/config.ts
src/routes/proxy.ts
src/secrets/detect.ts
src/services/logger.ts
git clone https://git.99rst.org/PROJECT