1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Olaf Tomalka 3f3479bf6e
Fix: eth_sign does not validate input (#12679)
* Fix #5039

* Converted function into async

* Added more explicit explanation of why the number of bits for EcSign

* eth_sign and eth_personalSign now report errors correctly back to the user

* Added leeway to unsigned message byte check

* Fix lint
2021-11-19 17:05:24 +01:00
..
account-import-strategies
constants
controllers Ensure the test network dismissal message in the network dropdown is permanently dismissed (#12723) 2021-11-16 18:52:01 -03:30
lib Fix: eth_sign does not validate input (#12679) 2021-11-19 17:05:24 +01:00
migrations Add migration to set showTestNetworks to true if there is evidence of testnet use (#12675) 2021-11-15 15:50:33 -03:30
platforms Reject popup confirmations on close (#12643) 2021-11-15 17:13:51 +01:00
background.js Reject popup confirmations on close (#12643) 2021-11-15 17:13:51 +01:00
contentscript.js
disable-console.js
first-time-state.js
inpage.js
lockdown-more.js Update build system lockdown parameter (#12556) 2021-11-01 22:13:22 -10:00
lockdown-run.js
metamask-controller.js Fix: eth_sign does not validate input (#12679) 2021-11-19 17:05:24 +01:00
metamask-controller.test.js Fix: eth_sign does not validate input (#12679) 2021-11-19 17:05:24 +01:00
phishing-detect.js
sentry-install.js
ui.js