Detection Engine Updates Version 2.149
Release Date: October 10, 2025
New Detectors and Checkers
- Comet API Key: Added a detector and checker for Comet API keys.
- Langfuse Credentials: Added a detector and checker for Langfuse credentials.
- Okta OAuth Credentials with Host: Added a detector and checker for Okta OAuth credentials with host.
- Okta API Token with Host: Added a detector and checker for Okta API tokens with host.
Detector Improvements
- Generic Password: Detector upgrade to remove false positives in lock files.
Analyzer Upgrades
- MySQL Credentials: The secret-analyzer now uses pymysql instead of mysql-connector-python for lighter weight implementation.
- PostgreSQL Credentials: Fixed failure in the analyzer when roles have quotes around them.
Miscellaneous
- Improved GitHub classic analyzer for GitHub Enterprise that was using an old logic.