Quantcast
Viewing all articles
Browse latest Browse all 2663

Potential leak of data: Simple Password

Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: atic void SetUpdatingPassword(DependencyObject dp, bool value) { dp.SetValue(UpdatingPassword, value); } } <Page xmlns:ff="clr-namespace:FunctionalFun.UI"> <!-- [Snip] --> <PasswordBox x:Name="PasswordBox" ff:PasswordBoxAssistant.BindPassword="true" ff:PasswordBoxAssistant.BoundPassword="{Binding Path=Password, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}"> </Page> public class LoginViewModel { // other properties here public PasswordBox Password { get { return m_passwordBo Source: http://pastebin.com/raw.php?i=54KbyRRX

Viewing all articles
Browse latest Browse all 2663

Trending Articles