You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Get-ResultFromTwo -Secret1 (Get-Secret -Name blah -AsPlainText) -Secret2 sdv87ysdfayf798hfasd8f7ha",// '-Secret2' has expr-value argument. Not saved to file.
205
-
"$environment -brand $brand -userBitWardenEmail $bwuser -userBitWardenPassword $bwpass"// '-userBitWardenPassword' matches sensitive pattern and it has parsing error. Not save to file.
205
+
"$environment -brand $brand -userBitWardenEmail $bwuser -userBitWardenPassword $bwpass",// '-userBitWardenPassword' matches sensitive pattern and it has parsing error. Not save to file.
206
+
"(Import-Clixml \"${Env:HOME}\\credential.clixml\").GetNetworkCredential().Password | Set-Clipboard",// 'Password' is a property not in assignment.
207
+
"$a.Password = 'abcd'",// setting the 'Password' property with string value. Not saved to file.
208
+
"$a.Password.Value = 'abcd'",// indirectly setting the 'Password' property with string value. Not saved to file.
0 commit comments