Regarding "Hardcoded password". #1171
Replies: 5 comments 2 replies
-
It's possible that secret is being detected but ignored because "password123" is a common test/sample password. Try changing it to a more realistic password and see if that gets detected. |
Beta Was this translation helpful? Give feedback.
-
I have added the Even though Git leaks was not detecting that hard coded password as vulnerability. let me known if any thing that needs to add. |
Beta Was this translation helpful? Give feedback.
-
Hi Richard Gomez, I want to know whether the gitleaks was pulling latest commit or not. |
Beta Was this translation helpful? Give feedback.
-
base) chandra@chandra-Aspire-A715-42G:~/pygoat$ gitleaks detect -v -c gitleaks.toml |
Beta Was this translation helpful? Give feedback.
-
Issue get resolved |
Beta Was this translation helpful? Give feedback.
-
whether Gitleaks will detect "Hardcoded password" or not.
I added
var password = “123password123”
to my nodejs file. The NodeJS file change triggered a NodeJS error (not secrets).
why it is not detecting ?
Beta Was this translation helpful? Give feedback.
All reactions