-
Notifications
You must be signed in to change notification settings - Fork 19
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
Pipeline task 'MicrosoftSecurityDevOps@1' fails to detect the Secrets/passwords in Python files. #51
Comments
Hello, As for credscan, can you please provide an example / file of something you'd expect to trigger a failure? |
Hi @boAndron , You can find the example Python file with the password hardcoded in the below screenshot Looking forward to your suggestions. |
Hello @rahul-subash! I will send this to the CredScan team, but if I remember correctly this is by design. Some strings like "test_password" (and variants) are intentionally ignored to avoid false positives on test data. Try a random string and see if you get a hit. I'll circle back when I have a response from CredScan. |
Hi @boAndron, It worked fine now after changing the password. Regarding the suppression file, I have followed your instruction by renaming our suppression file from When I checked the pipeline console I noticed this, where the yellow highlighted path is the All I doubt is the format of the suppression file. We have the suppression file in Looking forward to your suggestions. |
@rahul-subash @boAndron - Hey, are you able to suppress cred scan false positives? |
I'm able to suppress the credscan results. You have to create a folder named Please follow the instructions in this comment to configure the The tool will by default check for this file Welcome |
Previously when using the Microsoft Security Code Analysis (MSCA) extension for Cred Scan it fails to detect the passwords in Python (*.py) files, so we planned to migrate the
MicrosoftSecurityDevOps
extension but it still fails to detect the password in Python files.Also is there any option to specify the suppressions file path which was available in Microsoft Security Code Analysis (MSCA)?
Looking forward for your suggestions.
The text was updated successfully, but these errors were encountered: