build: Upgrade phan-taint-check-plugin from 1.5.x to 2.0.1

Change-Id: I456638fd0b59b0acebcc0e873f171d1ef0f69564
This commit is contained in:
James D. Forrester 2019-07-09 14:12:28 -07:00 committed by Daimona Eaytoy
parent 79398dbb84
commit 142bda9170
2 changed files with 2 additions and 2 deletions

View file

@ -24,6 +24,6 @@
]
},
"extra": {
"phan-taint-check-plugin": "1.5.0"
"phan-taint-check-plugin": "2.0.1"
}
}

View file

@ -68,7 +68,7 @@ class TOTPEnableForm extends OATHAuthOOUIHTMLForm implements IManageForm {
'label-message' => 'oathauth-step2alt',
'default' =>
'<strong>' . $this->msg( 'oathauth-account' )->escaped() . '</strong><br/>'
. $this->oathUser->getAccount() . '<br/><br/>'
. htmlspecialchars( $this->oathUser->getAccount() ) . '<br/><br/>'
. '<strong>' . $this->msg( 'oathauth-secret' )->escaped() . '</strong><br/>'
. '<kbd>' . $this->getSecretForDisplay( $key ) . '</kbd><br/>',
'raw' => true,