@ -71,8 +71,6 @@ Function Get-CommonChocolateyArguments {
}
FunctionGet-InstallChocolateyArguments{
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams","",Justification="We need to use the plaintext pass in the cmdline, also using a SecureString here doesn't make sense considering the source is not secure")]
@ -165,9 +163,6 @@ Function Get-InstallChocolateyArguments {
}
FunctionInstall-Chocolatey{
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams","",Justification="We need to use the plaintext pass in the env vars, also using a SecureString here doesn't make sense considering the source is not secure")]
@ -317,8 +312,6 @@ Function Get-ChocolateyPackageVersion {
}
FunctionUpdate-ChocolateyPackage{
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams","",Justification="We need to use the plaintext pass in the cmdline, also using a SecureString here doesn't make sense considering the source is not secure")]
@ -378,8 +371,6 @@ Function Update-ChocolateyPackage {
}
FunctionInstall-ChocolateyPackage{
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams","",Justification="We need to use the plaintext pass in the cmdline, also using a SecureString here doesn't make sense considering the source is not secure")]
@ -109,8 +109,6 @@ Function Get-ChocolateySources {
}
FunctionNew-ChocolateySource{
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams","",Justification="We need to use the plaintext pass in the cmdline, also using a SecureString here doesn't make sense considering the source is not secure")]
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingUserNameAndPassWordParams","",Justification="We need to use the plaintext pass in the Win32 call, also the source isn't a secure string to using that is just a waste of time/code")]