Keyword plugin not detecting "password" keyword? #699
Labels
bug
The issue describes a malfunctioning aspect of the project.
good first issue
The issue can be tackled by someone who has little to no knowledge about the project.
help wanted
Indicates that we would like someone that’s not a maintainer to work on the issue.
triaged
The issue has been reviewed but has not been solved yet.
I'm submitting a ...
What is the current behavior?
"detect-secrets scan" misses files in current directory or subdirectories containing "password" keyword
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
in git repository, create a file ATEST.cs with just two lines:
Get Connection String
String oraConnStr = "Data Source=sis2:1521/dprod.sis2.domain.org;User ID=svcacct;Password=svcacctpass;";
What is the expected behavior?
detect-secrets scan will identify this file as containing secrets according to keyword plugin
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information
I've tried running detect-secrets via pre-commit hook or straight from command line. When I tried on real-world files, the Base64HighEntropyString did have some false-positive results, but none of the files containing the keyword "Password" are being detected.
The text was updated successfully, but these errors were encountered: