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

Update web.pp #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update web.pp #1

wants to merge 5 commits into from

Conversation

akondasif
Copy link

hard-coded default passwords as parameters is a bad practice

Greetings,

I am a security researcher, who is looking for security smells in Puppet scripts.
I noticed instances of hard-coded passwords, which are against the best practices
recommended by Common Weakness Enumeration (CWE) [https://cwe.mitre.org/data/definitions/259.html] and also by other security practitioners.
I suggest use of undef to mitigate this smell. Feedback is welcome.

hard-coded default passwords as parameters is a bad practice
 to handle suspicious comments
Fixed two hard-coded passwords, one hard-coded user name and one default admin.
Removed instances of empty password
HTTPS instead of HTTP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant