-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
For some reason this python code
timezone_mapping = {
"Turkey Standard Time": "Europe/Istanbul",
}
Leads to this
Finding: "Turkey Standard Time": "REDACTED"
Secret: REDACTED
RuleID: generic-api-key
Entropy: 3.773557
File: apps/sync/configs/users/transformers.py
Line: 72
Fingerprint: apps/sync/configs/users/transformers.py:generic-api-key:72
To Reproduce
Create this python file and run pre-commit hook
timezone_mapping = {
"Turkey Standard Time": "Europe/Istanbul",
}
Expected behavior
No leaks reported
Screenshots
Basic Info (please complete the following information):
- OS: Manjaro Linux x86_64
- Gitleaks Version: 8.24.0
Additional context
Add any other context about the problem here.
cc @zricethezav
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working