-
Couldn't load subscription status.
- Fork 32
Create rule S8219 #5782
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
base: master
Are you sure you want to change the base?
Create rule S8219 #5782
Conversation
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.
Please also adjust the PR title to follow the pattern used in this repository for new rules.
rules/S8219/secrets/metadata.json
Outdated
| @@ -0,0 +1,56 @@ | |||
| { | |||
| "title": "Azure DevOps app secret should not be disclosed", | |||
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.
| "title": "Azure DevOps app secret should not be disclosed", | |
| "title": "Azure DevOps app secrets should not be disclosed", |
For consistency with other secret rules.
rules/S8219/secrets/rule.adoc
Outdated
| username = redacted # Compliant | ||
| # password = # Store it with keyring module |
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.
| username = redacted # Compliant | |
| # password = # Store it with keyring module | |
| username = redacted | |
| # password = # Compliant (password is stored in the keyring module) |
The compliant marker should be on the line that is compliant, would this work?
|
|





You can preview this rule here (updated a few minutes after each push).
Review
A dedicated reviewer checked the rule description successfully for: