mmgen-wallet/scripts
MMGen 6b9df0ea44
Change all eval() calls to ast.literal_eval()
- closes an exploit whereby an infected online MMGen installation could craft
  a special TX file to trick an offline signing MMGen into executing an
  arbitrary expression
- update TX file format (to v3) to permit calling literal_eval() on unmodified
  inputs and outputs data (old v2 file format continues to be supported)
- new TX file conversion script: `scripts/tx-v2-to-v3.py`
- `scripts/tx-old2new.py` modified and renamed to `scripts/tx-v1-to-v3.py`
2018-02-17 15:35:45 +03:00
..
bitcoind-walletunlock.py Version 0.8.7a 2016-11-14 14:45:08 +03:00
compute-file-chksum.py new classes: KeyGenerator,AddrGenerator,PrivKey; read-only attrs rewrite 2017-08-07 22:02:24 +03:00
deinstall.sh [mswin]: full test suite support with pexpect (PopenSpawn) 2016-12-05 21:53:16 +03:00
test-release.sh Monero,autosign: minor improvements 2018-02-10 19:54:17 +03:00
traceback.py Minor fixes and improvements 2018-02-17 12:34:15 +03:00
tx-btc2bch.py Version 0.9.6 2018-01-14 17:24:36 +03:00
tx-v1-to-v3.py Change all eval() calls to ast.literal_eval() 2018-02-17 15:35:45 +03:00
tx-v2-to-v3.py Change all eval() calls to ast.literal_eval() 2018-02-17 15:35:45 +03:00