Skip to content

WebAppPool: Should not return password for credential object #653

@johlju

Description

@johlju

Problem description

Even if it would work, we should not return an actual password for the credential object for security concerns.

Verbose logs

n/a

DSC configuration

n/a

Suggested solution

We should return $null here for the credential object.

UserName = [String]$appPool.processModel.userName
Password = [String]$appPool.processModel.password

Operating system the target node is running

n/a

PowerShell version and build the target node is running

n/a

WebAdministrationDsc version

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThe issue is a bug.good first issueThe issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHubhacktoberfestSee https://hacktoberfest.digitalocean.com/help wantedThe issue is up for grabs for anyone in the community.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions