Skip to content
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

Add rule for checking no_log is set when passwords are used #1558

Merged
merged 5 commits into from May 19, 2021

Commits on May 19, 2021

  1. Add rule for checking no_log is set

    It's pretty important to ensure, that password won't be logged
    and thus exposed in the output. So we add linter rule that will
    check that all tasks, that have "password" in argument are not logged.
    
    Signed-Off-By: Dmitriy Rabotyagov <noonedeadpunk@ya.ru>
    Dmitriy Rabotyagov committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c94486d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8b427a View commit details
    Browse the repository at this point in the history
  3. Fix linters checks

    Since we already have old-style unittest, leaving it as is till mass
    migration to pytest. And ingoring raised by this choice warnings.
    Dmitriy Rabotyagov committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9c4f9fe View commit details
    Browse the repository at this point in the history
  4. Update NoLogPasswordsRule.py

    ssbarnea committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9e55e33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7c0fcc View commit details
    Browse the repository at this point in the history