This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
Security Auditing for PowerShell Scripts #278
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
As read here: PowerShell Injection Hunter: Security Auditing for PowerShell Scripts}
We could make a opt-in test that checks for this. Maybe it should not fail the tests, but at least outputs warnings when not opt-in. There is an issue in SqlServerDsc that is not possible to resolve (I think), but would be good to at least get a warning about it.
The code it warns on is this.
https://github.com/PowerShell/SqlServerDsc/blob/6d4251265c4cb9ad63a02615b9b78759f6a1d086/DSCResources/MSFT_SqlAG/MSFT_SqlAG.psm1#L688-L693
The text was updated successfully, but these errors were encountered: