-
Notifications
You must be signed in to change notification settings - Fork 21
Supress CredScanner #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| { "DOCacheHost", "10.0.0.100:80,myhost2.com:8080" }, | ||
| { "IoTConnectionString", "HostName=instance-company-iothub-ver.host.tld;DeviceId=user-dev-name;SharedAccessKey=abcdefghijklmnopqrstuvwxyzABCDE123456789012=;GatewayHostName=10.0.0.200" } | ||
| // [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Not credentials (false positive)")] | ||
| { "IoTConnectionString", "HostName=instance-company-iothub-ver.host.tld;DeviceId=user-dev-name;SharedAccessKey=dummysha256hash;GatewayHostName=10.0.0.200" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dummysha256hash [](start = 115, length = 15)
Is changing the string required even with the suppression? #Resolved
Need it above this line too? #Resolved Refers to: client-lite/test/mcc_manager.tests.cpp:104 in d6bf3fb. [](commit_id = d6bf3fb, deletion_comment = False) |
|
Update PR title to reflect the move to suppression. #Resolved |
|
By the way, for PRs with a single commit, I've noticed that github doesn't use the PR title when merging. We'll need to double check these.. In reply to: 809689341 [](ancestors = 809689341) |
shishirb-MSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
Suppress CredScanner