Tags: trufflesecurity/trufflehog
Tags
Remove Snowflake Driver (#4173) * Refactor Snowflake detector to remove dependency on gosnowflake and implement custom login request handling - Removed the gosnowflake driver dependency from the Snowflake detector. - Introduced a custom login request structure and logic to handle authentication via Snowflake's undocumented API. - Updated password validation to enforce minimum length and character requirements. - Adjusted integration tests to account for changes in the Result struct * Refactor Snowflake credential verification logic - Moved the credential verification logic into a separate function, `verifyMatch`, to improve code organization and readability. - Simplified error handling and response processing within the verification function. * Refactor Snowflake password validation logic and simpler error handling * Added documentation note regarding the undocumented Snowflake login endpoint.
fix(postman): prevent infinite recursion in variable substitution (#4145 ) * fix(postman): prevent infinite recursion in variable substitution Add recursion depth limit and self-reference detection to the buildSubstitution function to prevent hanging when processing complex variable patterns. Includes comprehensive tests for edge cases. * pr review improvements
PreviousNext