Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update mypy | Maximilian Hils | 2019-11-12 | 1 | -2/+2 |
| | |||||
* | Fix several DeprecationWarning: invalid escape sequence | Mickaël Schoentgen | 2019-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Mickaël Schoentgen <contact@tiger-222.fr> | ||||
* | [examples/xss_scanner] replace relative import | David Kremer | 2018-08-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | test_xss_scanner.py was utterly failing because of a trouble (bug?) with the `monkeypatch` fixture failing to replace `gethostbyname` with the correct mock function. Indeed, when stepping through the code, the `gethostbyname` presumably mocked was reported as a builtin python function. The problem could then come from the fact that it is hard to monkeypatch builtin function in python. Using absolute imports seems to resolve the problem. | ||||
* | fix Python 3.6 variable type annotations #3053 | oscure76 | 2018-04-14 | 1 | -2/+2 |
| | |||||
* | Misc. typos | luz.paz | 2018-02-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Found via `codespell -q 3 -I ../mitmproxy-word-whitelist.txt` Where whitelist contains: ``` cas doubleclick nd ot seeked statics te thru ``` | ||||
* | Extend mypy checking, fix #2194 (#2819) | Arushit Mudgal | 2018-02-03 | 1 | -41/+46 |
| | |||||
* | Added scanning for CSS injection and iframe injection | David Dworken | 2017-10-17 | 1 | -5/+10 |
| | |||||
* | fix #2477 (#2556) | Suraj Tripathi | 2017-09-01 | 1 | -1/+1 |
| | |||||
* | added XSS scanner example (#1907) | David Dworken | 2017-02-27 | 1 | -0/+407 |